2014-02-13

Linux: convert flash video to mp4

Here is a simple one liner to convert flash videos (*.flv) to mp4:

ffmpeg -i input.flv -c copy -copyts output.mp4

No comments:

Post a Comment