[FFmpeg-user] MKV to MP4

Elliott Balsley elliottbalsley at gmail.com
Wed Dec 2 01:47:31 CET 2015


Hi Jack,
You can download some free codecs which allow Windows Media Player to play 10-bit H.264.  Just google that.
Alternatively, change your command from “-vcodec copy” to “-pix_fmt yuv420p -vcodec libx264”, but this will result in some loss of quality and a much slower encode (because you are re-encoding at 8-bit instead of simply remuxing).


More information about the ffmpeg-user mailing list