[FFmpeg-user] Writing H.264 data to a file

2018-04-03 Thread Austin Einter
In a call, I am receiving H.264 data in RTP packet. I need to write it to a mkv file to and then I should be able to play it using ffmpeg. It looks that I am always getting single NAL unit in RTP packet. My understanding is, I need to remove RTP packetization data (rfc 6184), and remove

[FFmpeg-user] Fwd: Understanding VP8 meta info in a MKV file

2018-01-04 Thread Austin Einter
Any help from FFMpeg group - I have a mkv file, that contains VP8 encoded data. I need to stream this data to chrome (through RTP), and need to play it in chrome. I have parsed the mkv file, and I have VP8 data. I will be sending this VP8 data in RTP packetc. Looks I need to follow RFC 7741 to

[FFmpeg-user] Understanding VP8 meta info in a MKV file

2018-01-02 Thread Austin Einter
I have a mkv file, that contains VP8 encoded data. I need to stream this data to chrome (through RTP), and need to play it in chrome. I have parsed the mkv file, and I have VP8 data. I will be sending this VP8 data in RTP packetc. Looks I need to follow RFC 7741 to put VP8 descriptor / header in

[FFmpeg-user] FFmpeg - Is it really difficult to use FFmpeg

2015-07-12 Thread Austin Einter
I am trying to use ffmpeg, and have been doing a lot of experiment last 1 month. I have not been able to get through. Is it really difficult to use FFmpeg? My requirement is simple as below. Can you please guide me if ffmpeg is suitable one or I have implement on my own (using codec libs

Re: [FFmpeg-user] Remux doubts

2015-07-03 Thread Austin Einter
...@ffmpeg.org [mailto:ffmpeg-user- boun...@ffmpeg.org] On Behalf Of Austin Einter Sent: 03 July 2015 00:54 To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] Remux doubts Can somebody pls clarify.., I observed the remuxed file is less by 17 bytes. That does not necessarily indicate

Re: [FFmpeg-user] Remux doubts

2015-07-02 Thread Austin Einter
Can somebody pls clarify.., I observed the remuxed file is less by 17 bytes. On Thu, Jul 2, 2015 at 11:04 AM, Austin Einter austin.ein...@gmail.com wrote: Hi All I am new to FFmpeg. But I am really excited to learn more about it. I tried remuxing example as a first step. I have taken

[FFmpeg-user] Remux doubts

2015-07-01 Thread Austin Einter
Hi All I am new to FFmpeg. But I am really excited to learn more about it. I tried remuxing example as a first step. I have taken remux example available at http://ffmpeg.org/doxygen/trunk/doc_2examples_2remuxing_8c-example.html. I compiled andlinked to ffmpeg .so files. Everything went fine.