1 lien privé
Récemment découvert, FFmpeg Explorer est une plateforme facilitant l'utilisation du logiciel open-source FFmpeg pour manipuler fichiers vidéo et audio. Elle propose une liste de codecs et formats, des guides, tutoriels, et des ressources pour résoudre les problèmes courants. Pour maîtriser FFmpeg, consultez les guides, pratiquez et utilisez les ressources supplémentaires.
FreeTube est un client YouTube pour Windows, Mac et Linux conçu pour une utilisation plus respectueuse de la vie privée. Vous pouvez alors profiter de
Watch YouTube Without Ads with FreeTube for Mac, Windows, Linux
https://osxdaily.com/2023/10/30/watch-youtube-without-ads-freetube/
YT Siphon est une extension pour contourner les publicités YouTube en ouvrant des vidéos dans des interfaces alternatives. Elle propose des raccourcis clavier pour une utilisation rapide et facilite le contrôle de l'expérience de visionnage. Une fois installée, profitez de vidéos sans interruption par les publicités.
The place for your favourite movies & shows
https://movie-web.app/search/series
Ah, les films et les séries... Qui n'aime pas se détendre en regardant un bon film ou en suivant sa série préférée ? Il y a quelques années encore, on devait subir les contraintes de la télévision, des horaires rigides et des publicités intempestives. Mais heureusement, aujourd'hui, les choses ont changé. Grâce à Movie-web, une…
4:3 and 16:9 are both mainstay photo and video aspect ratios, but which should you use?
Un raccourci iOS pour télécharger une vidéo ou une photo.
Salut à tous ! Découvrez Tartube, une interface graphique pour youtube-dl, permettant de télécharger, organiser et visionner des vidéos de diverses plateformes. Avec des fonctionnalités avancées telles que la détection de diffusions en direct et la prise en charge de SponsorBlock, Tartube facilite la gestion de vos vidéos préférées. Disponible pour Windows, MacOS, et Linux/BSD.
The YouTube site can be messy. Did you know it's possible to watch YouTube videos without going to YouTube?
Apprenez à utiliser FFmpeg afin de pouvoir manipuler des fichiers vidéo et audio (décoder, encoder, transcoder, multiplexer, démultiplexer…) !
Imaginez un monde où vous pourriez chercher n’importe quoi à partir d’un mot clé dans les sous-titres de YouTube comme si vous cherchiez un mot dans un bouquin. Eh bien, mes amis, ce mo…
Aujourd’hui, j’ai déniché un petit outil qui devrait ravir tous les fans de séries, animés et films sous-titrés. On a presque tous déjà vécu cette frustration intense lorsque le texte des sous-titres est directement incrusté dans la vidéo et qu’on ne peut pas le récupérer pour corriger les fautes par exemple ou pour traduire les sous-titres automatiquement dans une autre langue.
Heureusement, grâce à ce programme nommé VideoSubFinder,
https://sourceforge.net/projects/videosubfinder/
vous allez pouvoir extraire le texte incrusté dans une vidéo et le rendre utilisable pour créer de nouveaux sous-titres ou les traduire.
Videocacheview is a free utility tool that allows you to extract video files from the cache of your web browser. When you watch a video on the internet, it gets saved in the cache of your browser so that it can be loaded quickly the next time you visit the same website. Videocacheview can scan the cache of your web browser and extract the video files that have been saved, allowing you to save them to your local disk and watch them offline.
To use Videocacheview, you simply need to download and run the program. It will automatically detect the web browsers installed on your system and display a list of all the video files that have been saved in their cache. You can then select the videos you want to extract and save them to a folder on your computer.
Videocacheview supports various web browsers such as Internet Explorer, Firefox, Chrome, and Opera, and it can extract a wide range of video file formats, including FLV, MP4, WebM, and more. However, it's worth noting that using Videocacheview to extract copyrighted videos may be illegal, so you should only use this tool for personal use or with videos that you have the legal right to download.
Introduction
yt-dlp, script écrit en Python, est un logiciel open source qui permet de télécharger des vidéos à partir de...
How to Download Videos in Linux Using YT-DLP
https://www.tecmint.com/download-youtube-videos-linux/
Learn how to install MakeMKV on Linux Mint 21 or Linux Mint 20 importing the official PPA and having the most up-to-date version.
Assuming you have all of your .avi video files in a single directory, navigate to that directory in a terminal and you can use the following single line of code to iterate through all of the .avi files and convert them to .mp4 files:
for i in .avi; do ffmpeg -i "$i" "${i%.}.mp4"; done
In case you’re interested, the code is a loop. The first part starts the loop (“for i in *.avi;”), telling the computer to look for every file with the file extension .avi. The second part tells the computer what to do with every file with that extension – convert it to a .mp4 file with the same name. The last piece indicates what to do when the loop is completed – done.
Of course, this code could also be used to convert any other file format into a different format by replacing the .avi or .mp4 file extensions in the appropriate places. For instance, to convert all the .avi files to .mkv, the code would look like this:
for i in .avi; do ffmpeg -i "$i" "${i%.}.mkv"; done
This tutorial will show you step by step how to merge SRT subtitles with an MP4 video or movie permanently.
In linux
ffmpeg -i Movie.mp4 -vf subtitles=Movie.srt Movie2.mp4
FFmpeg will now convert the MP4 video to another MP4 video with hardcoded subtitles.
This may take a while.
Videomass est tout simplement une interface graphique pour ffmpeg, yt-dlp, youtube-dl fonctionnant sous Windows, Linux et macOS et permettant de télécharger facilement des vidéos avec les paramètres de votre choix (via youtube-dl ou yt-dlp) mais également de convertir des vidéos avec des réglages personnalisés.
concatenation - Join mp4 files in linux
The best way to do this currently is with the concat demuxer. First, create a file called inputs.txt formatted like so:
file '/path/to/input1.mp4'
file '/path/to/input2.mp4'
file '/path/to/input3.mp4'
Then, simply run this ffmpeg command:
ffmpeg -f concat -i inputs.txt -c copy output.mp4
Merge/join/concatenate hundreds of ts or MP4 files into one file
/bin/bash
for i in seq 0 $totalNumberOfTsFiles; do echo file "'${i}.ts'" >> Input.txt ; done
/home/hq6/bin/ffmpeg-2.3.3/ffmpeg -f concat -i Input.txt -c copy output.ts
et:
for i in seq 0 1163; do cat "$i.ts" >> newvideo.ts; done
Pour mp4:
for i in seq 0 1; do MP4Box -cat "$i.mp4" >> -new newvideo.mp4; done
You don't have to leave the comfort of your Linux terminal to watch YouTube videos. ytfzf makes it easier to search YouTube from the command line.
https://yewtu.be/watch?v=qOrlYzqXPa8
In this video, NetworkChuck shows you the top 50 MacOS terminal commands you NEED to know. Now, while Mac OS is unix-based and very similar to Linux, it has its nuances and things worth paying attention to. Things like, making your Macbook talk, finding wifi passwords, diving into the matrix and taking a trip to the aquarium, all from your terminal.
0:00 ⏩ Intro
0:12 ⏩ say
0:23 ⏩ security find-generic-password -wa Wifi
0:40 ⏩ pbcopy
0:54 ⏩ command + option + shift + v
1:08 ⏩ caffeinate
1:20 ⏩ command + shift + 3
1:53 ⏩ defaults write com.apple.screencapture name
2:10 ⏩ defaults write com.apple.screencapture type
2:19 ⏩ default write com.apple.screencapture location ~/Desktop/screenshots
2:40 ⏩ passwd
4:11 ⏩ cd
4:17 ⏩ ls
4:20 ⏩ pwd
4:26 ⏩ whoami
4:32 ⏩ mv
4:36 ⏩ cp
4:41 ⏩ ditto
4:48 ⏩ df -h
4:51 ⏩ nano
5:00 ⏩ man
5:09 ⏩ open
5:18 ⏩ ping
5:25 ⏩ ifconfig
5:36 ⏩ grep
5:43 ⏩ awk
5:53 ⏩ traceroute
6:04 ⏩ dig
6:12 ⏩ ps
6:21 ⏩ top
6:31 ⏩ kill
6:47 ⏩ which $SHELL
6:56 ⏩ bash
7:00 ⏩ zsh
7:05 ⏩ uptime
7:10 ⏩ killall mDNSResponder….and more
7:15 ⏩ qlmanage
7:22 ⏩ diff
7:27 ⏩ curl
7:42 ⏩ leave
7:54 ⏩ history
7:59 ⏩ disable gatekeeper
8:20 ⏩ brew
8:46 ⏩ cmatrix
9:02 ⏩ asciiquarium
9:13 ⏩ toilet
9:31 ⏩ tetris
9:48 ⏩ python3
10:18 ⏩ shutdown
10:33 ⏩ sudo touch id