Page 1 of 1

Export to YUV and WAV?

Posted: 10 Aug 2010 22:25
by quu
I am trying to export a video from VLC to a YUV file and an uncompressed WAV file

I run the command line
C:\Program Files\VideoLAN\VLC>vlc --yuv-file=test.yuv --audiofile-file=test.wav BSGTest.mpg vlc://quit
(the BSGTest.mpg is in the directory)

and the video loads into VLC, plays, and then quits... but no yuv or wav file was created.

is there additional commands I need to add?

Re: Export to YUV and WAV?

Posted: 10 Aug 2010 22:32
by quu
never mind, i guessed, and came up with this
C:\Program Files\VideoLAN\VLC>vlc --vout=yuv --yuv-file=test.yuv --aout=audiofil
e --audiofile-file=test.wav BSGTest.mpg vlc://quit

it seams to work. I am noticing a pattern in the command lines for VLC