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
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