Problems with video Streaming Divx to .TS
Posted: 06 Apr 2007 18:36
I am having a problem when i use this bat file
"%ProgramFiles%\VideoLan\VLC\vlc" -vvv %1 :sout=#transcode{vcodec=mp2v,vb=3072,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=file,mux=ts,dst="C:\Documents and Settings\User\My Documents\DreamShare\%~n1.ts "}}
to make an AVI file play as a .ts file.
The audio plays fine but it seems the picture doesnt convert when I do this.
Can anyone advise me what I am doing wrong?
"%ProgramFiles%\VideoLan\VLC\vlc" -vvv %1 :sout=#transcode{vcodec=mp2v,vb=3072,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=file,mux=ts,dst="C:\Documents and Settings\User\My Documents\DreamShare\%~n1.ts "}}
to make an AVI file play as a .ts file.
The audio plays fine but it seems the picture doesnt convert when I do this.
Can anyone advise me what I am doing wrong?