This is something that seems to have been bothering me as of late. I have dvd2svcd and Avi2Dvd. When I use dvd2svcd and pick Tmpgenc or Quenc (or whatever) it seems to squash the picture, even after authored to a VOB.
I have a 4:3 avi, loaded it in dvd2svcd and the authored output had bars on the sides, and the screen was squished. If I used a 16:9 avi and ran it through it would come out squished, too, but no bars on the sides.
If I ran that same 4:3 avi through Avi2Dvd, and picked the "same" encoder to do the job, the authored files come out okay.
I haven't been able to figure out "why" this difference is occuring. dvd2svcd seems to be a pretty smart application, and there are tons of people that use it. Why can't I get one bloody avi to convert properly?
+ Reply to Thread
Results 1 to 2 of 2
-
-
Okay I think I know why this is happening, but I still don't know "why" its happening.
dvd2svcd is frameserving it wrong (i think).
Based on the recommendations of doom9.org I changed the Frameserve tab to BicubicResize. The default parameters are
- 0=Import(!RoBaConditional.avs)
1=BicubicResize(^TargetWidth,^TargetHeight,^b_valu e,^c_value)
2=AddBorders(^BorderLeft,^BorderTop,^BorderRight,^ BorderBottom)
!RoBaConditional.avs=C:\Program Files\DVD2SVCD\Tylo\RoBaConditional.avs
^b_value=0.0
^c_value=0.6
- LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
AVISource("C:\work1\2X01_-~1.AVI",audio=false)
ConvertToYUY2()
AssumeFPS(29.970,True)
Import("C:\Program Files\DVD2SVCD\Tylo\RoBaConditional.avs")
BicubicResize(540,480,0.0,0.6)
AddBorders(90,0,90,0)
ConvertToYV12()
Avi2Dvd's Avisynth script shows (among other things):- LanczosResize(720,480,0.0,0.6)
AddBorders(0,0,0,0)
so I don't understand why this is happening... - 0=Import(!RoBaConditional.avs)
Similar Threads
-
resolution (?) image squashing problem with DVD rip
By suburban100 in forum Authoring (DVD)Replies: 9Last Post: 13th Sep 2011, 19:24 -
Help me (How to flash pictures)
By freddiejos in forum EditingReplies: 4Last Post: 3rd Aug 2011, 12:02 -
Re : Emailing pictures
By chief-1 in forum Newbie / General discussionsReplies: 2Last Post: 4th Oct 2010, 01:56 -
SUPER is squashing my 16:9
By sexiesadie909 in forum Video ConversionReplies: 2Last Post: 21st Jul 2009, 10:32 -
Pictures?
By taker36904 in forum Newbie / General discussionsReplies: 7Last Post: 31st Jan 2008, 07:45