Agent86
16th August 2006, 01:57
PSP Video 9 is used to convert the VOB into a PSP compatible AVC-codec MPEG-4 file.
However, PSP Video 9 produces files that are too dark. I need to make a script to brighten the videos (PSP Video 9 has an avisynth implementation feature).
This is the script I'm using now:
Directshowsource("<%inputfile%>")
Tweak(bright=x)
It works fine (it runs off of PSP Video 9 so I don't actually put the video file location in it). However, it only works with .avi files.
Does anybody know of a script that will do this with .vob files?
I'm getting really frustrated here because I have no clue how to use the program, despite reading up on it. If anybody can help me out, I'd really appreciate it.
Also, if possible, in addition to correcting the brightness, could somebody tell me what I have to do tweak the sharpness, contrast, and saturation?
If somebody could create a simple, working script to do this, I'd really appreciate it, if only because it could help cure my own ignorance.
Thanks in advance.
However, PSP Video 9 produces files that are too dark. I need to make a script to brighten the videos (PSP Video 9 has an avisynth implementation feature).
This is the script I'm using now:
Directshowsource("<%inputfile%>")
Tweak(bright=x)
It works fine (it runs off of PSP Video 9 so I don't actually put the video file location in it). However, it only works with .avi files.
Does anybody know of a script that will do this with .vob files?
I'm getting really frustrated here because I have no clue how to use the program, despite reading up on it. If anybody can help me out, I'd really appreciate it.
Also, if possible, in addition to correcting the brightness, could somebody tell me what I have to do tweak the sharpness, contrast, and saturation?
If somebody could create a simple, working script to do this, I'd really appreciate it, if only because it could help cure my own ignorance.
Thanks in advance.