Not sure what is happening with my "cut & paste" but the offending
spaces are back in the command so remove them so like
"access=file,mux=raw,dst"

However in your copy of the error it shows an extra space after file
and before comma "file ,"

To avoid all issues with extra spaces - the command can be quoted

Extra window can be removed with other options but they are useful to
see what is happening.

I tested the command on an XP SP3 system.

Are you starting the command from a "run" command ?

I opened a command window first. Then at the prompt I entered the VLC
command (although I used the full vlc.exe path). 

I think the following version using quotes should get around extra
spaces problem (can't test at the moment).

Code:
--------------------
    
  vlc -I dummy --quiet http://www.bbc.co.uk/radio/listen/live/r3_aaclca.pls  
--sout="#transcode{acodec=flac,channels=2}:std{access=file,mux=raw,dst=\"C:\\abcd\\test.flac\"}"
 
--------------------


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=91723

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to