archaeo
17th June 2004, 15:03
I recently tried running PeachSmoother through RB's new AVS scripting options. It was giving me errors because PeachSmoother requires the files to be converted to YUY BEFORE the filter is applied. In RB, I noticed that when you check the 'convert to YUY()' option in the AVS options, it places this conversion command line AFTER the filters are applied, which generates errors in Peach. So, set up in this way Peach would not run properly.
It was a fairly easy workaround, I just unchecked the 'Convert to YUY()' option in RB, and added the same command line to the AVS text box right before the "loadplugin..." script. This effectively placed the conversion command before the filter was applied, and this solved the problem...
What I was wondering is if in RB there is any reason that the 'Convert to YUY()' option shouldn't just place this text command before the filters are engaged? Is there any reason it is placed there after the filters are applied? I only ran into this sequence problem in Peach, but I am thinking there might be other filters where this could occur as well.
It was a fairly easy workaround, I just unchecked the 'Convert to YUY()' option in RB, and added the same command line to the AVS text box right before the "loadplugin..." script. This effectively placed the conversion command before the filter was applied, and this solved the problem...
What I was wondering is if in RB there is any reason that the 'Convert to YUY()' option shouldn't just place this text command before the filters are engaged? Is there any reason it is placed there after the filters are applied? I only ran into this sequence problem in Peach, but I am thinking there might be other filters where this could occur as well.