Browse - computer tips - convert wmv to mpg ffmpeg with no loss of qualityDate: 2009sep14 Q. How do I convert a WMV video to an MPEG without loss of quality? A. ffmpeg -sameq -i myfile.wmv myfile.mpg The -sameq option requests the same quality in the output as input file. Strangely (to me) its not the default.
Add a commentSign in to add a comment | Advertisements:
|