VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. ok ive use virtual dubmod it works good but i need something the would be more faster or more convenient. btw im converting anime with dual audio and subs

    well any ways i wanna convert the ogm to avi with both audio files and have the sub standalone, i want the audio files and video to be kept as one. but doing 100+ files is very boring and tiresome and i dont have the time to stand by and keep an eye on it,

    btw the batch coding for the virtual dubmod sucks too much work unless you guys know a faster way
    Quote Quote  
  2. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    Well you could use mencoder, but I think it only handles one audio stream. The subs you could demux with ogmdemuxer.

    Something like:
    for %%f in (*.ogm) DO (ogmdemuxert.exe tracks 3:"%%~nf.srt")
    for %%f in (*.ogm) DO (mplayer.exe -ao pcm:file ="%%~nf.wav" -aid 2 "%%f")
    for %%f in (*.wav) DO (lame.exe --alt-preset standard "%%f" "%%~nf.mp3")
    del *.wav
    for %%f in (*.ogm) DO (mencoder.exe -oac mp3lame -ovc copy "%%f" -o "%%~nf.avi")

    Demux subs.
    Extract audio stream 2
    Convert to mp3
    Direct stream video and convert audio 1 to mp3 in avi.

    Not sure how to go about batch muxing the audio and subs to new avi's. I guess with aviMuxGUI.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!