Here is the command line to convert mkv movie file into mpg without loosing it quality.
ffmpeg.exe -i “F:/video.mkv” -vcodec mpeg2video -sameq -acodec copy -f vob -copyts -y “f:/video.mpg”
Here is the command line to convert mkv movie file into mpg without loosing it quality.
ffmpeg.exe -i “F:/video.mkv” -vcodec mpeg2video -sameq -acodec copy -f vob -copyts -y “f:/video.mpg”
Leave a Reply