fiepke
26th August 2002, 00:14
Hi,
I'm trying to create a backup of a dvd and want to reencode an extra to half-size (I don't know the technical term for fullsize/halfsize, seen it in a thread once...but can't find it anymore). What I mean by this is that I want to change the resolution from 720x576 to 352x288. First I created a .d2v file with dvd2avi and then created a .avs with the following in it:
LoadPlugin("C:\Program Files\MPEG2Dec\mpeg2dec.dll")
mpeg2source("D:\DVD\extra06.d2v")
BilinearResize(352,288)
ResampleAudio(44100)
I added the file in CCE and did a one-pass vbr first, followed by a dual-pass vbr. The result was a movie with a resulution of 720x576 but the moving part was 352x288. Or in other words, a 352x288 movie with extremely large black borders making it 720x576. I also tried changing the mpeg2 settings in CCE by selecting the 'half horizontal resolution' and 'half vertical resolution' but the results were the same.
It didn't seem right to me to have my results, maybe someone can help me out? Do I need to crop the image as well after the BilinearResize? According to the avisynth website 'The BilinearResize filter rescales the input video frames to an arbitrary new resolution.' So cropping shouldn't be necessary... I'm kinda confused as to what to do to end up with a smaller endresult.
Thanx!
PS : If someone remembers the thread where someone explained the various compliant video resolutions for a dvd, please let me know, I've been searching for 3 hours and can't find it...
Fiepke
Added:
Dammit, this happens every time I post...I find a possible solution five minutes later! After more searching in the forum I came across this thread:
http://forum.doom9.org/showthread.php?s=&threadid=23195
Will check that out first.
I'm trying to create a backup of a dvd and want to reencode an extra to half-size (I don't know the technical term for fullsize/halfsize, seen it in a thread once...but can't find it anymore). What I mean by this is that I want to change the resolution from 720x576 to 352x288. First I created a .d2v file with dvd2avi and then created a .avs with the following in it:
LoadPlugin("C:\Program Files\MPEG2Dec\mpeg2dec.dll")
mpeg2source("D:\DVD\extra06.d2v")
BilinearResize(352,288)
ResampleAudio(44100)
I added the file in CCE and did a one-pass vbr first, followed by a dual-pass vbr. The result was a movie with a resulution of 720x576 but the moving part was 352x288. Or in other words, a 352x288 movie with extremely large black borders making it 720x576. I also tried changing the mpeg2 settings in CCE by selecting the 'half horizontal resolution' and 'half vertical resolution' but the results were the same.
It didn't seem right to me to have my results, maybe someone can help me out? Do I need to crop the image as well after the BilinearResize? According to the avisynth website 'The BilinearResize filter rescales the input video frames to an arbitrary new resolution.' So cropping shouldn't be necessary... I'm kinda confused as to what to do to end up with a smaller endresult.
Thanx!
PS : If someone remembers the thread where someone explained the various compliant video resolutions for a dvd, please let me know, I've been searching for 3 hours and can't find it...
Fiepke
Added:
Dammit, this happens every time I post...I find a possible solution five minutes later! After more searching in the forum I came across this thread:
http://forum.doom9.org/showthread.php?s=&threadid=23195
Will check that out first.