1 lien privé
Send a large file or several big files by email using your browser. This service is free, without registration and simple to use.
Nos biens informatiques et électroniques représentent environ 8,5% de notre empreinte carbone individuelle. La phase de production cumulant le plus d'impacts, l'achat d'occasion est l'acte le plus fort pour réduire notre impact environnemental lié au numérique.
Les navigateurs web étaient faits pour… naviguer. Aujourd'hui on ne navigue plus sur internet, il n'y a plus d'exploration. On reste entre des murailles bien définis. Celles de quelques gros écosystèmes, Facebook, Google… Naviguer le web à perdu son sens, parce qu'il n'y a plus de navigation. Pourtant, il existe…
View all of the English speaking search engines the world has to offer and where they get their organic results from
What?
Prepend 12ft.io/ to the URL of any paywalled page, and we'll try our best to remove the paywall and get you access to the article.
Why?
I believe Google Adwords killed the web. Google Adwords incentivized sites to peddle SEO optimized garbage. Sites who aren't are forced to optimize for email capture so they can market directly to you. Search results now show "news", ads, and SEO spam instead of surfacing information.
You ought to be able to search something on Google and get an answer to your question without signing up for some newsletter. This is why I created 12ft.io.
How does it work?
The idea is pretty simple, news sites want Google to index their content so it shows up in search results. So they don't show a paywall to the Google crawler. We benefit from this because the Google crawler will cache a copy of the site every time it crawls it.
All we do is show you that cached, unpaywalled version of the page.
Sous Windows 10 / 11, les applications antivirus s'intègrent profondément au système. Une procédure de désinstallation classique via le Panneau de configuration laisse souvent derrière elle de nombreux résidus. Windows Defender, l'antivirus intégré à Windows est tout à fait satisfaisant, mais il est toujours possible d'installer un antivirus tiers sur…
Les liens générés par certaines applications natives de Windows ne peuvent être ouverts qu’à l’aide de Microsoft Edge. L’entreprise de Redmond vient de créer un nouveau protocole pour empêcher les navigateurs concurrents d’ouvrir ces URL.
https://piradex.org/cest-quoi/
C’est quoi ?
Comment ça marche ?
Suggestion
C’est quoi ?
Tu te souviens de ce site que tu adorais ? Ce site fait par amour par cette personne derrière son ordinateur ?
Tu consultes toujours ce site ? Ou un autre site de ce genre ?
Je parie que non 😉
Et si tu essayes d’en trouver aujourd’hui, tu vas avoir du mal…
Tu ne les trouveras pas sur les réseaux sociaux et pas sur les moteurs de recherche…
C’est pour ça que j’ai créé Piradex.
Pour que tu puisses retrouver ce que tu as perdu.
Ce n’est pas un retour vers le passé, il y a des anciens sites, mais il y a aussi des sites récents. C’est une porte vers des endroits ignoré du web Bref, une hymne au web indépendant, au « small web » comme on dirait aujourd’hui
L’ascenseur de maison ou élévateur privatif permet de rendre accessibles les étages du domicile avec un réel bénéfice de confort et praticité.
https://www.acces-elevation.fr/elevateur-de-personnes
Dans ce tutoriel, nous allons voir comment mettre en place Pi-Hole, un bloqueur de publicités centralisé pour l'ensemble des appareils de notre réseau local.
In this article, you will learn the list of best terminal emulators available for Linux, along with the screenshots and installation instructions.
Si vous aimez lire du contenu sur Medium, vous avez sans doute remarqué qu'après 3 articles lus, certains étaient bloqués. Après faut passer en abonnement payant. Toutefois, il est possible de contourner ce léger désagrément en ouvrant l'article en question dans une fenêtre de navigation privée. C'est une technique assez connue, mais vous pouvez pousser le niveau de flemme un peu plus loin, en remplaçant simplement le « medium.com » de l’URL par « scribe.rip ».
Ainsi l’URL
Si vous ne parvenez pas à trouver une image en utilisant la recherche inversée d'images de Google, ces cinq autres outils peuvent vous intéresser. Les moteurs de recherche d'images inversées existent depuis un certain temps déjà, mais pour ceux d'entre vous qui ne sont pas encore au courant, ils sont ils sont vraiment très simples d’utilisation. La recherche d’images inversées ressemble beaucoup à une recherche classique, mais au lieu de taper votre requête, vous téléchargez une image.
Bing Visual Search - https://www.bing.com/visualsearch
Preposteo - https://www.prepostseo.com/reverse-image-search
IDQB - https://www.iqdb.org/
Getty Images - https://www.gettyimages.com.au/
Pinterest Visual Search Tool - https://www.pinterest.fr/
While there are a lot of tools for reducing video file sizes, most of them depend on FFMPEG. Learn how to reduce video file size using FFMPEG in Linux.
To convert a file using default FFmpeg settings, use the following command:
on passe de 120Mo à 80Mo
ffmpeg -i inputfile.video outputfile.video
ffmpeg -i x.mp4 -vcodec libx265 -crf 28 z.mp4
On passe de 120Mo à 40Mo
ffmpeg -i x.mp4 -vf "scale=iw/2:ih/2" v.mp4
On passe de 120Mo à 30Mo et de 1280x720 à 640x360
I tested most of the other proposed answers to this question. The test data conclusions are below. These are the proposed answers that I tested:
(BR) Modify the bitrate, using:
ffmpeg -i $infile -b $bitrate $newoutfile
(CR) Vary the Constant Rate Factor, using:
ffmpeg -i $infile -vcodec libx264 -crf 23 $outfile
(SZ) Change the video screen-size (for example to half its pixel size), using:
ffmpeg -i $infile -vf "scale=iw/2:ih/2" $outfile
(BL) Change the H.264 profile to "baseline", using:
ffmpeg -i $infile -profile:v baseline $outfile
(DF) Use the default ffmpeg processing, using:
ffmpeg -i $infile $outfile
DATA
"size" - percent pixel size of the converted video in relation to the original.
"bitrate" - bitrates of original and converted videos.
"definition" - pixel size of videos.
"convert" - time to convert the video in seconds.
I calculated the target bitrate for (BL)using the proposed method.
=== File A - How Node Is Helping To Propel Angular-Fnbixa7Ts6M.mkv ===
original BR CR SZ BL DF
-------- --- -- -- -- --
size 64152 kb 214% 76% 40% 83% 76%
bitrate 411 kb/s 883 313 165 342 313
definition 1920x1080 1920x1080 1920x1080 960x540 1920x1080 1920x1080
convert -- 648 509 225 427 510
=== File B - Using GraphQL with Angular _ By - Lee Costello-OGyFxqt5INw.mkv ===
original BR CR SZ BL DF
-------- --- -- -- -- --
size 410301 kb 33% 109% 28% 143% 109%
bitrate 2687 kb/s 880 2920 764 3843 2920
definition 3840x2160 3840x2160 3840x2160 1920x1080 3840x2160 3840x2160
convert -- 2307 3188 1116 2646 3278
CONCLUSIONS
The (SZ) method is definitely the quickest method. It was 2X to 4X faster. This can be very much an issue on high-def videos, since all of the other methods took longer to convert than the actual length of the video! For example, The (CR) method took 53 minutes to convert the 21 minute video.
The (SZ) method is definitely the best method if the definition of the video is larger than the definition of the screen that will be displaying it. For example, if your phone can only display a 1080p picture, sending it a 3840x2160 video is just wasteful. It would be best to half its size to 1080p.
Some of the proposed answers actually INCREASED the size of some videos. For example, the (BR) method more than doubled the size of the 1080p sample. It did however make the 2160p size one-third. For the high-def sample, the (CR), (BL) and (DF) methods all INCREASED the size of the video.
Correct (or best) Answer
It is always best to first lower the resolution to the maximum supported by your target display.
If you want to reduce file size further, it will depend on personal choices. You can either reduce information content or increase compression.
You can lower the resolution more if that is not something that concerns you.
If the video doesn't include fast action scenes, you may want to lower the frame rate.
If you have a powerful processor and space is the only issue, you can increase the compression rate.
Bit rate is a combination of multiple factors. So just telling ffmpeg to lower the bit rate may not give you the results you want.
Another way of lower information content is to lower the color depth. How to do this was not yet discussed.
C'est quoi un NAS ? Créer un NAS avec la distribution Linux Openmediavault et un vieil ordinateur
Cloudflare déploie deux nouveaux DNS (1.1.1.2 & 1.1.1.3) pour protéger votre famille en bloquant les malwares et les sites pour adultes.
To get started on removing DRM from your ebooks, just download the tools archive from the link below. Unzip the archive, and start reading.
Aussi :
DRM Removal Tools for eBooks
https://apprenticealf.wordpress.com/2012/09/10/drm-removal-tools-for-ebooks/
Ebook Formats, DRM and You — A Guide for the Perplexed
https://apprenticealf.wordpress.com/2011/01/13/ebooks-formats-drm-and-you-%E2%80%94-a-guide-for-the-perplexed/
DeDRM_plugin.zip
This plugin will remove the DRM from:
- Kindle ebooks (files from Kindle for Mac/PC and eInk Kindles).
- Adobe Digital Editions (v2.0.1***) ePubs (including Kobo and Google ePubs downloaded to ADE)
- Adobe Digital Editions (v2.0.1) PDFs
For limitations and work-arounds, see the FAQ at https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
Installation
Open calibre's Preferences dialog. Click on the "Plugins" button. Next, click on the button, "Load plugin from file". Navigate to the unzipped DeDRM_tools folder, find the file "DeDRM_plugin.zip". Click to select the file and select "Open". Click "Yes" in the "Are you sure?" dialog box. Click the "OK" button in the "Success" dialog box.
Customization
For Kindle ebooks from an E-Ink based Kindle (e.g. Voyage), or books downloaded from the Amazon web site 'for transfer via USB' to an E-Ink base Kindle, you must enter the Kindle's serial number in the customisation dialog.
When you have finished entering your configuration information, you must click the OK button to save it. If you click the Cancel button, all your changes in all the configuration dialogs will be lost.
Troubleshooting
If you find that the DeDRM plugin is not working for you (imported ebooks still have DRM - that is, they won't convert or open in the calibre ebook viewer), you should make a log of the import process by deleting the DRMed ebook from calibre and then adding the ebook to calibre when it's running in debug mode. This will generate a lot of helpful debugging info that can be copied into any online help requests. Here's how to do it:
- Remove the DRMed book from calibre.
- Click the Preferences drop-down menu and choose 'Restart in debug mode'.
- Once calibre has re-started, import the problem ebook.
- Now close calibre.
A log will appear that you can copy and paste into a comment at Apprentice Alf's blog, http://apprenticealf.wordpress.com/ or an issue at Apprentice Harper's repository, https://github.com/apprenticeharper/DeDRM_tools/issues . You should also give details of your computer, and how you obtained the ebook file.
Epubor Ultimate for Win is known as a professional program which allows to easily convert DRM-signed or DRM-free books to file formats supported by Kindle and
MyPhotoShare est un générateur de site Web statique de galerie de médias (licence GPLv3), à partir d’une arborescence de répertoires contenant des photos et des vidéos.