Log in

View Full Version : Little bug/problem with file chapters in x264


jpsdr
7th February 2011, 09:39
Hello.
I've noticed a little problem with chapters files with x264.
First, files can be retrived here (http://rapidshare.com/files/446470113/Exemple_Files.zip).
When i use the bad file, the frame 126714 is not set to an I frame.
When i use the god file, everything work fine.
I've finaly noticed that the problem is that there was a space after the I of the previous line (111297) (on the bad file) wich seems to cause problem and prevent the next line to be used/set properly.

kemuri-_9
7th February 2011, 14:24
trailing whitespace is going to cause issues surrounding the fact that the 3rd argument is optional, you should trim off trailing whitespace in your qpfiles.

jpsdr
7th February 2011, 14:59
You don't need to explain me what to do, i know how to solve the problem, as it can be seen in the files i've provided. I just mention it here, that you know it exists. After, it's not critical, and if x264 don't care about it, i don't mind.