DevinB9
05-12-2007, 02:47 AM
Whenever I try to transcode a video using 480x272 avisynth as the setting, it doesn't work. The program says it's converting, than it generates a thumbnail, and a mp4 which is 0bytes in size, all within a few seconds. Though, I can transcode fine using other the profiles.
I also tried editing the "genericFile" avisynth script located in the avs folder with the following:
# PSP Video 9 - Generic File Input
DirectShowSource("<%inputfile%>")
AssumeFPS(24, true)
Tweak(sat=1.5, bright=17, cont=1.1)
But even using the default script which is installed gives me the same problem. My goal with this script was to get rid of the ghosting I was getting with transcoded avi dvd rips.
Any help would be much appreciated. I'm new to avisynth scripts, and still learning, so I might have even edited the script wrong. But even that can't be causing my first problem. Btw, I'm using the beta v2.17
I also tried editing the "genericFile" avisynth script located in the avs folder with the following:
# PSP Video 9 - Generic File Input
DirectShowSource("<%inputfile%>")
AssumeFPS(24, true)
Tweak(sat=1.5, bright=17, cont=1.1)
But even using the default script which is installed gives me the same problem. My goal with this script was to get rid of the ghosting I was getting with transcoded avi dvd rips.
Any help would be much appreciated. I'm new to avisynth scripts, and still learning, so I might have even edited the script wrong. But even that can't be causing my first problem. Btw, I'm using the beta v2.17