[FFmpeg-user] How to sync both audio and video to get correct output

2018-08-27 Thread chetan goni
HI Fellows, I am issuing below command to get correct output but when i played output.mkv , audio file quicker then video.it mean video is lagging behing * ".//ffmpeg -i H264-media-3.264 -i G711ULAW-media-1.wav -c copy output.mkv" * . libpostproc55. 2.100 / 55. 2

Re: [FFmpeg-user] Getting error "concealing 88 DC, 88 AC, 88 MV errors in I frame" when decoding H263+

2018-08-17 Thread chetan goni
HI, it contain valid h263+ raw file and decoded the video but that video is burr Please find attached the image Any suggestions -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailm

[FFmpeg-user] Need command line arguments to convert opus to wav from RTP packets

2018-08-16 Thread chetan goni
Hello, Please provide me command line arguments to convert opus to wav from RTP packets? i am using this but it giving error *.//ffmpeg -acodec libopus -ar 48000 -ac 2 -i audio.bin -f wav out.wav* *Here : audio.bin : RTP playload * ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg devel

[FFmpeg-user] Getting error "concealing 88 DC, 88 AC, 88 MV errors in I frame" when decoding H263+

2018-08-15 Thread chetan goni
When i ran below command ".//ffmpeg -f h263 -i video.bin -f flv out.flv" here *video.bin* : RTP playload *Error:* [h263 @ 021e871caa40] I cbpc damaged at 0 8 [h263 @ 021e871caa40] Error at MB: 96 [h263 @ 021e871caa40] concealing 88 DC, 88 AC, 88 MV errors in I frame Output #0, fl

Re: [FFmpeg-user] Getting error when try to decode RTP playload with H263+ video codec

2018-08-13 Thread chetan goni
Hi Rafael , This is different codec,that is way i have created new thread. Thanks & Regards Chetan Goni On Tue, Aug 14, 2018 at 11:26 AM, Rafael Lima wrote: > man how many threads do you need to create to address this problem you > have? > > On Tue, Aug 14, 2018 at 2:35

[FFmpeg-user] Getting error when try to decode RTP playload with H263+ video codec

2018-08-13 Thread chetan goni
Hi All, I am running below command to decode H263+ video *".//ffmpeg -f h263 -i video.bin -f flv out.flv"* Here: Video.bin = This RTP playload dump contains video; *But getting error:* PS D:\ffmpeg\bin> .//ffmpeg -f h263 -i video.bin -f flv out.flv ffmpeg version 4.0.2 Copyright (c) 2000-2

Re: [FFmpeg-user] Regarding how to extracting video from RTPpacketsusing ffmpeg API or Source code

2018-08-13 Thread chetan goni
Hi Carl , It is not network dump,problematically i am dumpling RTP payload to binary file. Do you have any solution? Thanks & Regards Chetan Goni On Tue, Aug 14, 2018 at 12:44 AM, Carl Eugen Hoyos wrote: > [image: Boxbe] <https://www.boxbe.com/overview> This message is e

Re: [FFmpeg-user] Regarding how to extracting video from RTPpacketsusing ffmpeg API or Source code

2018-08-13 Thread chetan goni
HI Moritz, Do you any solution? Thanks & Regards Chetan Goni On Thu, Aug 9, 2018 at 7:07 PM, chetan goni wrote: > Hi, > I am given all error detail info and not hiding anything details.. > For audio I am using mulaw and video h263 codec. > Please provide any steps >

Re: [FFmpeg-user] Regarding how to extracting video from RTPpacketsusing ffmpeg API or Source code

2018-08-09 Thread chetan goni
972478217&tc_rand=2130256535&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001> > On Thu, Aug 09, 2018 at 18:10:12 +0530, chetan goni wrote: > > ffmpeg -f h263 -i Video.bin -f flv out.flv > > I guess you need to tell ffmpeg the co

Re: [FFmpeg-user] Regarding how to extracting video from RTPpackets using ffmpeg API or Source code

2018-08-09 Thread chetan goni
ilters as finished Conversion failed! Thanks & Regards Chetan Goni On Thu, Aug 9, 2018 at 6:01 PM, Moritz Barsnick wrote: > On Thu, Aug 09, 2018 at 16:24:51 +0530, chetan goni wrote: > > I have do not have "rtp://your.proper.url " .I have RTP packets. > > Do you hav

Re: [FFmpeg-user] Regarding how to extracting video from RTPpackets using ffmpeg API or Source code

2018-08-09 Thread chetan goni
Hi, I have do not have "rtp://your.proper.url " .I have RTP packets. Do you hav procedure to extract video from RTP Thanks & Regards Chetan Goni On Thu, Aug 9, 2018 at 3:56 PM, Moritz Barsnick wrote: > On Thu, Aug 09, 2018 at 10:39:32 +0530, chetan goni wrote: > >

Re: [FFmpeg-user] Regarding how to extracting video from RTPpackets using ffmpeg API or Source code

2018-08-08 Thread chetan goni
konw much ffmpeg's concepts and commands Please provide the any solutions or procedures to follow Thanks & Regards Chetan Goni On Thu, Aug 9, 2018 at 10:37 AM, chetan goni wrote: > Hi Moritz, > > Bellow i have answered your all question : > > > Moritz : *What d

[FFmpeg-user] Regarding how to extracting video from RTP packets using ffmpeg API or Source code

2018-08-08 Thread chetan goni
Hello Friends, Please provide note on how to extracting video from RTP packets using ffmpeg API or Source code Please help me Thanks & Regards Chetan Goni ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ff

Re: [FFmpeg-user] Regarding how to extracting video from RTPpackets using ffmpeg API or Source code

2018-08-06 Thread chetan goni
Hello bro, was same command work for MPEG-1,MPEG-2,MPEG-3,MPEG-4(AVC) codec? Thanks & Regards Chetan Goni On Tue, Aug 7, 2018 at 9:17 AM, chetan goni wrote: > HI, > > was same command work for MPEG-1,MPEG-2,MPEG-3,MPEG-4(AVC) codec? > > > On Tue, Aug 7, 2018, 6:27

Re: [FFmpeg-user] Regarding how to extracting video from RTPpackets using ffmpeg API or Source code

2018-08-06 Thread chetan goni
:Re: [FFmpeg-user] Regarding how to extracting video from RTP > packets using ffmpeg API or Source code > To:"FFmpeg user questions" > Cc: > > HI dear, > > If possible can you send me sample files to execute above command? > > Thanks & Regards > > Cheta

Re: [FFmpeg-user] Regarding how to extracting video from RTP packets using ffmpeg API or Source code

2018-08-06 Thread chetan goni
HI dear, If possible can you send me sample files to execute above command? Thanks & Regards Chetan Goni On Mon, Aug 6, 2018 at 2:01 PM, zhangkai.gis wrote: > Hi, > Yes, I exact rtp's payload,the payload is H.264 stream.then write the > stream to fifo.my command

Re: [FFmpeg-user] Regarding how to extracting video from RTP packets using ffmpeg API or Source code

2018-08-06 Thread chetan goni
:// 127.0.0.1:8080/myapp/1 Thanks & Regards Chetan Goni On Mon, Aug 6, 2018 at 2:01 PM, zhangkai.gis wrote: > Hi, > Yes, I exact rtp's payload,the payload is H.264 stream.then write the > stream to fifo.my command is > ./ffmpeg -y -thread_queue_size 128 -use_wallclock_as_timestamp

Re: [FFmpeg-user] Regarding how to extracting video from RTP packets using ffmpeg API or Source code

2018-08-06 Thread chetan goni
HI, was same command work for MPEG-1,MPEG-2,MPEG-3,MPEG-4(AVC) codec? Thanks & Regards Chetan Goni On Mon, Aug 6, 2018 at 2:01 PM, zhangkai.gis wrote: > Hi, > Yes, I exact rtp's payload,the payload is H.264 stream.then write the > stream to fifo.my command

Re: [FFmpeg-user] Regarding how to extracting video from RTP packets using ffmpeg API or Source code

2018-08-06 Thread chetan goni
8-06 18:19 > Subject:[FFmpeg-user] Regarding how to extracting video from RTP packets > using ffmpeg API or Source code > To:"ffmpeg-user" > Cc: > > Hi, > > Please provide note on how to extracting video from RTP packets using > ffmpeg API

Re: [FFmpeg-user] Regarding how to extracting video from RTPpackets using ffmpeg API or Source code

2018-08-06 Thread chetan goni
m_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001> > Hi Chetan Goni, > I recieved rtps, and extracting by myself, put the rtp's "data" filed into > a fifo.Then use the fifo as ffmpeg's input. > > 2018-08-06 > > zhangkai.gis > > >

[FFmpeg-user] Regarding how to extracting video from RTP packets using ffmpeg API or Source code

2018-08-05 Thread chetan goni
Hi, Please provide note on how to extracting video from RTP packets using ffmpeg API or Source code Please help me Thanks & Regards Chetan Goni ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] Regarding Free API or source code for MPEG-4 video codec

2018-08-02 Thread chetan goni
Hi Sir, I am having raw file contain MPEG-4 video codec and i need free API or source code to decode and play the video in VLC media player. Please Help me. Thanks & Regards Chetan Goni ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org