mtb2k
30th June 2007, 08:43
well i've been reading up on avisynth for a few months off and on. just realized today that file types other than avi can be processed as well. correct?
i'm still confused. i'm using psp video 9 and would simply like to sharpen the video as it is converting. so here is what i do. create myvideo.avs, open with notepad and include the following:
---------------------------------
avisource ("myvideo.avi")
Sharpen(1.0)
---------------------------------
1.) then load the avs in pspvideo9 when i'm ready to convert. is this all i have to do, or is this wrong? do i need to add anything else to that short script?
2.) second question, what about converting and sharpening a wmv or mpeg? do i simply use DirectShowSource in place of avisource, and avisynth processes it just like an avi?
---------------------------------
directshowsource ("myvideo.mpeg")
Sharpen(1.0)
---------------------------------
3.) is there a method of reducing the blur that the lcd produces with some videos?
i'm still confused. i'm using psp video 9 and would simply like to sharpen the video as it is converting. so here is what i do. create myvideo.avs, open with notepad and include the following:
---------------------------------
avisource ("myvideo.avi")
Sharpen(1.0)
---------------------------------
1.) then load the avs in pspvideo9 when i'm ready to convert. is this all i have to do, or is this wrong? do i need to add anything else to that short script?
2.) second question, what about converting and sharpening a wmv or mpeg? do i simply use DirectShowSource in place of avisource, and avisynth processes it just like an avi?
---------------------------------
directshowsource ("myvideo.mpeg")
Sharpen(1.0)
---------------------------------
3.) is there a method of reducing the blur that the lcd produces with some videos?