So I've been testing out converting a DVD movie to a x264 mp4 with Handbrake, but the times I've tried out conversion, the resulting file has stereo audio (and the source DVD is 5.1 audio). Which audio settings should I choose if I want to preserve the 5.1 audio for the mp4 file?
+ Reply to Thread
Results 1 to 22 of 22
-
-
Leave the AC3 passthrough track in the Audio tab. Remove the AAC encoded track if necessary.
-
-
-
Ah, okay, it sounded like you knew programs who do use the extension as some sort or identification marked,..
-
That's why I convert everything to H264/AC3 MKV. I try to avoid MP4 whenever possible. I'll use a ffmpeg batch file to put H264/AAC FLV in a MP4 container since that seems to be the preferred internet file type these days and they've already destroyed the original AC3 audio. I haven't used Handbrake in a while but I would probably recommend it for users that want a quick and easy program and don't want to learn how to use Virtualdub although Selur's Hybrid program looks like a very good option. Probably a little harder to use than Handbrake but has a lot of different encoders to use.
-
I have another question about handbrake, (again, im assuming it better to just keep it in this thread then to make a new one). So I did a conversion for a movie of about 100 minutes in length, constant quality at an RF of 19, the file size came out to be just under 700mb. I checked the file with Media Info and it says the video bittrate is around the 500 mark which seems kind of low but im new to this converting stuff, so curious if thats an ok video bitrate
-
look at the quality if the quality is okay, the bitrate is too, otherwise: No
-
Ok, one last question. Is there a way to cut a small clip out of a m4v as a "sample" scene (obviously, a way to do it without re-encoding)
-
One way is using ffmpeg
Use -ss for start time and -t for duration
e.g
ffmpeg -input.m4v -vcodec copy -acodec copy -ss 00:00:05 -t 00:00:10 output.m4v
This would copy a clip from 5 sec to 15 sec running time , for a total length of 10 seconds -
-
-
-
Hi all,
I have a library of dvd's. If you convert a movie on your HDD that is in TS folders, VOB files, and you want to compress it for space savings down to roughly a gig., and the audio is in ac3, or dts, what format will keep it just as good, if possible? Will I lose quality and/or 5.1? I have a couple different softwares and they won't allow me keep the same audio codec.
Thanks
Similar Threads
-
Confused about handbrake picture settings (for converting VOB --> MP4)
By VideoThat in forum DVD RippingReplies: 7Last Post: 4th May 2012, 12:11 -
mp4 (x264) with AAC audio to AVCHD?
By mpholic in forum Video ConversionReplies: 15Last Post: 1st Nov 2010, 16:38 -
Handbrake question about converting x264 mkv to avi
By jimdagys in forum Video ConversionReplies: 3Last Post: 7th Jun 2009, 04:44 -
Converting from MP4 (1280x720 x264 AAC) to AVI or WMV
By darkdestiny in forum Video ConversionReplies: 7Last Post: 6th Jun 2009, 22:33 -
converting MOD to AVI to MP4 using avisynth, x264, mp4box & ffmpeg
By Wakewatcher in forum Video ConversionReplies: 3Last Post: 27th Dec 2008, 16:58