rob77979
27th April 2002, 17:20
I posted a msg a while back about avi2svcd transcoding a 720x480 4:3 avi (Indeo 5.06) as letterboxed 16:9.
Some helpful people in this forum suggested I use one of the "Edit the Avisynth Script File" options, and delete the "Borders" line.
I did, and this worked, but I suggested that this line shouldn't have been there, and someone came back with the suggestion that it could be a bug.
Actually, there are two lines in the avs file which suggest that avi2svcd doesn't pre-process my avi file properly:
1. The "borders" line.
2. SimpleResize(480,320) - Shouldn't this have been 480,480 for svcd?
DVD mpeg2 files are 720X480, and they get resized to 480,480.....
Thanks
Some helpful people in this forum suggested I use one of the "Edit the Avisynth Script File" options, and delete the "Borders" line.
I did, and this worked, but I suggested that this line shouldn't have been there, and someone came back with the suggestion that it could be a bug.
Actually, there are two lines in the avs file which suggest that avi2svcd doesn't pre-process my avi file properly:
1. The "borders" line.
2. SimpleResize(480,320) - Shouldn't this have been 480,480 for svcd?
DVD mpeg2 files are 720X480, and they get resized to 480,480.....
Thanks