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

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

2018-08-17 Thread Carl Eugen Hoyos
2018-08-16 7:05 GMT+02:00, chetan goni : > When i ran below command > ".//ffmpeg -f h263 -i video.bin -f flv out.flv" > > here > *video.bin* : RTP playload Either video.bin is a valid raw h263 file, then you don't have to use "-f h263" (just as you don't need "-f flv") or it is not a valid raw h.

[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 AM, chetan goni wrot

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

2018-08-13 Thread Rafael Lima
man how many threads do you need to create to address this problem you have? On Tue, Aug 14, 2018 at 2:35 AM, chetan goni wrote: > 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

[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] Getting error while building FFMPEG extension for exoplayer android

2018-06-14 Thread Moritz Barsnick
On Wed, Jun 13, 2018 at 10:25:47 +0530, Anand Singh wrote: > i am getting error while building FFMPEG extension for exoplayer, i > executed this command as provided in the documentation : [...] > and i am getting following error : You didn't include the error, but instead showed your commands a se

Re: [FFmpeg-user] Getting error while building FFMPEG extension for exoplayer android

2018-06-13 Thread Dennis Mungai
Upload the config.log for inspection. On 13 June 2018 at 07:55, Anand Singh wrote: > Hi, > > i am getting error while building FFMPEG extension for exoplayer, i > executed this command as provided in the documentation : > > ./configure \ > --libdir=android-libs/armeabi-v7a \ > --arch=arm

[FFmpeg-user] Getting error while building FFMPEG extension for exoplayer android

2018-06-13 Thread Anand Singh
Hi, i am getting error while building FFMPEG extension for exoplayer, i executed this command as provided in the documentation : ./configure \ --libdir=android-libs/armeabi-v7a \ --arch=arm \ --cpu=armv7-a \ --cross-prefix="${NDK_PATH}/toolchains/arm-linux-androideabi-4.9/prebuil

Re: [FFmpeg-user] getting error on decklink quad 2

2017-11-22 Thread Moritz Barsnick
On Wed, Nov 22, 2017 at 16:50:44 +0545, Remo Rayamajhi wrote: > Hello support > As I have complied the Decklink Quad 2 with ffmpeg and as process gone well > , but when I try to capture the input to transcode it I got the error , the > snap shot of error is here by . Please help on this case . P

Re: [FFmpeg-user] getting error on decklink quad 2

2017-11-22 Thread Dragan Randjelovic
could you please provide complete ffmpeg command line including output. please include the following outputs: ffmpeg -f decklink -list_devices 1 -i dummy you will get the list of installed decklink adapters: ex: [decklink @ 0x2cad400] 'DeckLink Quad (1)' then issue the following command and pro

Re: [FFmpeg-user] getting error while installing ffmpeg

2017-10-21 Thread Carl Eugen Hoyos
2017-10-16 13:56 GMT+02:00 Sandeep R : > I am getting error while doing configuring the ffmpeg saying > > *ERROR: libvpx decoder version must be >=0.9.1.* > But I am having libvpx-1.4.0. The tail of config.log indicates you don't have libvpx headers installed: > gcc -D_ISOC99_SOURCE -D_FILE_OFFSE

Re: [FFmpeg-user] getting error

2015-04-21 Thread Nicolas George
Le duodi 2 floréal, an CCXXIII, Werner Robitza a écrit : > Well, certainly the part about Unix administration where it's about > actually getting ffmpeg to work should be on topic for this mailing > list. Yes. Properly installing a third-party library is another thing entirely. > (Unless, o

Re: [FFmpeg-user] getting error

2015-04-21 Thread Werner Robitza
On Tue, Apr 21, 2015 at 9:24 PM, Nicolas George wrote: > Le duodi 2 floréal, an CCXXIII, Werner Robitza a écrit : >> This may or may not work depending on how you built x265. > > It will work if the system is correctly configured and x265 is properly > installed, but this mailing-list is not about

Re: [FFmpeg-user] getting error

2015-04-21 Thread Nicolas George
Le duodi 2 floréal, an CCXXIII, Werner Robitza a écrit : > This may or may not work depending on how you built x265. It will work if the system is correctly configured and x265 is properly installed, but this mailing-list is not about Unix administration. Regards, -- Nicolas George signatur

Re: [FFmpeg-user] getting error

2015-04-21 Thread Werner Robitza
On Tue, Apr 21, 2015 at 1:42 PM, aryan singh wrote: > configuration: --prefix=/root/ffmpeg_build > --extra-cflags=-I/root/ffmpeg_build/include > --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin > --enable-gpl --enable-nonfree --enable-libfdk_aac --enable-libmp3lame > --enable-libvorbi

[FFmpeg-user] getting error

2015-04-21 Thread aryan singh
hello getting error while enable x265 codec kindly help. ffmpeg details: ffmpeg version git-2015-04-19-93db270 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-11) configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/in