Which is the best way, quality wise, to convert AVI files that maybe Xvid or Divx to Mpeg2 files that may be used to author a DVD?
Until now I have been using mostly Procoder, but since my recent conversions with VirtualDub or AVStoDVD I am not sure that program is as transparent as I would like it to be.
What do you suggest as best?
+ Reply to Thread
Results 1 to 30 of 123
-
-
-
When you say 16:9 letterbox, do you mean it is actually 4:3, with the black bars encoded in it ?
If so, it is possible with AVStoDVD, but only by changing the avisynth script before encoding.
If it is a widescreen video with no black bars, AVStoDVD can (and will be default, I believe) encode it as 16:9 anamorphic.Read my blog here.
-
Originally Posted by guns1inger
-
Originally Posted by jman98
-
How do I change that Avisynth script before encoding?
Lanczos4Resize(720,480)
And encode for 16:9. I don't know anything about AVStoDVD, so I don't know how you edit the script it generates. And even if you're successful in converting it to 16:9, you may (or may not) be disappointed with the results. It's not as if you can create resolution that's not there to begin with. -
Originally Posted by carlmart
Go to 'Edit Title'/'Video', toggle off 'Auto Video Setup' and select "16:9" from 'Video Aspect Ratio'. AviSynth script will be adjusted automatically.
Bye -
Originally Posted by guns1inger
In fact the original DVD, which I also have, was exactly like that. Probably ready to be shown correctly in any 4:3 TV in letterboxed 16:9. And there's a whole series of european films released like that.
So I tried to find a new full-16:9 version, but there is not. So I am carrying on some tests on an avi version I found and see how far I can get. But I think it will be better to use the original DVD file. -
Originally Posted by _MrC_
Can you explain a bit more on how to preview the output video? -
Originally Posted by manono
In any case, are there any tricks I can try to improve the apparent resolution? -
Oh, it's 1.66:1. Then the traditional 4:3 to 16:9 methods won't work, if you want to keep the original 1.66:1 aspect ratio. Here's how a 4:3 1.66:1 movie looks at 720x480:
and here's how it looks when 16:9:
The cropping in the script you use depends on the exact placement of the black bars in the original 4:3 DVD, but one sample script might go:
Crop(0,48,0,-48) #if those are the correct crop values
Lanczos4Resize(656,480)
AddBorders(32,0,32,0)
Again, I have no idea how you'd go about doing this in AVSToDVD. Or, you could do a tradional 4:3 to 16:9 conversion and lose part of the picture since the video aspect ratio will become 1.78:1.
In any case, are there any tricks I can try to improve the apparent resolution?
But I didn't quite understand this:
The original files is 608 x 368, and it does have the bars embedded.
And I would definitely use the original DVD as a source for the 4:3 to 16:9 conversion. I have no idea why you're even considering using an inferior AVI as your source. -
Originally Posted by manono
AVStoDVD has some space where I think I can put those scripts in.
What do I do with the other Avisynth screen where I put 16:9 in? Do I deactivate it and leave just the script to work?
In any case, are there any tricks I can try to improve the apparent resolution?
But I didn't quite understand this:
The original files is 608 x 368, and it does have the bars embedded.
And I would definitely use the original DVD as a source for the 4:3 to 16:9 conversion. I have no idea why you're even considering using an inferior AVI as your source. -
may I ask why you are doing this, why not just get a dvd player that plays the files?
If you are doing it for a friend/relative, the time saved by buying them a machine will be worth it.PAL/NTSC problem solver.
USED TO BE A UK Equipment owner., NOW FINISHED WITH VHS CONVERSIONS-THANKS -
What do I do with the other Avisynth screen where I put 16:9 in?
Is that a program or what?
http://avisynth.org/mediawiki/LimitedSharpen -
It looks as if I have to modify the "12" numbers, perhaps to "10" or so, right?
-
Originally Posted by victoriabears
If you are doing it for a friend/relative, the time saved by buying them a machine will be worth it. -
Originally Posted by manono
That got me "script2" on the screens I loaded above.
LimitedSharpen(Faster) is a sharpener available as an AviSynth function:
http://avisynth.org/mediawiki/LimitedSharpen -
I'm confused. Please clarify what you are trying to do? Are you trying to distort the 4:3 active image?
Do you want the subs displayed on the active image (it should be on a 16:9 TV). So you are trying to make the image smaller to display the subs differently on a letterboxed black area while maintaining the aspect ratio? - if so you will lose image pixels from cropping as pointed out earlier
The frame size of the avi is 608x368, is it 1:1 pixels, or is there anamorphic display or DAR information set?
Do you want to preserve the aspect ratio of the avi (approximately) or the original source? (most avi's are cropped approximately to conform to mod16, and are not exactly like the original source, they are off by a bit)
What is the active area (the actual image cropped)?
I think victoriabears was saying get a cheap $35 DVD player that supports DivX/Xvid instead of converting to DVD. DVD only supports 4:3 , 16:9 so you have to do some math to make it display exactly how you want it. In contrast , you could make it display exactly how you wanted it to by hardsubbing an avi easily, even sub placement, styles, colors etc,....
If you can't figure it out, it might help to upload a 1 sec sample of the source here. Use virtualdub, direct stream copy video & audio, mark in/mark out, save.
You need to place the LimitedSharpenFaster.avsi (search the avisynth site for the link) in the avisynth/plugins directory. Read the documentation, the strength default is 100, you might want to adjust that.
Similar Threads
-
DV-AVI conversion to H.264 / MPEG2 - playback speed issue
By howardmg in forum Video ConversionReplies: 9Last Post: 27th Jul 2011, 23:07 -
AVI to MPEG2 Conversion Software
By cyberboy in forum Video ConversionReplies: 3Last Post: 7th May 2009, 20:54 -
DV-AVI conversion to mpeg2 or DVD
By obadvw in forum Video ConversionReplies: 6Last Post: 17th Apr 2009, 06:59 -
MPEG2 to AVI conversion.
By fl3tty in forum Video ConversionReplies: 5Last Post: 4th Dec 2007, 00:31 -
AVI to MPEG2 conversion
By Alexstarfire in forum Video ConversionReplies: 8Last Post: 6th Aug 2007, 18:42