bit-wise
6th January 2004, 14:51
Hi all,
I've been following syzygytec's guide for DVD to DVD backups using DVD2SVCD 1.3.1 build 3 with CCE, FACAR, and D2SRoBa and have encountered some sizing issues when executing a movie only backup of NTSC 16:9 video. These are out of the box installs of the products, so no editing of the .ini files have been done (execpt to fix the following issue...)
The first problem I encountered was after I imported my crop borders, I was getting both horizontal and vertical shrinkage. Someone suggested setting the default OverscanH and OverscanV settings from 0.04 to 0.00 in the AVISYNTH.INI file. This seemed to solve that problem.
My second attempt produced video that was squished on the top and bottom only. Someone again pointed that I had a sizing problem in the Framserver tab and to select 720x480 in the "Resize To" dropdown. The only thing is that it is not there. All other guides that have screenshots of the Frameserver tab also have this dropdown. Should it be there, and if not, I assume I can just manually edit the DestinationHeight value in the AVISYNTH.INI file to 480?
Thanks.
---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("C:\PROGRA~1\DVD2SVCD\Movie\DVD2AV~2.D2V")
ResizeTo=7 global ResizeMethod=2 DebugMode=0
GammaCorrection=1.0 Hue=0 Saturation=1.0 Brightness=0 Contrast=1.0
DetectedTop=6 DetectedHeight=464
OverscanH=0.0 OverscanV=0.0 BlockOptimization=0 AsoTV=1
global Bicubic_b_Value=0 global Bicubic_c_Value=0.6
DestinationWidth=720
DestinationHeight=360
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\SimpleResize\SimpleResize.dll")
# Import("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\FACAR\qmf15b1.avs")
# Import("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\FACAR\QMF_functions.avs")
# Import("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\FACAR\PreResize.avs")
Import("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\FACAR\FACAR.avs")
# Import("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\FACAR\PostResize.avs")
Import("C:\Program Files\DVD2SVCD\Movie\ResampleAudio.avs")
ResampleAudio(44100)
ConvertToYUY2()
I've been following syzygytec's guide for DVD to DVD backups using DVD2SVCD 1.3.1 build 3 with CCE, FACAR, and D2SRoBa and have encountered some sizing issues when executing a movie only backup of NTSC 16:9 video. These are out of the box installs of the products, so no editing of the .ini files have been done (execpt to fix the following issue...)
The first problem I encountered was after I imported my crop borders, I was getting both horizontal and vertical shrinkage. Someone suggested setting the default OverscanH and OverscanV settings from 0.04 to 0.00 in the AVISYNTH.INI file. This seemed to solve that problem.
My second attempt produced video that was squished on the top and bottom only. Someone again pointed that I had a sizing problem in the Framserver tab and to select 720x480 in the "Resize To" dropdown. The only thing is that it is not there. All other guides that have screenshots of the Frameserver tab also have this dropdown. Should it be there, and if not, I assume I can just manually edit the DestinationHeight value in the AVISYNTH.INI file to 480?
Thanks.
---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("C:\PROGRA~1\DVD2SVCD\Movie\DVD2AV~2.D2V")
ResizeTo=7 global ResizeMethod=2 DebugMode=0
GammaCorrection=1.0 Hue=0 Saturation=1.0 Brightness=0 Contrast=1.0
DetectedTop=6 DetectedHeight=464
OverscanH=0.0 OverscanV=0.0 BlockOptimization=0 AsoTV=1
global Bicubic_b_Value=0 global Bicubic_c_Value=0.6
DestinationWidth=720
DestinationHeight=360
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\SimpleResize\SimpleResize.dll")
# Import("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\FACAR\qmf15b1.avs")
# Import("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\FACAR\QMF_functions.avs")
# Import("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\FACAR\PreResize.avs")
Import("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\FACAR\FACAR.avs")
# Import("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\FACAR\PostResize.avs")
Import("C:\Program Files\DVD2SVCD\Movie\ResampleAudio.avs")
ResampleAudio(44100)
ConvertToYUY2()