"c:\program files\videolan\vlc\vlc" "c:\my music\track%1.wav" :sout=#duplicate{dst=std{access=file,mux=wav,url="c:\vlc%1.wav"}} --stop-time=%2 vlc:quit
the above command line works fine on my win2k machine (and stop writing the output file at %2 seconds) but not on my XP machine. if i set it to 30 seconds, i get a 30 second file.
on the XP machine, the stop-time option doesn't work properly. i get an output file but it doesn't stop at 30 seconds.
is this a known problem or something weird here?
thanks