check
13th June 2006, 05:33
I do a reasonable amount of messing with parameters to see what does what with x264, and I was wondering if it was possible to reuse a stats file from a single first pass for a number of second passes. I'm guessing changing most of the options in x264 is ok, because 'turbo' generated stats files are done with totally different options to the second pass, but what about:
changing the bitrate. Obviously the difference would be minimal for changes of a few kilobits/sec, but what about from 1000kbits -> 250kbits?
changing AVS filters. If i added something that does the same operation to each frame (blur(0.3) or something) would that be ok?
Any opinions would be appreciated :)
changing the bitrate. Obviously the difference would be minimal for changes of a few kilobits/sec, but what about from 1000kbits -> 250kbits?
changing AVS filters. If i added something that does the same operation to each frame (blur(0.3) or something) would that be ok?
Any opinions would be appreciated :)