View Single Post
Old 15th August 2011, 15:45   #1  |  Link
Beak
Registered User
 
Join Date: Jun 2003
Posts: 127
Trouble with Q0 in MeGui

Hello. I am not sure if this is an x264 issue or an MeGui issue.

If I encode the following script with q0 (I am trying for lossless)
I get an outout ,264 file which is always recognized by TSMuxer as 23.976. If I switch it to 30fps or 29.97 the stream is unplayable.

DirectShowSource("C:\Users\Brendan\Videos\Test\2011_8_8_15_11_43.M2TS.12.M2TS", fps=29.970, audio=false, convertfps=true).AssumeFPS(30000,1001)

If I encode at q1 or higher, all is well. TSMuxer identifies frame rate correctly and muxed file is playable.

Why is q0 framerate not detected properly?

Thanks in advance for any help.
Beak is offline   Reply With Quote