Re: [FFmpeg-devel] Convert Raw RTP dump to H.264

2018-06-04 Thread Robert Clove
On Mon, Jun 4, 2018 at 5:12 PM, Moritz Barsnick wrote: > [Fixed the reply order for you, please try to avoid top-posting.] > > On Mon, Jun 04, 2018 at 15:26:11 +0530, Robert Clove wrote: > > On Mon, Jun 4, 2018 at 2:22 PM, Steinar H. Gunderson < > > steinar+ffm...@gunderson.no> wrote: > > > Maybe

Re: [FFmpeg-devel] Convert Raw RTP dump to H.264

2018-06-04 Thread Moritz Barsnick
[Fixed the reply order for you, please try to avoid top-posting.] On Mon, Jun 04, 2018 at 15:26:11 +0530, Robert Clove wrote: > On Mon, Jun 4, 2018 at 2:22 PM, Steinar H. Gunderson < > steinar+ffm...@gunderson.no> wrote: > > Maybe you can replay the raw packets with tcpreplay? > Thats what i cant

Re: [FFmpeg-devel] Convert Raw RTP dump to H.264

2018-06-04 Thread Robert Clove
Thats what i cant do, i am using the windows platform On Mon, Jun 4, 2018 at 2:22 PM, Steinar H. Gunderson < steinar+ffm...@gunderson.no> wrote: > On Mon, Jun 04, 2018 at 01:57:36PM +0530, Robert Clove wrote: > > ohk, then what should i do to convert RTP packets to H.264. > > But what i know is i

Re: [FFmpeg-devel] Convert Raw RTP dump to H.264

2018-06-04 Thread Steinar H. Gunderson
On Mon, Jun 04, 2018 at 01:57:36PM +0530, Robert Clove wrote: > ohk, then what should i do to convert RTP packets to H.264. > But what i know is if i do ffmpeg -i rtp://stream -an -vcodec copy > stream.264 we get the output file as h.264 then why not ffmpeg will be able > to convert packet from fil

Re: [FFmpeg-devel] Convert Raw RTP dump to H.264

2018-06-04 Thread Robert Clove
ohk, then what should i do to convert RTP packets to H.264. But what i know is if i do ffmpeg -i rtp://stream -an -vcodec copy stream.264 we get the output file as h.264 then why not ffmpeg will be able to convert packet from file to H.264 On Mon, Jun 4, 2018 at 1:28 PM, Paul B Mahol wrote: > On

Re: [FFmpeg-devel] Convert Raw RTP dump to H.264

2018-06-04 Thread Paul B Mahol
On 6/1/18, Robert Clove wrote: > Hi FFMPEG people, > > i have a raw dump of RTP packets and want to convert it to .h264, can it be > done via ffmpeg or needs some development ? This can not be done with ffmpeg. ___ ffmpeg-devel mailing list ffmpeg-devel

[FFmpeg-devel] Convert Raw RTP dump to H.264

2018-06-01 Thread Robert Clove
Hi FFMPEG people, i have a raw dump of RTP packets and want to convert it to .h264, can it be done via ffmpeg or needs some development ? Regards ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel