Failed in transcode video under Linux

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
tiantao
Blank Cone
Blank Cone
Posts: 34
Joined: 17 Mar 2004 08:07

Failed in transcode video under Linux

Postby tiantao » 12 Jul 2004 10:32

Hi all,
I am using vlc0.7.2 under Linux. I want to transcode a video and multicast it to other machines. I have tried this non-transcode one successful:
vlc -vvv test.avi --sout '#transcode:std:{access=udp,mux=ts,url=239.20.30.40:1234}'
but when I tanscode the video and multicast it, then it fails:
vlc -vvv test.avi --sout '#transcode{vcodec=mp1v,vb=792}:std:{access=udp,mux=ts,url=239.20.30.40:1234}'
then I cannot receive the multicast.
what's wrong did I make? Did I made wrong in the vlc command line or I missed some module in compiling?
could some one give me some suggestion? Thank you!
Last edited by tiantao on 12 Jul 2004 11:07, edited 1 time in total.

Sigmund
Big Cone-huna
Big Cone-huna
Posts: 893
Joined: 26 Nov 2003 09:38

Postby Sigmund » 12 Jul 2004 10:45

I don't think you're supposed to have the : after std. Try

Code: Select all

vlc -vvv test.avi --sout '#transcode{vcodec=mp1v,vb=792}:std{access=udp,mux=ts,url=239.20.30.40:1234}'

Guest

Postby Guest » 12 Jul 2004 18:49

sorry, i typed it wrong, I didn't have the ":" after "std".
I mean I have been using the code what you typed, but it doesn't work.

markfm
Big Cone-huna
Big Cone-huna
Posts: 1536
Joined: 22 Feb 2004 17:42

Postby markfm » 12 Jul 2004 19:03

What VLC messages are being generated on the Linux server?

Any chance that it doesn't have a successful ffmpeg build, so that while it can stream an arbitrary file, it doesn't actually have the CODEC needed when you request MPEG compression?


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 45 guests