PDA

View Full Version : How to cut ogg audio movie using VirtualDubMod?


shawn8888
28th January 2006, 23:54
I have some avi files with ogg audio and xvid video.
After I tried to cut them, I found the audio is missing!
Does VirtualDubMod support ogg audio?

bond
29th January 2006, 00:51
ogg vorbis in avi will hardly work anywhere correctly, dont use it...

shawn8888
29th January 2006, 02:22
But sometimes we don't have the chance to choose...

setarip_old
29th January 2006, 04:17
But sometimes we don't have the chance to choose...Sure you do - You can always go back to your original source material, whether a purchased DVD, camcorder material, or captured video, and convert/compress it anew...

Bear
29th January 2006, 09:16
download mencoder and run the following command:

"mencoder.exe" "Y:\filename" -oac mp3lame -lameopts cbr:br=160 -ovc copy -o "Y:\filename"

This command tell mencoder to encode the audio stream to mp3 constant bitrate (160). No quality loss for the video stream.

You can use other programs to demux the audio stream, convert back to mp3 and mux it with the video stream again. But mencoder can do it all in on step.

shawn8888
29th January 2006, 23:15
download mencoder and run the following command:

"mencoder.exe" "Y:\filename" -oac mp3lame -lameopts cbr:br=160 -ovc copy -o "Y:\filename"

This command tell mencoder to encode the audio stream to mp3 constant bitrate (160). No quality loss for the video stream.

You can use other programs to demux the audio stream, convert back to mp3 and mux it with the video stream again. But mencoder can do it all in on step.

Thanks a lot for your tips!

But I found a better solutions from net1999@DRL:
Download Ogg Vorbis ACM Codec 0.0.3.6 from here:
http://www.ogg.cn/software/view-software-149.html

After install, VDM will support ogg movies!