Page 1 of 1

Can't transcode mpeg video to FLV video.

Posted: 24 Sep 2008 15:56
by Sergey_Sidorin
VLC media player 0.9.2 Grishenko
Gentoo Linux.

Code: Select all

$ cat /etc/portage/package.keywords mail-filter/spamdyke ~* * media-video/vlc ~x86 media-plugins/live ~x86 $ cat /etc/portage/package.use media-video/ffmpeg amr network media-video/vlc dvd ffmpeg mpeg mad wxwindows aac dts a52 ogg flac theora oggvorbis matroska freetype bidi xv svga gnutls stream vlm httpd cdda vcd cdio live httpd id3tag libgcrypt rtsp sdl-image shout stream twolame upnp vlm $ cat /etc/make.conf ~~~ USE="-X -ipv6 stream lame mad mp3 mpeg aac ffmpeg xvid"
I running
cvlc -vvv Bring\ Me\ To\ Life.mpg --sout '#transcode{vcodec=FLV1,acodec=mp3}:standard{access=http,mux=ts,dst=0.0.0.0:8087}'

but can't get transcoding from videofile to FLV-streaming.

Something from output:
[00000441] avcodec encoder error: cannot find encoder MPEG Audio layer 1/2/3
[00000350] stream_out_transcode stream out error: cannot find audio encoder (module:any fourcc:mp3 )
[00000350] stream_out_transcode stream out error: cannot create audio chain
[00000410] main packetizer error: cannot create packetizer output (mpga)

What is wrong? Why vlc can't find mp3 coder?

Re: Can't transcode mpeg video to FLV video.

Posted: 24 Sep 2008 16:24
by Sergey_Sidorin
I'm sorry, in previous message I used mux=ts. Now I use:

~ $ cvlc -vvv Bring\ Me\ To\ Life.mpg --sout '#transcode{vcodec=FLV1,acodec=mp3}:standard{access=http,mux=ffmpeg{mux=flv},dst=0.0.0.0:8087}'

But also have the same problems with mp3 codec.

Also, if I running without "acodec=mp3":
~ $ cvlc -vvv Bring\ Me\ To\ Life.mpg --sout '#transcode{vcodec=FLV1}:standard{access=http,mux=ffmpeg{mux=flv},dst=0.0.0.0:8087}'

I have repeating messages:
[00000428] avcodec encoder warning: vbv buffer overflow
(flv@0x8180660)

And no video streaming.

Re: Can't transcode mpeg video to FLV video.

Posted: 11 Oct 2008 15:59
by multiuser
hmmm, i have the problem too!

[00000432] avcodec encoder warning: vbv buffer overflow
(flv@0x81f35a0)



any ideas?