Hi, On Mon, Jul 26, 2010 at 6:27 AM, herbert westmacott <[email protected]> wrote: > ffmpeg -y -i http://myhost.com/miley.youtube.webm -b 300k -f webm test.webm > ffmpeg -y -i http://myhost.com/miley.youtube.webm -b 300k -ab 32k -f > webm test.webm > > The 1st command line works the 2nd doesnt and I get the following > error "[libvorbis @ 0x32c9780] oggvorbis_encode_init: init_encoder > failed". > > So i get that error if I specify an audio bitrate less than or equal to 44k.
So I suspect that you should figure out why <44k doesn't work in the Vorbis encoder... > However my main issues isnt with ffmpeg command line interface but > with the ffmpeg libav* API. That's a vague statement in this context... > So my main problem is with the ffmpeg libav* API and not being able to > write the newly created output webm format out over an HTTP network > stream to the client, which is a a web based client. Output file > based streams are ok. This is a different issue, and I'd suggest you create a new thread for it. My suspicion is that the webm encoder requires seeks, which isn't possible with HTTP. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
