Difference between revisions of "Video"
(New page: = VLC = Pour lancer VLC, éxécuter: vlc --intf skins2 sinon, en lançant simplement vlc aucune fenêtre n'apparait, seulement le son fonctionne.) |
|||
Line 6: | Line 6: | ||
sinon, en lançant simplement vlc aucune fenêtre n'apparait, seulement le son fonctionne. |
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 |
Revision as of 13:18, 15 February 2020
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