laserfan
16th November 2005, 16:40
I run AGK in auto-width mode, and normally when I convert my 44minute HD files using Xvid, I set the size (for 2-pass) at 340Mb, and this gives me a file something less than 720.
Well, I just converted a program which resulted in a 752 width file, which my Media Player program doesn't like (needs to be 720 or less). As I look at the movie.avs file produced by AGK, it looks like I need only change
out_width = 752
to
out_width = 720
and re-run the script somehow within of course the context of the agk_tmp files already created (and which I've saved) for the output?
Is this possible, to re-start somehow the point at which AGK invokes the movie.avs script, and get a faster output as a result? If I could do this, it would reduce my processing time from the previous total of 4.5 hours to just over 2 hours. TIA for any advice or knowledge, even if it is "not possible"!!!
p.s. I did JUST NOW look again carefully at the Advanced Options dialog and see that there is a Maximum Width there!!!!? Can't believe I've never noticed/realized it before. Still, for this one attempt, is it possible to "do over" w/new avs?
Well, I just converted a program which resulted in a 752 width file, which my Media Player program doesn't like (needs to be 720 or less). As I look at the movie.avs file produced by AGK, it looks like I need only change
out_width = 752
to
out_width = 720
and re-run the script somehow within of course the context of the agk_tmp files already created (and which I've saved) for the output?
Is this possible, to re-start somehow the point at which AGK invokes the movie.avs script, and get a faster output as a result? If I could do this, it would reduce my processing time from the previous total of 4.5 hours to just over 2 hours. TIA for any advice or knowledge, even if it is "not possible"!!!
p.s. I did JUST NOW look again carefully at the Advanced Options dialog and see that there is a Maximum Width there!!!!? Can't believe I've never noticed/realized it before. Still, for this one attempt, is it possible to "do over" w/new avs?