1707 private links
FFmpeg is a powerful tool for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with a command line interface. This app helps users through the command generation process so that more people can reap the benefits of FFmpeg.
Automatically convert your movies and TV shows from one file format to another using ffmpeg in a cluster.
traGtor is a graphical user interface (GUI) for the awesome conversion tool ffmpeg and its fork avconv for the use with Linux-OS.
wget -qO - http://repository.mein-neues-blog.de:9000/PublicKey | sudo apt-key add -
echo "deb http://repository.mein-neues-blog.de:9000/ /" | sudo tee -a /etc/apt/sources.list
apt-get update
apt-get install tragtor
Ici, les commandes simples pour inverser le sens, ne pas oublier d'y rajouter les options d'encodage voulues.
Pour inverser la vidéo (-vf reverse) :
ffmpeg -i input.mp4 -vf reverse output.mp4
Pour inverser l'audio (-af areverse) :
ffmpeg -i input.mp4 -af areverse output.mp4
Et pour les 2 en même temps (-vf reverse + -af areverse) :
ffmpeg -i input.mp4 -vf reverse -af areverse output.mp4
Tests :
- Originale : https://libox.fr/ffmpeg-reverse/orig.mp4
- Video reverse : https://libox.fr/ffmpeg-reverse/reverse-video.mp4
- Audio reverse : https://libox.fr/ffmpeg-reverse/reverse-audio.mp4
- Video + audio reverse : https://libox.fr/ffmpeg-reverse/reverse-dual.mp4
Attribut "faststart" :
ffmpeg -i input.mp4 -movflags faststart -acodec copy -vcodec copy output.mp4
ffmpeg -i concat:"VTS_01_1.VOB|VTS_01_2.VOB|VTS_01_3.VOB|VTS_01_4.VOB|VTS_01_5.VOB|VTS_01_6.VOB|VTS_01_7.VOB|VTS_01_8.VOB|VTS_01_9.VOB" -map 0:v -map 0:a -c:v libx264 -crf 18 -vf yadif -c:a flac dvd.mkv
Builds FFmpeg pour Windows :
https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-latest-win32-static.7z
https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-latest-win64-static.7z
Comme les noms l'indiquent, les liens vers les builds les plus récentes.
/Coude.
Hop coude.
Avec sa suite : http://www.tecmint.com/ffmpeg-commands-for-video-audio-and-image-conversion-in-linux/