PDA

View Full Version : Avisynth question - can't get custom avs file to be used


lchiu7
04-20-2007, 11:36 PM
Trying out again PSP Video as a means of converting video for the PSP. Up till now I had been using X264 with an avisynth to help correct for red color blotches in the resulting video.

Looking for a gui solution decided to try PSP Video (2.17?) since it now supports firmware 3.3

Looking at some existing docs it seems that PSP Video should use an avisynth script if avisynth support is checked during installation (it is) and the scripts.xml file has a line for a specific filetype. I added a line for avi files since most of my videos are divx avi.

I have edited the genericFile.avs to include the extra commands I want.
I choose the AVC 480x272 768 Avisynth profile and start PSP Video.

PSP Video creates an avs file with the name of the file to be converted as the prefix but the contents of the file are only

DirectShowSource("filename.avi")
ChangeFPS(24000/1001)

Reading the faq on avisynth and PSP Video this should work but it doesn't. Anybody have any ideas what I could be doing wrong?

Thanks

Larry