Log in

View Full Version : CLI demux PID


rmercado
21st July 2005, 17:28
I have a file with 4 pids, 2 audio and 2 video. I would like to demux it with dgindex. I can do it without a problem if I open the video, and select one audio and video PID with the Detect PIDs:Raw option, and save project and demux video.

But I would like to do it from the command line. I try the following sentence:

dgindex -if=[file_in] -ap=12f -vp=12d -ia=6 -fo=0 -om=1 -of=[file_out]

... and I only obtain the audio demuxed, not the video. What should I do to obtain the video demuxed?

Many thanks for your efforts to improve this excelent software. :thanks:

Guest
28th July 2005, 06:25
The CLI does not currently support demuxing the video. I'll add it to the work list.

rmercado
28th July 2005, 09:52
OK. Thanks again for your support.