2007-12-27, 10:36 PM
vmq Wrote:Sorry for the cryptic title, I played with your script a little more and I found that the twopass_30_min_size is only evaluated in integer multiples - what I mean is a 40min show is reduced to the twopass_30_min_size value and not to something like 40/30*twopass_30_min_size.
I originally created the 30 min boundaries so the final file sizes would conform with the popular online scene releases where two 60min shows or four 30min shows would fit on a CD (minus the commercials). Typically a 40min show would be an hour long with commercials so the script would process it as a 60min show. If the commercials were removed beforehand then it would get processed as a 30min show. If you're looking for 30 min rates scaled to a 40 min show, using a fixed bitrate might work better. Of course, I apologize if I misread your post.
vmq Wrote:While looking for the time discrepancy I created a logfile and found something you might also look into. The following is the end of that logfile:
If you need it I can attach the full logfile.
I forgot to disable the move function when I released the script. Unless you have a t:/video/ directory, that's probably the problem. If you do have a t:\video directory, then send me the output and I'll take a look at it.
What program do you use to create the diff files? That could be useful to me.
Thanks Volker for all the input.