Re: [Libav-user] "Circular buffer overrun" error when reading UDP stream

2013-07-29 Thread Adi Shavit
Hi Alex, > See http://ffmpeg.gusari.org/viewtopic.php?f=12&t=624. For ffmpeg > command line, you can specify the UDP buffer size in the URL, e.g. > udp://localhost:5002?fifo_size=100. Thanks. I did actually see this post, though I get errors from the overrun_nonfatal argument. > > Buy if you

Re: [Libav-user] sample_fmt_entry

2013-07-29 Thread Gonzalo Garramuno
On 27/07/13 13:35, Liang Zhang wrote: Hello, I tested the example program of demuxing for decoding audio signals and have received the information regarding "unsupported audio format for ftlp" when the input data has the extension of mp4. I checked the program and found that the example funct

Re: [Libav-user] G726

2013-07-29 Thread Carl Eugen Hoyos
Mark Kenna writes: > I am trying to decode raw G726 from file. Does it work with ffmpeg (the executable)? If not, I would be very interested in a sample. Thank you, Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailm

Re: [Libav-user] Encoding from file

2013-07-29 Thread Tushar Paithankar
On Sunday, 28 July 2013, Tariqul Islam wrote: > Hello, > I am new to ffmpeg coding. In ffmpeg source code, encoding decoding example is given in encoding_decoding.c. In this file while working with audio, a raw audio is created, then encoded, then decoded into a c file. What i am trying to do is t