[FFmpeg-user] error

2016-04-12 Thread Ana
I am extracting video from an exe. Using HxD I believe I found the raw video. but when I put it FFPmeg it gives me error ( sei typ 57 size 464 trucated at 168. Missing reference picture, default 65682. number of reference frames <0+2> exceeds mas <1; probably corrupt input> discarding one, truncati

[FFmpeg-user] error

2015-03-05 Thread 吕军委
rake Executing cd FFmpeg; ./configure --disable-ffmpeg --disable-ffplay --disable-ffserver --disable-ffprobe --disable-doc --disable-bzlib --target-os=darwin --enable-cross-compile --enable-version3 --arch=arm --cpu=cortex-a8 --enable-pic --extra-cflags='-arch armv7 -miphoneos-version-min=6.0'

[FFmpeg-user] error: ‘Dav1dSettings’

2022-01-14 Thread Matt C
New to compiling, also getting this error: libavcodec/libdav1d.c:148:7: error: ‘Dav1dSettings’ {aka ‘struct Dav1dSettings’} has no member named ‘n_tile_threads’; did you mean ‘n_threads’? 148 | s.n_tile_threads = dav1d->tile_threads | ^~ | n_threads In

[FFmpeg-user] error avformat_open_input

2020-08-29 Thread geronimo eberle
hellow! im a new user whit FFmpeg and im trying to do a video editor whit c++. my error its: Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol "int __cdecl avformat_open_input(struct AVFormatContext * *,char const *,struct AVInputFormat *,struc

Re: [FFmpeg-user] Error

2015-07-10 Thread Carl Eugen Hoyos
sebastian kleutghen.eu kleutghen.eu> writes: > to install the latest version 2.7.1. (This is not the latest version.) > Unfortunately, I get the following error message: > "If you think configure made a mistake, There should be something printed before this message. You could also look at

Re: [FFmpeg-user] Error

2015-07-10 Thread James Darnley
On 2015-07-10 13:21, sebast...@kleutghen.eu wrote: > gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c99 > -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.C2K9oil8.o > /tmp/ffconf.Z2XD6tMr.c > /tmp/ffconf.Z2XD6tMr.c:

Re: [FFmpeg-user] error

2016-04-12 Thread Reindl Harald
Am 12.04.2016 um 18:59 schrieb Ana: I am extracting video from an exe. Using HxD I believe I found the raw video. but when I put it FFPmeg it gives me error ( sei typ 57 size 464 trucated at 168. Missing reference picture, default 65682. number of reference frames <0+2> exceeds mas <1; probably

Re: [FFmpeg-user] error

2016-04-12 Thread Cley Faye
2016-04-12 20:16 GMT+02:00 Ana : > This is what i am getting ​You might be interested in the first line of that page: https://ffmpeg.org/mailman/listinfo/ffmpeg-user > Please provide your ffmpeg command(s) and complete, uncut, unscripted console output(s) when possible.​ ​Some things are missi

[FFmpeg-user] error 1005

2016-06-11 Thread juan carlos Rebate
How are they ?, the problem with muxer and format commands not resolved as you would tell me, at the end I was right only to the Windows version did not include but the linux if now I have the following error when I try to convey through ffserver av_interleaved_write_frame(): Unknown error Error

Re: [FFmpeg-user] Error

2016-11-10 Thread Carl Eugen Hoyos
2016-11-09 20:12 GMT+01:00 Mohamad Rasool : > I get some error while compiling ffmpeg > --disable-programs --disable-doc --disable-everything I suspect you want --disable-all (--disable-everything is a debug option for developers). > --enable-decoder=aac --enable-decoder=aac_latm --enable-decod

[FFmpeg-user] Error position

2016-12-22 Thread Miha Pece
Hi to all, I was recently started to check our archive of video files. In many of them ffmpeg found some errors. For instance: [dvvideo @ 0x7fcc21816000] Concealing bitstream errors My question is, how can I find position (time location) where error occurs? Is 0x7fcc21816000 some kind of hex ma

[FFmpeg-user] Error installing

2014-09-16 Thread venky v
Hi I tried to install ffmpeg in my server using the tutorial - https://trac.ffmpeg.org/wiki/CompilationGuide/Centos#FFmpeg during installing ffmpeg " cd ~/ffmpeg_sources git clone --depth 1 git://source.ffmpeg.org/ffmpeg cd ffmpeg PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" export PKG_CO

[FFmpeg-user] Error in aeval?

2022-10-29 Thread Michael Koch
This command line works as expected: ffmpeg -f lavfi -i sine,aeval="val(0)|val(0)*sin(2)*sin(2)" -ac 2 -t 5 -y out.wav Why does it no longer work when I replace sin(2)*sin(2)  by pow(sin(2),2)  ? ffmpeg -f lavfi -i sine,aeval="val(0)|val(0)*pow(sin(2),2)" -ac 2 -t 5 -y out.wav Is this a b

[FFmpeg-user] Error extracting srt

2020-08-05 Thread Alex Zachopoulos
Hi all, I want to extract the SRT stream from mp4 files. On my MacPro with High Sierra running ffmpeg 3.3 all is fine. On my MacBook Pro with Catalina running ffmpeg 4.3 I keep getting an error. This is the command I use to extract Stream #0:2 (subtitle) from file 1.mp4, on both computers: ffmpeg

Re: [FFmpeg-user] error avformat_open_input

2020-08-30 Thread Edward Park
Hi, > and the video its in the same path that the project. I don't think that's the issue, because the error description says: > ... unresolved external symbol "int __cdecl avformat_open_input(struct > AVFormatContext * *,char const *,struct AVInputFormat *,struct AVDictionary * > *)" > (?avfor

[FFmpeg-user] error during conversion

2020-12-11 Thread Andy Sheimo
Trying to transcode a file and perform a pixel conversion from 8 to 10 bit. The transcode errors with Impossible to convert between the formats supported by the filter 'Parsed_null_0' and the filter 'auto_scaler_0' Error reinitializing filters! Failed to inject frame into filter network: Function n

[FFmpeg-user] error build ffmpeg

2015-07-01 Thread Boris Eloshvili
ERROR: libass not found using pkg-config Note: When building a static binary, add --pkg-config-flags="--static". If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list o

[FFmpeg-user] error LNK2001 "ff_mpeg_er_init"

2015-08-06 Thread Bernhard Döbler
Hi, I updated my local ffmpeg repository from 2.7.2 to latest master and tried to compile with Microsoft Visual Studio 2015 compiler in an msys2 environment. This resulted in: libavcodec.a(mpegvideo.o) : error LNK2001: Nicht aufgel▒stes externes Symbol "ff_mpeg_er_init". ffprobe_g.exe : fata

[FFmpeg-user] Error - Unconnected output

2016-07-15 Thread Ganesh.Irelan
Hello, I'm trying to concatenate three MP4 files but I'm getting an error and I can't see the problem. Thank you for your help. Kevin Irelan 3128-MacMini:Applications ganesh$ ./ffmpeg -i "/Users/ganesh/Desktop/Top Level/Exported Media/0001RR.mp4" -i "/Users/ganesh/Desktop/Top Level/Exported M

Re: [FFmpeg-user] Error compiling

2016-11-29 Thread Carl Eugen Hoyos
2016-11-29 16:25 GMT+01:00 : > I am experiencing this error while attempting to compile ffmpeg. > Error is: check_ld cc check_cc BEGIN /tmp/ffconf.KAZrXKTI.c 1 int main(void){ return 0; } END /tmp/ffconf.KAZrXKTI.c gcc -c -o /tmp/ffconf.miGcVaTO.o /tmp/ffconf.KAZrXKTI.c gcc -o /tmp/ffconf.py

Re: [FFmpeg-user] Error compiling

2016-11-29 Thread Rens Dijkshoorn
- Original Message - > From: france...@bltitalia.com > To: ffmpeg-user@ffmpeg.org > Sent: Tuesday, 29 November, 2016 16:25:28 > Subject: [FFmpeg-user] Error compiling > Hi > I am experiencing this error while attempting to compile ffmpeg. > Error is: > gc

Re: [FFmpeg-user] Error position

2016-12-22 Thread Carl Eugen Hoyos
2016-12-22 16:50 GMT+01:00 Miha Pece : > Hi to all, > > I was recently started to check our archive of video files. In many of them > ffmpeg found some errors. For instance: > > [dvvideo @ 0x7fcc21816000] Concealing bitstream errors > > My question is, how can I find position (time location) where

Re: [FFmpeg-user] Error position

2016-12-22 Thread dave
> On Dec 22, 2016, at 11:52 AM, Carl Eugen Hoyos wrote: > > 2016-12-22 16:50 GMT+01:00 Miha Pece : >> Hi to all, >> >> I was recently started to check our archive of video files. In many of them >> ffmpeg found some errors. For instance: >> >> [dvvideo @ 0x7fcc21816000] Concealing bitstream er

Re: [FFmpeg-user] Error position

2016-12-23 Thread Miha Pece
Thank you, it's doable with showinfo although not perfect if you want filter out only errors (because you are batch testing many files). But I managed to get corrupted frame. I will explore also other testing tools inside ffmpeg for different approaches. Miha Peče On Thu, Dec 22, 2016 at 6:03 P

Re: [FFmpeg-user] Error installing

2014-09-16 Thread Reindl Harald
Am 16.09.2014 um 10:55 schrieb venky v: > i get the following error > > hash -r . ~/.bash_profileyasm/nasm not found or too old. Use > --disable-yasm for a crippled build. > > I hav also attached a screen shot of the same and why do you not follow that output * install update "yasn" or "yasm-

[FFmpeg-user] Error in compilation

2014-09-18 Thread Michele Polese
Hi everybody, I am trying to compile ffmpeg on debian squeeze using this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu. Unfortunately when I make ffmpeg i get this error. How can I fix it? libavfilter/vf_subtitles.c: In function 'config_input': libavfilter/vf_subtitles.c:146: error

[FFmpeg-user] Error building ffmpeg

2015-01-10 Thread Paul Dam
Hi, I'm trying to build ffmpeg 2.3.6 in a jail on nas4free 9.3.0.2. The last couple of lines of config.log look like this: - cc -L/usr/local/lib -Wl,--as-needed -Wl,-z,noexecstack -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype2 -I/

[FFmpeg-user] error in ffmpeg

2015-02-03 Thread Mohammad Shakir
Dear experts, I want to rebrodcast this stream on udp but getting error, please help me to resolve this problem. E:\ffmpeg\bin>ffmpeg3 -i "http://mynet.com/news/news1.m3u8"; -vcodec copy -bsf:v h264_mp4toannexb -acodec aac -ab 64000 -ar 48000 -ac 2 -strict experimental -f mpegts udp://127.0.0.1:10

[FFmpeg-user] ERROR: libglslang not found

2021-04-07 Thread Dylan Fernando
When running ./configure --enable-opencl --enable-vulkan --enable-libglslang on Ubuntu 20.04 I get: ERROR: libglslang not found If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.or

[FFmpeg-user] ERROR: libglslang not found

2021-04-07 Thread Dylan Fernando
When running ./configure --enable-opencl --enable-vulkan --enable-libglslang on Ubuntu 20.04 I get: ERROR: libglslang not found If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.or

[FFmpeg-user] Error initializing output stream

2022-06-15 Thread Douglas Rhiner
I have two Python scripts running FFMPEG commands: - hls_win.py - dash_win.py They transcode mp4 equirectangular movies, i.e. 360video One for HLS the other for DASH. I'm testing these by running them via PyCharm on both Mac and Win. On Mac OS X both of these work as expected when modified

Re: [FFmpeg-user] Error in aeval?

2022-10-29 Thread Paul B Mahol
On 10/29/22, Michael Koch wrote: > This command line works as expected: > > ffmpeg -f lavfi -i sine,aeval="val(0)|val(0)*sin(2)*sin(2)" -ac 2 -t 5 > -y out.wav > > > Why does it no longer work when I replace sin(2)*sin(2) by pow(sin(2),2) ? > > ffmpeg -f lavfi -i sine,aeval="val(0)|val(0)*pow(si

Re: [FFmpeg-user] Error in aeval?

2022-10-29 Thread Michael Koch
Am 29.10.2022 um 12:02 schrieb Paul B Mahol: On 10/29/22, Michael Koch wrote: This command line works as expected: ffmpeg -f lavfi -i sine,aeval="val(0)|val(0)*sin(2)*sin(2)" -ac 2 -t 5 -y out.wav Why does it no longer work when I replace sin(2)*sin(2) by pow(sin(2),2) ? ffmpeg -f lavfi -

[FFmpeg-user] ERROR: libfdk_aac not found

2018-04-15 Thread La poste
Hi ! I was installing ffmpeg with this page : https://github.com/KhaosT/homebridge-camera-ffmpeg/wiki/Raspberry-PI git clone https://github.com/FFmpeg/FFmpeg.git cd FFmpeg ./configure

Re: [FFmpeg-user] Error extracting srt

2020-08-07 Thread Moritz Barsnick
On Wed, Aug 05, 2020 at 22:28:15 +0100, Alex Zachopoulos wrote: > This is the command I use to extract Stream #0:2 (subtitle) from file ^^ This is an input stream specifier, for mapping > 1.mp4, on both c

Re: [FFmpeg-user] Error extracting srt

2020-08-07 Thread Alex Zachopoulos
Thank you SO much Moritz! On Fri, Aug 7, 2020 at 12:20 PM Moritz Barsnick wrote: > On Wed, Aug 05, 2020 at 22:28:15 +0100, Alex Zachopoulos wrote: > > This is the command I use to extract Stream #0:2 (subtitle) from file > ^^ This is an input stream

Re: [FFmpeg-user] error build ffmpeg

2015-07-02 Thread Carl Eugen Hoyos
Boris Eloshvili gmail.com> writes: > ERROR: libass not found using pkg-config You did not provide your configure line and the last lines of config.log > CMakeFiles/ffmpeg.dir/build.make:122: recipe for target Whatever this is, it is definitely not supported here. Carl Eugen

Re: [FFmpeg-user] error LNK2001 "ff_mpeg_er_init"

2015-08-07 Thread Carl Eugen Hoyos
Bernhard Döbler bardware.de> writes: > libavcodec.a(mpegvideo.o) : error LNK2001: Nicht > aufgel▒stes externes Symbol "ff_mpeg_er_init". Please provide your configure line and please run "make V=1 ffmpeg.exe" twice and provide the console output of the second (!!) run. Carl Eugen ___

Re: [FFmpeg-user] error LNK2001 "ff_mpeg_er_init"

2015-08-07 Thread Bernhard Döbler
Am 07.08.2015 um 12:07 schrieb Carl Eugen Hoyos: Bernhard Döbler bardware.de> writes: libavcodec.a(mpegvideo.o) : error LNK2001: Nicht aufgel▒stes externes Symbol "ff_mpeg_er_init". Please provide your configure line and please run "make V=1 ffmpeg.exe" twice and provide the console output o

Re: [FFmpeg-user] error LNK2001 "ff_mpeg_er_init"

2015-08-08 Thread Carl Eugen Hoyos
Bernhard Döbler bardware.de> writes: > --disable-everything \ > --enable-encoder=mjpeg Should be fixed, thank you for the report! Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] error LNK2001 "ff_mpeg_er_init"

2015-08-08 Thread Bernhard Döbler
Am 08.08.2015 um 11:05 schrieb Carl Eugen Hoyos: Bernhard Döbler bardware.de> writes: --disable-everything \ --enable-encoder=mjpeg Should be fixed, thank you for the report! works! :) ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http

Re: [FFmpeg-user] Error - Unconnected output

2016-07-16 Thread Carl Eugen Hoyos
syda.org> writes: > ffmpeg version 3.1.1-tessus Please remember to always test current FFmpeg git head before reporting issues here: It is safe to say that releases are not supported for osx. [...] > Trailing options were found on the commandline. > Filter concat:out:a0 has an unconnected

Re: [FFmpeg-user] Error - Unconnected output

2016-07-16 Thread Ganesh.Irelan
Thanks. It was invisible characters. Ganesh Kevin Irelan -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Carl Eugen Hoyos Sent: Saturday, July 16, 2016 5:42 AM To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] Error - Unconnected output

[FFmpeg-user] Error in building ffmpeg.

2016-11-15 Thread Rakesh G P
Dear ffmpeg, - I have downloaded and installed ffmpeg msys, using the link https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT. but when i about to execute following command, ../../../configure \ - --toolchain=msvc \ --disable-programs \ --disable-d3d11va

[FFmpeg-user] Error: av_interleaved_write_frame(): Broken pipe

2017-02-26 Thread Aakash Gupta
Hello, I have made a rails app that can stream live videos to facebook rtmp server and deployed it on Digital Ocean. I have used nginx as web server and using a linux OS. The major problem that I am encountering after viewing log files of FFMpeg processes is that after streaming for some ti

[FFmpeg-user] Error: av_interleaved_write_frame(): Broken pipe

2017-02-27 Thread Aakash Gupta
> Hello, > > I have made a rails app that can stream live videos to > facebook rtmp server and deployed it on Digital Ocean. I > have used nginx as web server and using a linux OS. The > major problem that I am encountering after viewing log files > of FFMpeg processes is that after streaming for

[FFmpeg-user] error with libvpx-vp9

2017-05-11 Thread Satya Prakash
Hi Team, your product is awesome for videos functionality, but I need one more codec( libvpx) with ffmpeg for "WebM" format. I try to install it but following error message is given with make command "make nothing to be done for all". please suggest how can we install it and you can share installa

[FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Manmathan
Trying to figure out how to display audiobar. ffplay -f lavfi "amovie=p.mp4, asplit [a][out1]; [a] showvolume=f=255:b=4:w=720:h=68 [out0]" *Error No Such filter : "showvolume". * *Invalid arguments.* Downloaded the latest from ffmpeg website, but the list as per "ffmpeg -filters" doesnot show

[FFmpeg-user] ERROR: libx264 not found

2017-09-17 Thread Reindl Harald
frankly i build ffmpeg with static x264 for years now and with 3.3.4 as well as master now it's just broken? [builduser@buildserver:/rpmbuild/SPECS]$ rpm -q --filesbypkg x264-latest x264-latest /usr/local/x264/libx264.a x264-latest /usr/local/x264/x264.h x264-latest

[FFmpeg-user] Error converting 4K DCP

2017-09-21 Thread Carles Vila
Hi all, I'm having an issue when converting a .j2c image sequence to ProRes. The error log suggests me to upgrade, can you please confirm that the only way to upgrade is to remove all files and compile from scratch, like this guide explains? https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu any

[FFmpeg-user] Error while decoding stream

2019-04-25 Thread Ivan Kirillov
hey guys im trying to get stream from url then decode it and sent to my local rtmp: ffmpeg -i "`streamlink --stream-url --default-stream 720p https://www.twitch.tv/mystream`"; -f alsa -f flv -ac 2 -ar 44100 -vcodec libx264 -g 60 -keyint_min 30 -b:v 3000k -minrate 3000k -maxrate 3000k -pix_fmt

[FFmpeg-user] error in make test

2019-09-28 Thread S Andreason
Hi, I have current ffmpeg by git, updated yesterday, running on Debian desktop. I was successful in configure, make, and make install, but when trying to get ass to work (not the issue for this email) I ran make test and it stopped with this error, and it looks reportable to me, and I can't ge

[FFmpeg-user] Error reading write index

2014-08-26 Thread Mostafa Eftekhari
i have ffserver, when feed file is larger than 2 GB, if ffmpeg that feed the ffserver exit, re executing the ffmpeg to feed the server not working, with the error : Error reading write index from feed file '/tmp/feed1.ffm': Resource temporarily unavailable ffserver version 2.2 and 2.3

Re: [FFmpeg-user] Error in compilation

2014-09-18 Thread Carl Eugen Hoyos
Michele Polese gmail.com> writes: > libavfilter/vf_subtitles.c:146: error: implicit > declaration of function 'ass_set_shaper' Please update libass or remove --enable-libass from your configure line. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-u

Re: [FFmpeg-user] Error in instalation

2014-10-22 Thread James Darnley
On 2014-10-22 22:44, Ítalo de Pontes Oliveira wrote: > BEGIN /tmp/ffconf.fXcZCLwZ.c > 1 #include > 2 #include > 3 long check_faacEncGetVersion(void) { return (long) faacEncGetVersion; } > 4 int main(void) { return 0; } > END /tmp/ffconf.fXcZCLwZ.c > gcc -D_ISOC99_SOURCE -D_POSIX_C

Re: [FFmpeg-user] Error in instalation

2014-10-22 Thread Lou
On Wed, 22 Oct 2014 17:44:40 -0300 Ítalo de Pontes Oliveira wrote: > ​[image: Imagem inline 2]​ Screenshots of console outputs are unnecessary. The actual content as text is more useful, is smaller in file size, is easier to copy, and is searchable. > /tmp/ffconf.fXcZCLwZ.c:2:18: fatal error: f

[FFmpeg-user] error compressing Flash video

2014-11-19 Thread Pablo Rodríguez
Hi there, I recorded an screencast in WinXP using the following command: ffmpeg -f gdigrab -framerate 5 -i desktop -f dshow -i audio="Realtek HD Audio Input" -vcodec libx264 -crf 0 -acodec pcm_s16le output.flv It worked fine and I stopped it pressing Ctrl+C in the command-line window. I tried t

Re: [FFmpeg-user] Error building ffmpeg

2015-01-11 Thread Anshul
On 01/11/2015 01:00 PM, Paul Dam wrote: > Hi, I'm trying to build ffmpeg 2.3.6 in a jail on nas4free 9.3.0.2. The > last couple of lines of config.log look like this: > > - > cc -L/usr/local/lib -Wl,--as-needed -Wl,-z,noexecstack > -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi > -I

[FFmpeg-user] Error encoding to DNxHD

2015-01-23 Thread Christian Foerster
Hi all, I'm trying to convert a file to DNxHD 120 (as DNxHD 85 doesn't seem to be supported). It fails because I'm apparently using some wrong parameter. Can anyone point me to where I went wrong? Thanks a lot, Christian This is my command: ffmpeg -i schuerrle.mp4 -c:v dnxhd -b:v 120m -s 1920

Re: [FFmpeg-user] error in ffmpeg

2015-02-04 Thread Werner Robitza
On Wed, Feb 4, 2015 at 8:42 AM, Mohammad Shakir wrote: > > I want to rebrodcast this stream on udp but getting error, please help me > to resolve this problem. Do you even need the bitstream filter here? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.o

[FFmpeg-user] ERROR: libnut not found

2015-02-16 Thread Eng . Hany Ahmed
hello i try compile the ffmpeg i got this error at untu 14.10 64 bit ERROR: libnut not found If you think configure made a mistake, make sure you are using the latestversion from Git. If the latest version fails, report the problem to theffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on ir

[FFmpeg-user] ERROR: libfdk_aac not found

2015-02-17 Thread Eng . Hany Ahmed
Helloi try to compiling the ffmpeg and i found this error msg " ERROR: libfdk_aac not found " i removed the switch --enable-libfdk_aac "and try to re compiled the ffmpeg again but i got same problem .can anyone help please ? Best Regards ,Web Creatives Eng.Hany Ahmed +201000871230 +201

[FFmpeg-user] error when compiling ffmpeg

2015-05-18 Thread Kelly Philp
Hello I have an error when compiling ffmpeg this the error: gcc is unable to create an executable file. If gcc is a cross-compiler, use the --enable-cross-compile option. Only do this if you know what cross compiling means. C compiler test failed attached config.log

Re: [FFmpeg-user] ERROR: libglslang not found

2021-04-07 Thread Carl Eugen Hoyos
Am Mi., 7. Apr. 2021 um 10:46 Uhr schrieb Dylan Fernando : > Include the log file "ffbuild/config.log" produced by configure as this > will help solve the problem. Did you see this? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https:/

Re: [FFmpeg-user] ERROR: libglslang not found

2021-04-11 Thread Moritz Barsnick
On Thu, Apr 08, 2021 at 09:49:02 +1000, Dylan Fernando wrote: > g++ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c11 > -fomit-frame-pointer -fPIC -pthread -D__STDC_CONSTANT_MACROS -c -o > /tmp/ffconf.j3rfnDQR/test.o /tmp/ff

Re: [FFmpeg-user] ERROR: libglslang not found

2021-04-12 Thread Carl Eugen Hoyos
Am Mo., 12. Apr. 2021 um 00:54 Uhr schrieb Dylan Fernando : > Thanks, Now I am getting: > > /usr/bin/ld: cannot find -lMachineIndependent > /usr/bin/ld: cannot find -lGenericCodeGen It doesn't work here either, maybe you need a particular version of glslang. Hopefully somebody who knows what it

Re: [FFmpeg-user] ERROR: libglslang not found

2021-05-08 Thread Dylan Fernando
On Tue, Apr 13, 2021 at 7:58 AM Carl Eugen Hoyos wrote: > Am Mo., 12. Apr. 2021 um 00:54 Uhr schrieb Dylan Fernando < > dylanf...@gmail.com>: > > > Thanks, Now I am getting: > > > > /usr/bin/ld: cannot find -lMachineIndependent > > /usr/bin/ld: cannot find -lGenericCodeGen > > It doesn't work her

[FFmpeg-user] ERROR: libmp3lame >= 3.98.3 not found

2017-12-01 Thread geet fm
hello i try all methods but it still show error ERROR: libmp3lame >= 3.98.3 not found PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \ --prefix="$HOME/ffmpeg_build" \ --pkg-config-flags="--static" \ --extra-cflags="-I$HOME/ffmpeg_build/include"

[FFmpeg-user] error malloc of size ... failed

2018-01-26 Thread JONI JONI
when I save rtsp strem to 264 file i get error malloc of size ... failed, why? My ffmpeg commnd is : ffmpeg -i rtsp:// test.264 this error accur too when I want to save mjpeg stream to 264 file My ffmpeg commnd is : ffmpeg -i http:// test.264 ___ ffmpeg-

[FFmpeg-user] Error converting .m4a to .mp3

2018-01-28 Thread Bernhard Döbler
Hi, I want to convert an mp4 file from iTunes to MP3 using ffmpeg. For on certain file I get error: ~~~ Program: c:\Program Files\ffmpeg-20180121-78e884f-win64-shared\bin\ffmpeg.exe File: ../../src/lame-3.100/libmp3lame/vbrquantize.c, Line 783 Expression: vbrsf[sfb] >= vbrsfmin[sfb] This app

Re: [FFmpeg-user] ERROR: libfdk_aac not found

2018-04-15 Thread Reindl Harald
Am 15.04.2018 um 15:25 schrieb La poste: > Hi ! I was installing ffmpeg with this page : > https://github.com/KhaosT/homebridge-camera-ffmpeg/wiki/Raspberry-PI > > > git clone https://github.com/FFmpeg/FFmpeg.git >

Re: [FFmpeg-user] ERROR: libfdk_aac not found

2018-04-15 Thread Gralfus
Did you install libfdk_aac first before configuring ffmpeg? In my version of linux, that is done with sudo apt-get install libfdk-aac-dev Or you can follow the guide for setting up ffmpeg which includes how to install the options you like: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu

Re: [FFmpeg-user] ERROR: libfdk_aac not found

2018-04-15 Thread Carl Eugen Hoyos
2018-04-15 15:25 GMT+02:00, La poste : > git clone https://github.com/FFmpeg/FFmpeg.git > > cd FFmpeg > > ./configure --prefix=/usr/local --arch=armel --target-os=linux > --enable-omx-rpi --enable-nonfree --enable-gpl --enable-libfdk-aac > --enable-mmal --enable-libx264 --enable-decoder=h264 --ena

[FFmpeg-user] Error generating video with overlay

2015-07-23 Thread Chad Horton
I am getting an error when I execute the following ffmpeg command that overlays one video (tornado-03.mov) over another (output_2015-07-23_07-34-10.mp4) to produce a final output file (output_2015-07-23_07-34-57.mp4). I cannot figure out how to change my parameters to stop the error from happen

[FFmpeg-user] Error prediction between 2 images

2016-01-11 Thread Abderrahmane Ouadrhiri
Hello all, how to extract the prediction image histogram (error prediction) between 2 images. Best regards ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] Error Prediction between 2 images

2016-01-24 Thread Abderrahmane Ouadrhiri
Hi all, How I can extract the image that represent error prediction between 2 images (image 1 and image 2) thank you. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Error in building ffmpeg.

2016-11-15 Thread Reindl Harald
Am 15.11.2016 um 08:16 schrieb Rakesh G P: I am getting error as cl is unable to create an executable file. C compiler test failed If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffm

Re: [FFmpeg-user] ERROR: libx264 not found

2017-01-29 Thread Reindl Harald
Am 26.01.2017 um 11:44 schrieb Vlad Rahmileviz: Hello, I'm trying to build FFMPEG with "--enable-libx264" option. It fails on configure ($ ./configure --enable-asm --enable-yasm --enable-shared --disable-static --prefix=/c/ffmpeg --toolchain=msvc --arch=x86_64 --extra-cflags="-MD" --enable-g

Re: [FFmpeg-user] ERROR: libx264 not found

2017-01-29 Thread Carl Eugen Hoyos
2017-01-26 11:44 GMT+01:00 Vlad Rahmileviz : > I'm trying to build FFMPEG with "--enable-libx264" option. > It fails on configure > ($ ./configure --enable-asm --enable-yasm --enable-shared --disable-static > --prefix=/c/ffmpeg --toolchain=msvc --arch=x86_64 --extra-cflags="-MD" > --enable-gpl -

Re: [FFmpeg-user] ERROR: libx264 not found

2017-01-30 Thread Moritz Barsnick
On Thu, Jan 26, 2017 at 10:44:38 +, Vlad Rahmileviz wrote: > I'm trying to build FFMPEG with "--enable-libx264" option. > It fails on configure > ($ ./configure --enable-asm --enable-yasm --enable-shared --disable-static > --prefix=/c/ffmpeg --toolchain=msvc --arch=x86_64 --extra-cflags="-MD"

Re: [FFmpeg-user] ERROR: libx264 not found

2017-01-30 Thread Moritz Barsnick
On Sun, Jan 29, 2017 at 23:05:12 +0100, Carl Eugen Hoyos wrote: > Unrelated: > The following configure options have no effect, please remove them: > --enable-asm --enable-yasm --arch=x86_64 Apparently, the utilized command line is very similar (though not fully identical) to the Wiki entry: https:

Re: [FFmpeg-user] error with libvpx-vp9

2017-05-11 Thread Lou
On Wed, May 10, 2017, at 06:35 AM, Satya Prakash wrote: > Hi Team, > > your product is awesome for videos functionality, but I need one more > codec( > libvpx) with ffmpeg for "WebM" format. I try to install it but following > error message is given with make command "make nothing to be done for >

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Paul B Mahol
On 6/12/17, Manmathan wrote: > Trying to figure out how to display audiobar. > > ffplay -f lavfi "amovie=p.mp4, asplit [a][out1]; [a] > showvolume=f=255:b=4:w=720:h=68 [out0]" > > *Error No Such filter : "showvolume". * > *Invalid arguments.* > > Downloaded the latest from ffmpeg website, but the

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Manmathan
Actually downloaded the ffmpeg,not the filters. Could you please guide *how to install the filter*. I am on Win7 and have git installed. Thanks.. -- View this message in context: http://www.ffmpeg-archive.org/Error-configuring-filters-AudioBars-tp4680275p4680277.html Sent from the FFmpeg-users

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Paul B Mahol
On 6/12/17, Manmathan wrote: > Actually downloaded the ffmpeg,not the filters. Could you please guide *how > to install the filter*. I am on Win7 and have git installed. FFmpeg.exe have all the filters, including showvolume. So make sure that you run correct ffmpeg.exe __

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Manmathan
The path was pointing to another (portable) ffmpeg folder. Editted the path...Worked. Thank you so much... -- View this message in context: http://www.ffmpeg-archive.org/Error-configuring-filters-AudioBars-tp4680275p4680281.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Moritz Barsnick
On Mon, Jun 12, 2017 at 04:48:00 -0700, Manmathan wrote: > Actually downloaded the ffmpeg,not the filters. Could you please guide *how > to install the filter*. I am on Win7 and have git installed. If you downloaded the Windows version of ffmpeg here: https://ffmpeg.zeranoe.com/builds/ it should h

Re: [FFmpeg-user] Error configuring filters. (AudioBars)

2017-06-12 Thread Manmathan
Thanks for the information. As mentioned earlier, it is working fine now, was a problem with path to new folder. Also, I had changed the f value to 1, as the error came up. Need some more support for customizing this showvolume, will post on a new thread. -- View this message in context: ht

Re: [FFmpeg-user] ERROR: libx264 not found

2017-09-17 Thread Carl Eugen Hoyos
2017-09-18 1:16 GMT+02:00 Reindl Harald : > frankly i build ffmpeg with static x264 for years now and with 3.3.4 as well > as master now it's just broken? > > [builduser@buildserver:/rpmbuild/SPECS]$ rpm -q --filesbypkg x264-latest > x264-latest /usr/local/x264/libx264.a > x264-latest

Re: [FFmpeg-user] ERROR: libx264 not found

2017-09-17 Thread Reindl Harald
nevermind, disabled LTO (which seems to be finally broken) and as replacement profile-guided-optimization for libx264 since H264 is the main target + make fprofiled VIDS=/home/builduser/rpmbuild/SOURCES/720x400.yuv -j8 encoded 72 frames, 14.59 fps, 50045.03 kb/s yuv [i

Re: [FFmpeg-user] ERROR: libx264 not found

2017-09-17 Thread Carl Eugen Hoyos
2017-09-18 2:23 GMT+02:00 Reindl Harald : > nevermind, disabled LTO > (which seems to be finally broken) Works fine here with current FFmpeg git head. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffm

Re: [FFmpeg-user] Error converting 4K DCP

2017-09-21 Thread Kieran O Leary
What does Ffmpeg -i path/to/firstfike.j2c Say? Seems like your source has four components, maybe an alpha channel? I'd like to see the pix_fmt, but maybe ffmpeg gives the same error. Not sure if using libopenjpeg as decoder would help? Just add -c:v libopenjpeg Before your -i

Re: [FFmpeg-user] Error converting 4K DCP

2017-09-21 Thread Frédéric Busnel-Joncour
> [jpeg2000 @ 0x7ff4f2018000] Support for 4 components is not implemented. > Update your FFmpeg version to the newest one from Git. If the problem still > occurs, it means that your file has a feature which has not been > implemented. Can't try at the moment, but your version is very outdated, 4 c

Re: [FFmpeg-user] Error converting 4K DCP

2017-09-21 Thread Carl Eugen Hoyos
2017-09-21 15:48 GMT+02:00 Carles Vila : > BTW I tried uploading a sample to the below ftp, but it seems to be down. Yes, please use a filehoster of your choice. > ffmpeg version 2.7.2 Copyright (c) 2000-2015 the FFmpeg developers > built with Apple LLVM version 5.1 (clang-503.0.40) (based on

Re: [FFmpeg-user] Error converting 4K DCP

2017-09-22 Thread Carles Vila
> > Seems like your source has four components, maybe an alpha channel? I'd > like to see the pix_fmt, but maybe ffmpeg gives the same error. > > Not sure if using libopenjpeg as decoder would help? > Just add > -c:v libopenjpeg > Before your > -i > > Hi thanks for the tip! it did the trick, almost

Re: [FFmpeg-user] Error converting 4K DCP

2017-09-22 Thread Reto Kromer
Carles Vila wrote: >ffmpeg version 2.7.2 Copyright (c) 2000-2015 the FFmpeg >developers You might possibly wish to upgrade to the current release 3.3.4. Best regards, Reto ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/l

Re: [FFmpeg-user] Error converting 4K DCP

2017-09-22 Thread Carles Vila
> Seems like your source has four components, maybe an alpha channel? I'd > like to see the pix_fmt, but maybe ffmpeg gives the same error. > > Not sure if using libopenjpeg as decoder would help? > Just add > -c:v libopenjpeg > Before your > -i > Hi! I claimed victory too early. Libopenjpeg start

Re: [FFmpeg-user] Error converting 4K DCP

2017-09-22 Thread Kieran O Leary
Hi Carles, On Fri, Sep 22, 2017 at 3:10 PM, Carles Vila wrote: >> Seems like your source has four components, maybe an alpha channel? I'd >> like to see the pix_fmt, but maybe ffmpeg gives the same error. >> >> Not sure if using libopenjpeg as decoder would help? >> Just add >> -c:v libopenjpeg >

[FFmpeg-user] ERROR: libmp3lame >= 3.98.3 not found

2017-10-27 Thread praseetha K
Please look in to the issue. IN /tmp/ffconf.ilacQuYh/test.c 1#include 2#include 3long check_aacEncOpen(void) { return (long) aacEncOpen; } 4int main(void) { int ret = 0; 5 ret |= ((intptr_t)check_aacEncOpen) & 0x; 6retur

Re: [FFmpeg-user] Error while decoding stream

2019-04-25 Thread Carl Zwanzig
On 4/25/2019 5:21 AM, Ivan Kirillov wrote: pls explain to me how can i fix this ? pls (please) post the command output; it's OK to remove some duplicate lines but people need to know about the config, streams, etc. z! ___ ffmpeg-user mailing list f

  1   2   3   4   5   >