OldGuru
23rd April 2007, 05:22
The question may seem trivial, but I am new to AVISynth. I want to read an RGB24 file and frameserve it to SUPER encoder to convert to flv format without any conversion or degradation. I used the following script:
AviFileSource("E:\Videos\Capture\Captured Football\test.avi")
where test.avi is in RGB24 format.
The problem is that when I open the file directly in SUPER, the resulting flv file's quality is good but, when I use AVISynth, the output quality degrades noticeably indicating that the encoder receives a "different" input when it is fed by AVISynth.
The reason for this test is that I do my editing in VirtualDubMod and SUPER does not work with VirtualDubMod's frame server, but it works with AVISynth. If I resolve this problem I'll pump the frames from Vdubmod to AviSynth, and then to the encoder.
So, is there any way to pump the frames through AVISynth without them being altered in any way? Every help will be appreciated.
P.S.: I've already tried some variations of that script and have read all FAQ, but couldn't find a solution.
AviFileSource("E:\Videos\Capture\Captured Football\test.avi")
where test.avi is in RGB24 format.
The problem is that when I open the file directly in SUPER, the resulting flv file's quality is good but, when I use AVISynth, the output quality degrades noticeably indicating that the encoder receives a "different" input when it is fed by AVISynth.
The reason for this test is that I do my editing in VirtualDubMod and SUPER does not work with VirtualDubMod's frame server, but it works with AVISynth. If I resolve this problem I'll pump the frames from Vdubmod to AviSynth, and then to the encoder.
So, is there any way to pump the frames through AVISynth without them being altered in any way? Every help will be appreciated.
P.S.: I've already tried some variations of that script and have read all FAQ, but couldn't find a solution.