Video

From Hugo Villeneuve
Revision as of 11:38, 24 March 2020 by Hugo (talk | contribs) (FFMPEG)
Jump to: navigation, search

VLC

Pour lancer VLC, éxécuter:

 vlc --intf skins2

sinon, en lançant simplement vlc aucune fenêtre n'apparait, seulement le son fonctionne.


FFMPEG

Conversion MP4

 ffmpeg -i input.avi -c:v libx264 -preset veryslow -crf 15 -c:a copy output.mp4
 ffmpeg -i input.avi -c:v libx264 -preset veryslow -crf 15 -c:a libfaac -b:a 192k output.mp4