problem: I have a iso image of a DVD wich has 7GB, and I want to leave ac3 audio untouched, but encode the mpeg2 video to a just enough small file size to prevent any quality loss, artifacts, reduction of pixels, resolution
questions:
what is the most advanced codec for this purpose? is it x264? if so, what is the best tool for encoding dvd's to x264? what is the best guide to teach me how to do this, but not necesarily an easy guide, it can be any guide that gives the most professional results no matter how much time it takes, while making sure that audio is perfectly synchronized; how do I determinate what is the sufficient video bitrate in order to not loose any quality, but still have the smallest file that it can have in order to maintain full quality, within reason.
+ Reply to Thread
Results 1 to 9 of 9
-
Last edited by codemaster; 8th Feb 2011 at 16:59.
-
Just burn the Iso to a DVDR dual layer. Done.
Any recode will cut quality.Recommends: Kiva.org - Loans that change lives.
http://www.kiva.org/about -
guns1inger: to play it only on PC (with mpc-hc or vlc), I don't care if it doesn't work on standalone dvd players, or on macs, I only want to use the most advanced, most powerful tools that we have at present, to encode this huge mpeg2 video to a video file that has a file size just enough to avoid ANY loss in picture quality (of the original dvd), but not larger, that is why I also need a method to find out what bitrate it should have, but it has to be based on the actual content of the frames I believe, to find the right ballance between quality and file size
edDV: the goal is to watch it with .srt subtitle on PC, and not occupy so much hdd space, just enough so that the source dvd quality is maintained as much as possible, hence the question about the most advanced codecLast edited by codemaster; 8th Feb 2011 at 17:27.
-
Is the content 576i/25 interlace or 576p/25 film or other?
If interlace, h.264 doesn't re-compress as well. If progressive, figure 0.7x bit rate for low recode loss, 0.5x for adequate quality.
If you have access to the D1 or DigiBeta masters, you could encode to about half MPeg2 bit rate at same quality.
Keep in mind 10 bit uncompressed D1 (SMPTE 259M) is 270 Mb/s (including audio).
Digibeta is 3x compressed at about 90 Mb/s. Gives you some appreciation of how compressed a DVD is and why it makes a poor copy source.Last edited by edDV; 8th Feb 2011 at 17:39.
Recommends: Kiva.org - Loans that change lives.
http://www.kiva.org/about -
Use Handbrake or XmediaRecode and do a quality based encode. XmediaRecode will allow you to put AC3 in an MP4 container, or you can sue MKV if you prefer. Doing a quality based encode means the file be the size it needs to be, based on the quality level you select - i.e. you have no control over the file size. Start with a Constant Quantizer encode with a value of 21 and do a test encode. Then test again at 20 and 18 and see what suits your needs.
Read my blog here.
-
-
What is your purpose?
If you need to save space, how big do you want to make it?
If you don't need to save space, you can just play the ISO directly as if it were a disc, in eg VLC.
Or you can use DVDshrink-- you don't have to "shrink" the main video, but there are usually several audio tracks in various languages you could omit (though you might want to keep the commentary track), also subtitles (though these are pretty small), and DVD extras, many of which aren't worth watching once, let alone archiving. Just trimming the stuff you don't want may save you a few GB.Last edited by AlanHK; 9th Feb 2011 at 03:07.
-
1) Daemon Tools to mount ISO image.
2) DgIndex to build an index file and export AC3 audio.
3) AviSynth to open index file -- Mpeg2Source("filename.d2v").
4) x264 CLI to encode as h.264.
5) MMG to mux audio (from step 2) and video (from step 4) to MKV.
As others have noted, you will lose quality any time you recompress a video. I use x264 in CRF mode at 18 where the loss is very small. This typically gives a MKV file that is about 1/3 the size of the DVD VOBs.
Similar Threads
-
method merging two dvd movies
By asif shafiq in forum Newbie / General discussionsReplies: 2Last Post: 10th Feb 2010, 04:03 -
Encode uncompressed AVI to MPEG2 (Best method?)
By abvision in forum Video ConversionReplies: 14Last Post: 9th Jun 2009, 03:11 -
Best burning app/method for DVD?
By stantheman1976 in forum Newbie / General discussionsReplies: 14Last Post: 25th Feb 2008, 13:04 -
Whats the Best Method/Software to encode file into DVD...?
By snadge in forum Newbie / General discussionsReplies: 5Last Post: 8th Jan 2008, 21:38 -
what is the best method to convert XVID TO DVD?
By kobi_af in forum Video ConversionReplies: 8Last Post: 19th Nov 2007, 23:38