ffmpeg

Video conversion tool. Extract the sound from a video and…

ffmpeg

Video conversion tool.

ffmpeg -i {{video_filename}} -vn -ar 44100 -ac 2 -ab 192 -f mp3 {{sound.mp3}}

ffmpeg -i {{video_or_gif_filename}} {{image%d.png}}

ffmpeg -f image2 -i {{image%d.jpg}} {{video.mpg_or_video.gif}}

ffmpeg -i {{in.avi}} -acodec libfaac -ab 128k -vcodec mpeg4 -b 1250K {{out.mp4}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← ffe ffplay →