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?