i have a load of .mkv files that i need to convert to .avi with mp3 audio. some of them have .ogg audio and some have .acc. ive gotten to the point where i can load the files up in vdubmod and direct stream copy the video but when it doesnt encode the audio, it just drops it completly. i dont want to reencode the video, just the audio and put it in an .avi container for my phillips 642. what am i missing?
+ Reply to Thread
Results 1 to 15 of 15
-
-
Audacity is a great freeware audio editing software. You can Demux the audio from the streamlist in VitualDubMod, load the OGG into Audacity, Export as MP3 (you'll need the lame encoder but I'm sure you can find it)... I'm not sure, however, if you can have an AVI (which is Audio Video Interleave (edit DOH!)...) that only has audio.
"Watch the Weather Change..." -
yeah, there are over 100 files that i need to convert, so that isnt going to happen. plus i think i did something like that and had sync issues.
i guess that last part was unclear, i want the orignal video stream and the new mp3 audio in an avi container.
btw, AVI = Audio Video Interleave -
Do the MKV files have only one audio stream, and no subtitles? If so, you can always try converting them with SUPER. Maybe MKVMagic... I don't know; I haven't tried that one.
If you have more than one audio stream and/or subtitles in any of the MKVs, however, you'll probably end up having to demux them, or only picking the stream(s) you want when processing the MKV into an AVI using VirtualDubMod.If cameras add ten pounds, why would people want to eat them? -
True, but I wasn't sure if the OP wanted to try batch converting that way (especially since I had no way of knowing if all the movies had the same number of streams).
If cameras add ten pounds, why would people want to eat them? -
Hello, when i convert from mkv to avi by virtrua dub mod the audio and subtitles plays in different times from the video, the subtitles and audio mtach together but the video different in timing how to fix this problem ?
-
Could be that the video is VFR. When you assume that something is CFR when it is infact VFR, its length changes. avi doesn't support VFR.
-
Well if it is the case, then you need to convert to CFR, not just assume that the video is CFR.
-
Probably should start with the timecode's from the mkv and AVISynth. AVISynth's directshowsource() is another option.
From the AVISynth docs:
Code:convertfps = false (in v2.56): It turns variable framerate video (vfr) into constant framerate video (cfr) by duplicating or skipping frames. This is useful when you want to open vfr video (for example mkv, rmvb, mp4, asf or wmv with hybrid video) in AviSynth. It is most useful when the fps parameter is set to the least common multiple of the component vfr rates, e.g. 120 or 119.880.
Similar Threads
-
MKV guide, Play MKV, MKV to AVI, MKV to DVD, MKV to MP4, MKV to Blu-ray
By Baldrick in forum Newbie / General discussionsReplies: 55Last Post: 29th Jun 2012, 11:19 -
How to play MKV, MKV to AVI, MKV to DVD, MKV to Xbox 360 or Playstation 3
By Baldrick in forum Video ConversionReplies: 2Last Post: 8th Mar 2012, 02:45 -
Having problems with my .MKV conversion (to .AVI)
By triptiks in forum ffmpegX general discussionReplies: 2Last Post: 16th Jul 2008, 22:29 -
MKV to AVI Problems
By blueninja in forum Video ConversionReplies: 5Last Post: 8th Jan 2008, 06:43 -
MKV to AVI Problems
By Xandal in forum Video ConversionReplies: 7Last Post: 29th Aug 2007, 16:09