Page 1 of 1

vlc:quit

Posted: 22 May 2006 18:32
by satya
hi,
I am having a bit of problem with vlc:quit at the end of command line. My command line is like this:

$ vlc -I dummy --sout="#transcode{vcodec=WMV2,acodec=mpga}:std{access=file,mux=asf,url=temp.asf}" videos/temp.mpg vlc:quit
VLC media player 0.8.2-svn Janus
[00000246] main playlist: adding playlist item `vlc:quit' ( vlc:quit )
[00000246] main playlist: adding playlist item `videos/temp.mpg' ( videos/temp.mpg )
[00000250] dummy interface: Using the dummy interface module...
[wmv2 @ 0x43f50618]removing common factors from framerate
[00000379] dummy demuxer: command `quit'
[00000377] dummy access error: unimplemented query in control
[00000246] main playlist: nothing to play
[00000246] main playlist: deleting playlist item `videos/temp.mpg'
[00000246] main playlist: deleting playlist item `vlc:quit'

VLC is quitting; but my ouput file is getting truncated to a few bytes; if I dont use vlc:quit, I am getting a proper output file but I need to press ctrl+c to quit vlc; please help! i need to use vlc:quit !

Posted: 23 May 2006 10:57
by xtophe
use vlc input :sout=.... vlc:quit so it doesn't try to transcode the vlc:quit

Thanks!

Posted: 23 May 2006 14:10
by satya
Thanks; it helped a lot!

It doesnt work that way with ver 0.8.2 though, but works fine with 0.8.4 (I upgraded).