Code: Select all
http://site.com/asx/isp/quality/some.random.hash/channel.asx
Code: Select all
"c:\Program Files\VideoLAN\VLC\vlc.exe" http://site.com/asx/isp/quality/some.random.hash/channel.asx --sout=#duplicate{dst=std{access=file,mux=asf,dst=c:/input.ps}}
I tried using this code:
Code: Select all
"c:\Program Files\VideoLAN\VLC\vlc.exe" -vvv c:\input.ps --sout=#transcode{vfilter=cropadd{croptop=48,cropbottom=48}:std{access=file,mux=asf,dst=c:\output1.ps}}
Code: Select all
main error: invalid chain
stream_out_transcode error: cannot create chain
main warning: no sout stream module matching "transcode" could be loaded
Code: Select all
"c:\Program Files\VideoLAN\VLC\vlc.exe" -vvv c:\input.ps --sout=#transcode{crop=448x576+0+0}:std{access=file,mux=asf,dst=c:\output2.ps}}
So, please, can you give me the right code, which i must use? Thank you
P.S. I'm using Windows XP, and VLC 0.9.2