Page 1 of 1

Problems with video Streaming Divx to .TS

Posted: 06 Apr 2007 18:36
by lextsy
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?

Posted: 06 Apr 2007 19:25
by Gujs
Vhat version of VLC do you use. Try using VLC 0.8.6a.

Posted: 16 Apr 2007 11:50
by papako
Hi,
I have the same problem.
I can transcode some avi files ,but other can't.
I have the same problem with the comand line, the wizard and the file ->open and save
I use VLC 0.8.6a

converting avi to mpeg ts

Posted: 22 Apr 2007 17:11
by khilliard
I also have a similar problem trying to convert to mpeg transport stream. I have an AVI file and just want to convert it to mpeg ts (without transcoding). I use:

vlc -vvv file.avi --sout '#standard{access=file,mux=ts,dst=file.ts}'

VLC only plays the sound, without any video. I'm running under Ubuntu edgy. I'm trying to create DVD source for streaming to an Amino STB.

thx