Page 1 of 1

Reading rawvideo with vlc

Posted: 08 Apr 2009 09:59
by snooker
Hi all !


I would like to play a raw video with vlc, but i don't know how to do.
Could i play a file with rawvideo format ?
Or could i play a file with matroska format and nocodec ?


I thank you in advance.

Re: Reading rawvideo with vlc

Posted: 08 Apr 2009 13:55
by Rémi Denis-Courmont
E.g.

Code: Select all

vlc --demux rawvideo --rawvid-fps 25 --rawvid-width 1920 --rawvid-height 1080 --rawvid-chroma=I422 --rawvid-aspect-ratio 16:9 /path/to/rawvideofile

Re: Reading rawvideo with vlc

Posted: 08 Apr 2009 15:48
by snooker
Thx !

It seems that i haven't got the "plugin rawvideo". Maybe cause i use de 0.8.6h version of vlc.
I'll update my vlc...

Re: Reading rawvideo with vlc

Posted: 13 Apr 2009 04:29
by random
E.g.

Code: Select all

vlc --demux rawvideo --rawvid-fps 25 --rawvid-width 1920 --rawvid-height 1080 --rawvid-chroma=I422 --rawvid-aspect-ratio 16:9 /path/to/rawvideofile
I tried this on win32 and it works!
Didn't work for http rawvideo stream though it stuck on first frame.

Re: Reading rawvideo with vlc

Posted: 27 May 2009 13:28
by snooker

Code: Select all

vlc --demux rawvideo --rawvid-fps 25 --rawvid-width 1920 --rawvid-height 1080 --rawvid-chroma=I422 --rawvid-aspect-ratio 16:9 /path/to/rawvideofile
this command line doesn't work on Linux, with vlc 0.8.6h.

Anyone know how to play a rawvideo file on Linux, with vlc 0.8.6h ?

Re: Reading rawvideo with vlc

Posted: 27 May 2009 18:28
by Rémi Denis-Courmont
The rawvideo plugin is an addition of VLC 0.9.0.

Re: Reading rawvideo with vlc

Posted: 27 May 2009 20:23
by snooker
Ok, then i've to use another player...

Thank you !