Re: [Libav-user] How to achieve 30 FPS using APIs on Android?

2016-09-20 Thread Amber Beriwal
Hi, Decode Only. No Display. Regards Amber Beriwal Newgen Software Technologies Ltd. From: Libav-user [mailto:libav-user-boun...@ffmpeg.org] On Behalf Of J Decker Sent: Monday, September 19, 2016 8:30 PM To: This list is about using libavcodec, libavformat, libavutil, libavdevice and

[Libav-user] Audio encoding: more samples than frame size (avcodec_encode_audio2)

2016-09-20 Thread Yu Ang Tan
I am trying to read an RTP audio stream, and encode it into a FLAC file. However, when I am reading the stream, I get this error: [libvorbis @ 028b1520] more samples than frame size (avcodec_encode_audio2) During debug mode, it seems the frame_size of my input and output codec context are mis

Re: [Libav-user] How to achieve 30 FPS using APIs on Android?

2016-09-20 Thread William MANCON
thoses time are the time to decode and generate the png ? ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user

[Libav-user] UDP streaming from one PC to another

2016-09-20 Thread Timur Guseynov
Hi. I am wondering if I can stream with ffmpeg from one PC via UDP to another and the second one has ffmpeg using this stream as an input and save to file? Can I do it via CLI? Will I be able to do the same programatically using its API? Kind regards, Timur Guseynov _

Re: [Libav-user] How to achieve 30 FPS using APIs on Android?

2016-09-20 Thread Amber Beriwal
Hi, Decode Only. We are not generating PNG. These are the timings of obtaining YUV data from frame. Regards Amber Beriwal Newgen Software Technologies Ltd. From: Libav-user [mailto:libav-user-boun...@ffmpeg.org] On Behalf Of William MANCON Sent: Tuesday, September 20, 2016 3:31 PM T

Re: [Libav-user] Audio encoding: more samples than frame size (avcodec_encode_audio2)

2016-09-20 Thread Carl Eugen Hoyos
2016-09-20 10:02 GMT+02:00 Yu Ang Tan : > I am trying to read an RTP audio stream, and encode it into a FLAC file. > However, when I am reading the stream, I get this error: > > [libvorbis @ 028b1520] more samples than frame size > (avcodec_encode_audio2) Are you sure that you are encoding to

Re: [Libav-user] Demuxer not giving proper data to decoder ?

2016-09-20 Thread Carl Eugen Hoyos
2016-09-15 13:54 GMT+02:00 Carl Eugen Hoyos : > 2016-09-15 13:41 GMT+02:00 ssshukla26 : > > [...] > > Did you already look at other hardware decoders in current FFmpeg? You may be interested to see this patch on -devel: crystalhd: Use up-to-date bsf API http://ffmpeg.org/pipermail/ffmpeg-devel/20

Re: [Libav-user] Audio encoding: more samples than frame size (avcodec_encode_audio2)

2016-09-20 Thread Yu Ang Tan
> > > [libvorbis @ 028b1520] more samples than frame size > > (avcodec_encode_audio2) > > Are you sure that you are encoding to flac? > > You were spot on. I was using "test.ogg" instead of "test.flac". I made the following changes and now it works fine. -audio_decode_example("test.ogg

Re: [Libav-user] How to achieve 30 FPS using APIs on Android?

2016-09-20 Thread William MANCON
Did you built ffmpeg libs by yourself ? is there neon support ? ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user

Re: [Libav-user] How to achieve 30 FPS using APIs on Android?

2016-09-20 Thread Amber Beriwal
Hi, Yes, we built FFMPEG libs by ourselves. What is Neon support? Regards Amber Beriwal Newgen Software Technologies Ltd. From: Libav-user [mailto:libav-user-boun...@ffmpeg.org] On Behalf Of William MANCON Sent: Wednesday, September 21, 2016 6:53 AM To: This list is about using libav

[Libav-user] av_read_frame is blocking when I remove the camera

2016-09-20 Thread arsee
Hi all, I use av_read_frame to read packets.when I remove the camera, it blocks.Mac OSX 10.11.6 ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user