Convert flv to mp4 under mac os (brew)

How to convert flv video files to mp4 with just a single command under mac os.

Just use the ffmpeg command.

(brew and ffmpeg has to be installed)

brew install ffmpeg

ffmpeg -i 1.flv -c:v libx264 -crf 19 -strict experimental 1.mp4

Kommentar verfassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Nach oben scrollen