lovelegend
22nd July 2002, 02:19
Since I found that using TMPGEnc to convert DVDrips(avi) to VCD(mpg-1), the output would be darker then the input. Therefore, I was trying to use avisynth + tweak filter (in order to increase the brightness of the source) and then frameserve it into TMPGEnc. However, the output looks like having very low color depth... It's hard to explain, so I captured a screen:
http://fukuoka.cool.ne.jp/lovelegend/TweakResult.bmp
Here is my script:
AVISource("path1\movie.avi")
LoadPlugin("path2\Tweak.dll")
Tweak(bright=10, cont=1.0)
Do you know what did I do wrong and how could I solve this problem? Thanks anyway! :)
P.S. I did play the avs file in windows media player and it had no problem. Also, I also tried another way: Encode the file first, and then write a script to increase brightness of the output file (i.e., the mpg file):
DirectShowSource("path1\movie.mpg")
LoadPlugin("path2\Tweak.dll")
Tweak(bright=10, cont=1.0)
and then use the TMPGEnc's mpeg tools to combine it with the audio. However, TMPGEnc (and bbmpg) didn't accept it as the source for mpg... :(
http://fukuoka.cool.ne.jp/lovelegend/TweakResult.bmp
Here is my script:
AVISource("path1\movie.avi")
LoadPlugin("path2\Tweak.dll")
Tweak(bright=10, cont=1.0)
Do you know what did I do wrong and how could I solve this problem? Thanks anyway! :)
P.S. I did play the avs file in windows media player and it had no problem. Also, I also tried another way: Encode the file first, and then write a script to increase brightness of the output file (i.e., the mpg file):
DirectShowSource("path1\movie.mpg")
LoadPlugin("path2\Tweak.dll")
Tweak(bright=10, cont=1.0)
and then use the TMPGEnc's mpeg tools to combine it with the audio. However, TMPGEnc (and bbmpg) didn't accept it as the source for mpg... :(