Log in

View Full Version : ogmuxer + delay


Wilbert
18th February 2003, 16:09
I want to add a delay to an audio stream when muxing it with video (with ogmuxer). I read the corresponding docS, but I guess I'm to dumb to find out how it works. I tried several variants of:

ogmuxer -r -s -o "e:\test.ogm" "e:\test.avi" "e:\test.ac3" offset="-80"

But they didn't work. What is the correct syntax?

Eric B
18th February 2003, 17:34
Can you use a GUI ?
With OggMux or VirtualDubMod, it's very easy to give a delay.

Wilbert
18th February 2003, 18:03
I can't use them because I actually want to mux a dts stream :)

Suiryc
19th February 2003, 00:02
Hi Wilbert

you should have a look at the Setup-New.omx file bundled with the program. It gives a detailed example of all the features you can use =).

Wilbert
19th February 2003, 10:51
you should have a look at the Setup-New.omx file bundled with the program. It gives a detailed example of all the features you can use =).
I looked at that. Could you say what is wrong with the syntax above?

Suiryc
19th February 2003, 16:12
You can't apply an offset by using the commandline options.
You can only do this by using a .omx file (see the Setup-New.omx to see what you can put inside).
Then you type OGMuxer.exe -s "YourSetupFile.omx"

Wilbert
20th February 2003, 11:42
:D Got it, thanks!