ObeewanVOB
26th October 2004, 01:58
OK, so after alot of procrastination I took the plunge and started using the CCE/Avisynth combo for processing regular video and I'm glad I did. It is so much faster then the old VirtualDub then TMPGEnc method I used to use. I've only used CCE for backing up DVDs so far.
This week I'm doing a friend a favor of transferring a VHS to DVD. I captured at 640X480 and when I re-encoded it the aspect ratio seemed a little off. The tape is a slide show presentation and after encoding it some of the pictures seem to extend and distort all the way to the top and bottom or the sides of the screen.
I though all I had to do was re-size to 352X240 but the resulting video is smaller by the same fraction.
I don't really understand what is happening here. For example if I use TMPGEnc to resize to 352X240 the picture still fills the screen but with CCE/Avisynth the picture gets shrunk.
I'm using the BilinearResize(352, 240). I've through about maybe using AddBorders and leaving the aspect ratio the same but from what I've read it seems that adding a border will only shift the picture the same amount of border lines that I add to the picture. Do you think maybe I should use the BilinearResize to rezide it somewhat and then add the same amount of border lines with AddBorder. I'm just worried that while my player will play a coffee can lid my friends' player may not like a non-standard resolution.
This week I'm doing a friend a favor of transferring a VHS to DVD. I captured at 640X480 and when I re-encoded it the aspect ratio seemed a little off. The tape is a slide show presentation and after encoding it some of the pictures seem to extend and distort all the way to the top and bottom or the sides of the screen.
I though all I had to do was re-size to 352X240 but the resulting video is smaller by the same fraction.
I don't really understand what is happening here. For example if I use TMPGEnc to resize to 352X240 the picture still fills the screen but with CCE/Avisynth the picture gets shrunk.
I'm using the BilinearResize(352, 240). I've through about maybe using AddBorders and leaving the aspect ratio the same but from what I've read it seems that adding a border will only shift the picture the same amount of border lines that I add to the picture. Do you think maybe I should use the BilinearResize to rezide it somewhat and then add the same amount of border lines with AddBorder. I'm just worried that while my player will play a coffee can lid my friends' player may not like a non-standard resolution.