Hey guys!
I just used x264 Encoder r2721 10bit and it was encoded successfully. But after muxing with MKVtoolnix, this is the error I received in Mkvtoolnix -
" This AVC/h.264 track's timing information indicates that it uses a variable frame rate. However, no default duration nor an external timecode file has been provided for it, nor does the source container provide timecodes. The resulting timecodes may not be useful."
I never received it while muxing x265. How can it be solved?
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by knightplex; 9th Nov 2016 at 13:47.
-
It is not an "error" in the narrower sense, just a warning that something might be wrong (but often isn't). You probably used x264.exe's direct file input(ffms2/lavf). If you do that x264 will flag the file as variable framerate even if it may in fact be cfr. If you know for a fact your source is cfr use --fps or --force-cfr. I recommend --fps to prevent odd source framerates from being copied into the output file. Mkvmerge can also force the cfr flag after the fact using --fix-bitstream-timing-information.
Similar Threads
-
FFMPEG x265 10bit and virtualdub x265 10bit settings
By lilycarolyn in forum Video ConversionReplies: 11Last Post: 6th Jun 2016, 13:44 -
DVD to x264 10bit help
By Mildragon in forum Video ConversionReplies: 7Last Post: 12th Dec 2015, 02:30 -
How do I convert 1080p 10bit mkv's to 720p 10bit?
By fighuass in forum Video ConversionReplies: 6Last Post: 19th Nov 2015, 01:34 -
x264 error
By yaston in forum Video ConversionReplies: 8Last Post: 9th Apr 2015, 05:59 -
How to encode anime to 10bit x264?
By Deadly9000 in forum Video ConversionReplies: 45Last Post: 12th Mar 2012, 09:10