BeNooL
18th September 2003, 10:08
I tried to mux a video and ac3 track into an ogm container with VDubMob. Everything went well I had my two parts with chapters, subtitles and all. Problem is: video is choppy at times and I had audio skips/cracks...
So I searched the forum for a solution and found no direct solution for how to make this. After some experimenting here's a method that seems to work great at least for me.
If it has already been explained, well excuse my ranting then...
I'll assume you have your video (.avi) and audio (.ac3) ready, plus eventual subtitles (.srt) or chapters (.txt)
1st Step
Get Nic's OggMux from the OGG FAQ sticky.
Use it to mux all your files together. You now have a big .ogm that doesn't suffer from choppiness etc only problem is it's *ONE* big file...
2nd Step
Launch VDubMod and load your big ogm.
Use the slider to find the keyframes where you wanna split your video.
Note down the numbers for next step. Also get total number of frames.
Tip: use 'Go to last keyframe' from Edit menu for searching the spot that fits on your media
3rd Step
Get OGM Cutter 1.0a4 here (http://cyrius.bunkus.org/index.html).
This a console mode program. Extract it somewhere in your path and launch a shell (Start -> Run -> cmd).
Goto the directory where your big ogm is.
Now we'll cut it at the exact keyframes we noted down before.
Let's say you wanna cut at keyframe 62558 and total frame number is 146703, then type:
ogmcutter mybigfile.ogm -f "0 62558 62558 146703"
Let it do it's work, and that's it!
Warning: ogmcutter puts all files in the same directory. Check your free space.
You now have 2 parts precisely cut at the exact keyframe you choose.
No stall picture at start of the next part and chapters are also edited so that only the chapters available in the current part are displayed (can be changer with -c option).
So I searched the forum for a solution and found no direct solution for how to make this. After some experimenting here's a method that seems to work great at least for me.
If it has already been explained, well excuse my ranting then...
I'll assume you have your video (.avi) and audio (.ac3) ready, plus eventual subtitles (.srt) or chapters (.txt)
1st Step
Get Nic's OggMux from the OGG FAQ sticky.
Use it to mux all your files together. You now have a big .ogm that doesn't suffer from choppiness etc only problem is it's *ONE* big file...
2nd Step
Launch VDubMod and load your big ogm.
Use the slider to find the keyframes where you wanna split your video.
Note down the numbers for next step. Also get total number of frames.
Tip: use 'Go to last keyframe' from Edit menu for searching the spot that fits on your media
3rd Step
Get OGM Cutter 1.0a4 here (http://cyrius.bunkus.org/index.html).
This a console mode program. Extract it somewhere in your path and launch a shell (Start -> Run -> cmd).
Goto the directory where your big ogm is.
Now we'll cut it at the exact keyframes we noted down before.
Let's say you wanna cut at keyframe 62558 and total frame number is 146703, then type:
ogmcutter mybigfile.ogm -f "0 62558 62558 146703"
Let it do it's work, and that's it!
Warning: ogmcutter puts all files in the same directory. Check your free space.
You now have 2 parts precisely cut at the exact keyframe you choose.
No stall picture at start of the next part and chapters are also edited so that only the chapters available in the current part are displayed (can be changer with -c option).