is a divx file that is 512x384 best to encode to 720x480 or 352x240(or 480) for dvd authoring?
and if 720x480 how do i avoid any stetching plz?
thx!
by best i mean video quality btw
+ Reply to Thread
Results 1 to 8 of 8
-
-
Personally, I would go to 720 x 480, but I would use virtualdubmod to resize, add letterbox borders and apply an unsharpen mask to bring back some of the details. I would then frameserve to CCE and encode. I certainly would not drop back to VCD res, although half-D1 is definately an option.
Check out the download in my sig for resizing and a brief set of instructions on using virtualdub to do it successfully. If you are comfortable with avisynth, try FitCD - it will generate a script for you as well.Read my blog here.
-
The "best" option (and what I do) would be to create a DVD-SVCD and do the encoding at 480x480 encode. That of course will require a DVD player that doesn't mind that resolution on DVD disc. Fortunately both of mine have no issue playing DVD-SVCD discs. You might wanna test your player out with that format - you could get lucky and find that it plays them just fine in which case you can save yourself a lot of work.
2guns1inger: If you choose to go bigger than smaller, why wouldn't you choose 704 instead of 720? Afterall 704/656 (after overscan letterboxing) is closer than 720/672. The only reason I know of for using 720 is when you want to use 16:9 DAR which in this case you clearly wouldn't want to do since the source is 4:3. -
the problem is its about 60 small divx files, so the v-dub mod thing might take too long. i know my dvd player doesnt read dvd svcd. and im not sure what u mean by 704/656 . whats the 656 all about pls?
im still kind of a novice but is there a way to add letterbox and therefore not have to do too much against the original 576x360 or whatever the res was?
if that makes any sense. one other thing i'd like to know is if i have a divx with a 576x360 with 600kb/s (which is what most of these files are around)
what data rate should i use when encoding?if the divx is 600kb/s would i set the output mpg to be 600kb/s? or more if i went to 704x480 res?
thx a lot again guys. -
I would go with half D1. Half D1 (352x480 NTSC) is a legitimate resolution for all DVD players and is the closest "legitimate DVD resolution" to the original. Avoiding stretching would depend on what mpeg encoding software you are using. With TMPGEnc I just set the Video Arrange Method to Center (keep aspect ratio).
-
Originally Posted by MIKEMAN
i know my dvd player doesnt read dvd svcd. and im not sure what u mean by 704/656 . whats the 656 all about pls?
The 656 is the inner frame size you would use for an overall outer encode size of 704. ie. the black border you create is 24 pixels wide on the vertical sides.
im still kind of a novice but is there a way to add letterbox and therefore not have to do too much against the original 576x360 or whatever the res was?
if that makes any sense. one other thing i'd like to know is if i have a divx with a 576x360 with 600kb/s (which is what most of these files are around)
what data rate should i use when encoding?if the divx is 600kb/s would i set the output mpg to be 600kb/s? or more if i went to 704x480 res?
thx a lot again guys. -
Why not just add borders with Avisynth, and keep the same resolution.
you can go like this in your script if you wanna keep same resolution.
AVISource("C:\avi")
AddBorders( 104,48,104,48 )
Then load the script into ur favorite encoder of choice. You'll prolly have a black border but resolution will be the same.Quality is my policy. -
I would use 720x480, and though it will be stretched, the stretch really isn't that bad. Especially when viewed on a television, it would not be noticeable.
If you were concerned about overscan, then you can either do center - keep aspect ratio as others suggested.
or, you can do center - custom size and set to 648x432 (which is 90% horizontal and 90% vertical because overscan, on average, cuts off 10% of the image)
I personally would do that last option. it seems like it would be the best resolution setting.
As for the bitrate, just use the highest bitrate you can while not running out of disc spaceasdf
Similar Threads
-
512x384 to DVD? Full D1 or Half D1?
By rayden54 in forum Video ConversionReplies: 19Last Post: 8th Sep 2009, 23:44 -
How to encode DVd to DIVX with gui4ffmpeg
By gui4ffmpeg in forum User guidesReplies: 32Last Post: 21st Nov 2008, 04:02 -
Please offer suggestions for 352x240 mpg...dvd is pixelated...
By AshleyQuick in forum Video ConversionReplies: 3Last Post: 29th Apr 2008, 00:13 -
Why DVD (720x480) bigger than AVI(720x480)
By psxiso in forum Video ConversionReplies: 6Last Post: 3rd Feb 2008, 05:50 -
Trying to encode DVD to DIVX/AVI or h264
By cassavetes in forum ffmpegX general discussionReplies: 11Last Post: 25th Jun 2007, 10:46