d4Rk Ch1Ld
24th January 2003, 01:15
I wanted to convert one movie (xvid origin) for friend to VCD
here is the script i used...
originaly the avi has dimension 640*270 (yap you read right, 270)
------------------------------------------------
loadplugin("G:\AVS_PLUGINS\textsub.vdf")
rdvideo = avisource("G:\RedDragon\RD-VIDEO.avi")
rdaudio = wavsource("G:\RedDragon\RD-AUDIO.cd1.wav")+wavsource("G:\RedDragon\RD-AUDIO.cd2.wav")
audiodub(rdvideo, rdaudio)
converttoyuy2() <-optional.. i mean to put some filters later for a little smoothing beacuse the smartguy used qpel probably with some older version of xvid and it looks like shit ;)
changefps(25)
addborders(0,105,0,105)
bilinearresize(352,288)
textsub("G:\RedDragon\RD-SUBTITLE.sub")
------------------------------------------------
in the attachment is my problem ;) actualy in few words it seems
like its continuosly increasing contrast and intensity, but when it comes to keyframe it resets and then again...
btw i tryed several xvid codec revisions (from 25.11.2002 till 15.01.2003) problem stays, btw i am using ffdshow 03.01.2003 and no problem with playback... anyone knows some actual problem or better solution for this ? thx in advance
sorry for my slappy english... its written in the rush, got to know what to tell friend...
here is the script i used...
originaly the avi has dimension 640*270 (yap you read right, 270)
------------------------------------------------
loadplugin("G:\AVS_PLUGINS\textsub.vdf")
rdvideo = avisource("G:\RedDragon\RD-VIDEO.avi")
rdaudio = wavsource("G:\RedDragon\RD-AUDIO.cd1.wav")+wavsource("G:\RedDragon\RD-AUDIO.cd2.wav")
audiodub(rdvideo, rdaudio)
converttoyuy2() <-optional.. i mean to put some filters later for a little smoothing beacuse the smartguy used qpel probably with some older version of xvid and it looks like shit ;)
changefps(25)
addborders(0,105,0,105)
bilinearresize(352,288)
textsub("G:\RedDragon\RD-SUBTITLE.sub")
------------------------------------------------
in the attachment is my problem ;) actualy in few words it seems
like its continuosly increasing contrast and intensity, but when it comes to keyframe it resets and then again...
btw i tryed several xvid codec revisions (from 25.11.2002 till 15.01.2003) problem stays, btw i am using ffdshow 03.01.2003 and no problem with playback... anyone knows some actual problem or better solution for this ? thx in advance
sorry for my slappy english... its written in the rush, got to know what to tell friend...