Page 1 of 1

Specify input type

Posted: 19 Jun 2010 00:31
by enoritz
Hi. I have another question...

I'm trying to use a Pipe(|) and "vlc -" to read video data from stdin. As I pass raw data (without some container format like avi, mkv, etc.) vlc does not know which decoder to use. Is there any possibility to tell vlc on the commandline to use for instance the h264 decoder?

Greetings

Re: Specify input type

Posted: 19 Jun 2010 13:55
by enoritz
Alright... ":demux=h264" behind the input did the trick:)