bigggt
2nd February 2005, 03:46
Hello guys
I use DVD mode for my dvd backups and also use D2Sroba
I am a little confused on resizing with dvd2svcd
I would like to fit 2 roughly 2 hour 16:9 movies on 1 dvd and have been doing this for a while now using this
[AVISYNTH_DVD2DVD_NoResize]
0=Undot()
1=Deen()
2=DCTFilter(1,1,1,1,1,1,0.5,0)
3=Letterbox(16,16,16,16)
I did some searching and found this by jsoto
[AVISYNTH_BicubicResize_DVD_16_9_noresize_704x576_KISS]
0=Undot()
1=Deen()
2=BicubicResize(704,576,^b_value,^c_value)
^b_value=0.00
^c_value=0.60
so I would like to know if this script will be ok to resize to 704x480 and if there can be any improvments
[AVISYNTH_BicubicResize_DVD_16_9_noresize_704x480_KISS]
0=Undot()
1=Deen()
2=DCTFilter(1,1,1,1,1,1,0.5,0)
3=BicubicResize(704,480,^b_value,^c_value)
^b_value=0.00
^c_value=0.60
thanx
I use DVD mode for my dvd backups and also use D2Sroba
I am a little confused on resizing with dvd2svcd
I would like to fit 2 roughly 2 hour 16:9 movies on 1 dvd and have been doing this for a while now using this
[AVISYNTH_DVD2DVD_NoResize]
0=Undot()
1=Deen()
2=DCTFilter(1,1,1,1,1,1,0.5,0)
3=Letterbox(16,16,16,16)
I did some searching and found this by jsoto
[AVISYNTH_BicubicResize_DVD_16_9_noresize_704x576_KISS]
0=Undot()
1=Deen()
2=BicubicResize(704,576,^b_value,^c_value)
^b_value=0.00
^c_value=0.60
so I would like to know if this script will be ok to resize to 704x480 and if there can be any improvments
[AVISYNTH_BicubicResize_DVD_16_9_noresize_704x480_KISS]
0=Undot()
1=Deen()
2=DCTFilter(1,1,1,1,1,1,0.5,0)
3=BicubicResize(704,480,^b_value,^c_value)
^b_value=0.00
^c_value=0.60
thanx