The following command converts an MP4 video to an MPEG video with high quality:
ffmpeg -i input.mp4 -c:v mpeg2video -q:v 5 -c:a mp2 -f vob output.mpg
The following command converts an MP4 video to an MPEG video with high quality:
ffmpeg -i input.mp4 -c:v mpeg2video -q:v 5 -c:a mp2 -f vob output.mpg
Leave a Reply