[FFmpeg-user] Error with vmaf: libvmaf not found

2018-03-14 Thread Pinar Akyazi
Hello, I’m trying to run vmaf library in ffmpeg. I’ve pulled the latest version of ffmpeg from GitHub today. My system specs are below, i.e., using uname -a Linux grebsrv5 4.2.0-27-generic #32~14.04.1-Ubuntu SMP Fri Jan 22 15:32:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux I’m having problems

Re: [FFmpeg-user] Error building ffmpeg with x265 support

2018-02-06 Thread Lou Logan
On Mon, Feb 5, 2018, at 8:13 PM, David Turner wrote: > I worked my through the tutorial on compiling ffmpeg with h.265 support > found at https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu. The last > thing it instructed me to do is > PATH="$HOME/bin:$PATH"

Re: [FFmpeg-user] Error building ffmpeg with x265 support

2018-02-06 Thread Carl Eugen Hoyos
2018-02-06 6:13 GMT+01:00 David Turner : > I worked my through the tutorial on compiling ffmpeg with h.265 support found > at https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu. The last thing it > instructed me to do is > PATH="$HOME/bin:$PATH"

Re: [FFmpeg-user] Error building ffmpeg with x265 support

2018-02-06 Thread Frank Haefemeier
Am Dienstag, den 06.02.2018, 05:13 + schrieb David Turner: > I worked my through the tutorial on compiling ffmpeg with h.265 support found > at https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu. The last thing it > instructed me to do is > PATH="$HOME/bin:$PATH"

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

2018-01-29 Thread Bernhard Döbler
Am 28.01.2018 um 22:59 schrieb Carl Eugen Hoyos: 2018-01-28 21:53 GMT+01:00 Bernhard Döbler : I want to convert an mp4 file from iTunes to MP3 using ffmpeg. For on certain file I get error: Command line and complete, uncut console output missing.

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

2018-01-28 Thread Carl Eugen Hoyos
2018-01-28 21:53 GMT+01:00 Bernhard Döbler : > I want to convert an mp4 file from iTunes to MP3 using ffmpeg. > For on certain file I get error: Command line and complete, uncut console output missing. Feel free to test the following: $ ffmpeg -i input -acodec pcm_f32le

[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

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

2018-01-28 Thread Carl Eugen Hoyos
2018-01-26 13:13 GMT+01:00 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 command does not "save" the rtsp stream, it re-encodes to h264.) Complete, uncut console output

[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 ___

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

2017-12-01 Thread Moritz Barsnick
On Fri, Dec 01, 2017 at 09:01:43 +0530, geet fm wrote: > ERROR: libmp3lame >= 3.98.3 not found [...] > --extra-libs=-lpthread \ This should be "-lpthreads" I believe. (It may not matter.) If that doesn't help, please try "-lpthreads -lm":

[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" \

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

2017-11-21 Thread Reindl Harald
Am 21.11.2017 um 08:56 schrieb PJ: ./configure --prefix=/usr/local --enable-gpl --enable-nonfree --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libopus

Re: [FFmpeg-user] ERROR: OMX_Core.h header not found.

2017-11-13 Thread north46
Thanks a ton James!!! Your advice was dead on. I just ran the following. sudo apt-get install libomxil-bellagio-dev -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] ERROR: OMX_Core.h header not found.

2017-11-13 Thread north46
Thanks a ton James!!! Your advice was dead on. I just ran the following. sudo apt-get install libomxil-bellagio-dev -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

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

2017-10-28 Thread Reindl Harald
Am 28.10.2017 um 22:30 schrieb Carl Eugen Hoyos: I believe I already tried to explain this in the past: This isn't about "every usecase", I am also not claiming that current FFmpeg git head contains no bugs, I am not even claiming that current FFmpeg contains no regressions (although this was

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

2017-10-28 Thread Carl Eugen Hoyos
2017-10-28 22:29 GMT+02:00 Reindl Harald : > > > Am 28.10.2017 um 22:21 schrieb Carl Eugen Hoyos: >> >> 2017-10-28 22:16 GMT+02:00 Reindl Harald : >> I consider "cleanup" (the word that you strangely cut from the quotes) in our environment

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

2017-10-28 Thread Reindl Harald
Am 28.10.2017 um 22:21 schrieb Carl Eugen Hoyos: 2017-10-28 22:16 GMT+02:00 Reindl Harald : I consider "cleanup" (the word that you strangely cut from the quotes) in our environment an abuse, please be so kind as to avoid using it here it is your personal problem

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

2017-10-28 Thread Reindl Harald
Am 28.10.2017 um 22:20 schrieb Carl Eugen Hoyos: 2017-10-28 22:13 GMT+02:00 Reindl Harald : it's simply bull* that a random snapshot has always less bugs as you pretend over years and that was provne in enough cases alone over the last months I assume you are

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

2017-10-28 Thread Reindl Harald
Am 28.10.2017 um 21:12 schrieb Lou Logan: We never said that "nobody" should use releases–they may be more convenient for distributors and those who require an unchanging API (within the same major version). Feel free to use a release version if you feel compelled to do so, but keep in mind

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

2017-10-28 Thread Carl Eugen Hoyos
2017-10-28 22:16 GMT+02:00 Reindl Harald : >> I consider "cleanup" (the word that you strangely cut from the >> quotes) in our environment an abuse, please be so kind as >> to avoid using it here > > it is your personal problem alone that you consider code-cleanup "abuse"

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

2017-10-28 Thread Carl Eugen Hoyos
2017-10-28 22:13 GMT+02:00 Reindl Harald : > it's simply bull* that a random snapshot has always less bugs as > you pretend over years and that was provne in enough cases > alone over the last months I assume you are talking about 3.4 because I hope you agree that current

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

2017-10-28 Thread Reindl Harald
Am 28.10.2017 um 21:39 schrieb Carl Eugen Hoyos: 2017-10-28 21:37 GMT+02:00 Lou Logan : On Sat, Oct 28, 2017, at 11:13 AM, Carl Eugen Hoyos wrote: Please do me a favor and avoid this word at least here. Thank you, Carl Eugen Which word? I consider "cleanup" (the word that

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

2017-10-28 Thread Reindl Harald
Am 28.10.2017 um 20:44 schrieb Carl Eugen Hoyos: 2017-10-28 20:31 GMT+02:00 Reindl Harald : i guess this only affects the current snapshot since releases which nobody should use You can use them as much as want, but you have to ask for support where you downloaded

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

2017-10-28 Thread Carl Eugen Hoyos
2017-10-28 21:59 GMT+02:00 Lou Logan : > On Sat, Oct 28, 2017, at 11:39 AM, Carl Eugen Hoyos wrote: >> >> I consider "cleanup" (the word that you strangely cut from the >> quotes) in our environment an abuse, please be so kind as >> to avoid using it here. > > Please do me a favor

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

2017-10-28 Thread Lou Logan
On Sat, Oct 28, 2017, at 11:39 AM, Carl Eugen Hoyos wrote: > > I consider "cleanup" (the word that you strangely cut from the > quotes) in our environment an abuse, please be so kind as > to avoid using it here. Please do me a favor and do not impose your peculiar behavior and strange

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

2017-10-28 Thread Carl Eugen Hoyos
2017-10-28 21:37 GMT+02:00 Lou Logan : > On Sat, Oct 28, 2017, at 11:13 AM, Carl Eugen Hoyos wrote: >> Please do me a favor and avoid this word at least here. >> >> Thank you, Carl Eugen > > Which word? I consider "cleanup" (the word that you strangely cut from the quotes) in our

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

2017-10-28 Thread Carl Eugen Hoyos
2017-10-28 21:33 GMT+02:00 Paul B Mahol : > On 10/28/17, Carl Eugen Hoyos wrote: >> 2017-10-28 21:12 GMT+02:00 Lou Logan : >>> On Sat, Oct 28, 2017, at 10:31 AM, Reindl Harald wrote: i guess this only affects the current snapshot since

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

2017-10-28 Thread Paul B Mahol
On 10/28/17, Carl Eugen Hoyos wrote: > 2017-10-28 21:12 GMT+02:00 Lou Logan : >> On Sat, Oct 28, 2017, at 10:31 AM, Reindl Harald wrote: >>> i guess this only affects the current snapshot since releases which >>> nobody should use - yes, sarcasm - have no

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

2017-10-28 Thread Lou Logan
On Sat, Oct 28, 2017, at 11:13 AM, Carl Eugen Hoyos wrote: > Please do me a favor and avoid this word at least here. > > Thank you, Carl Eugen Which word? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

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

2017-10-28 Thread Carl Eugen Hoyos
2017-10-28 21:12 GMT+02:00 Lou Logan : > On Sat, Oct 28, 2017, at 10:31 AM, Reindl Harald wrote: >> i guess this only affects the current snapshot since releases which >> nobody should use - yes, sarcasm - have no problems > > I believe the git master branch is currently

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

2017-10-28 Thread Lou Logan
On Sat, Oct 28, 2017, at 10:31 AM, Reindl Harald wrote: > i guess this only affects the current snapshot since releases which > nobody should use - yes, sarcasm - have no problems I believe the git master branch is currently experiencing a cleanup and merge cycle that has been postponed for some

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

2017-10-28 Thread Carl Eugen Hoyos
2017-10-28 20:31 GMT+02:00 Reindl Harald : > i guess this only affects the current snapshot since releases > which nobody should use You can use them as much as want, but you have to ask for support where you downloaded them. Carl Eugen

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

2017-10-27 Thread Lou Logan
On Fri, Oct 27, 2017, at 02:53 AM, praseetha K wrote: > Please look in to the issue. [...] > fft.c:(.text+0x80d): undefined reference to `cos' > collect2: error: ld returned 1 exit status > ERROR: libmp3lame >= 3.98.3 not found What configure options did you use for ffmpeg?

[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; 6

Re: [FFmpeg-user] ERROR: libwebp not found using pkg-config

2017-10-12 Thread Carl Eugen Hoyos
2017-10-11 15:15 GMT+02:00 Edward Shi : > I tried to enable webp for ffmpeg, and got below error: > > > configure: > > ./configure --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-version=tessus > --enable-avisynth --enable-fontconfig --enable-gpl --enable-libass >

[FFmpeg-user] ERROR: libwebp not found using pkg-config

2017-10-12 Thread Edward Shi
Hi, FFMPEG professor: I tried to enable webp for ffmpeg, and got below error: configure: ./configure --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm

[FFmpeg-user] error "Non-monotonous DTS in output stream" - how to restart

2017-10-02 Thread Stefan
Hello, while transcoding live a high bitrate MPEG2 MPEG-TS stream into a lower H.464 MPEG-TS I get sometimes the error "Non-monotonous DTS in output stream ... This may result in incorrect timestamps in the output file". How can ffmpeg be restarted automatically when this error occurs? -- Kind

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 >>

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

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

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,

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

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

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

[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

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

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

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

[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

Re: [FFmpeg-user] ERROR: libgsm not found when compiling ffmpeg 3.3.3 on OSX

2017-08-16 Thread Jonathan Baecker
Am 16.08.2017 um 17:14 schrieb Haifeng Li: Hi, I’m trying to compile FFmpeg(n3.3.3) in OSX, with default config from https://evermeet.cx/ffmpeg/ , i.e.: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-version=tessus --enable-avisynth --enable-fontconfig

[FFmpeg-user] ERROR: libgsm not found when compiling ffmpeg 3.3.3 on OSX

2017-08-16 Thread Haifeng Li
Hi, I’m trying to compile FFmpeg(n3.3.3) in OSX, with default config from https://evermeet.cx/ffmpeg/ , i.e.: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl --enable-libass --enable-libbluray

Re: [FFmpeg-user] Error occurred when configure ffmpeg code on mac

2017-06-24 Thread Moritz Barsnick
On Fri, Jun 23, 2017 at 18:52:39 +0800, 陈涛 wrote: > nasm/yasm not found or too old. Use --disable-x86asm for a crippled build. [...] > My nasa version:nasm -v > NASM version 0.98.40 (Apple Computer, Inc. build 11) compiled on Apr 10 2017 That version is too old. Try to get hold of a newer version

[FFmpeg-user] Error occurred when configure ffmpeg code on mac

2017-06-23 Thread 陈涛
Hi, There was error occurred when when configure ffmpeg code on mac: nasm/yasm not found or too old. Use --disable-x86asm for a crippled build. 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

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:

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

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 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
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

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

[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

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

[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

[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

[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

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:

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-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

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"

Re: [FFmpeg-user] error when I compile Microsoft ffmpeginterop

2017-01-13 Thread Reindl Harald
Am 14.01.2017 um 06:16 schrieb Carl Eugen Hoyos: 2017-01-13 3:42 GMT+01:00 Reindl Harald : Am 12.01.2017 um 23:35 schrieb Carl Eugen Hoyos: All the software is the newest.FFMPEG is version 3.2.2. This is not the newest FFmpeg, it is ten weeks old then release more

Re: [FFmpeg-user] error when I compile Microsoft ffmpeginterop

2017-01-13 Thread Carl Eugen Hoyos
2017-01-13 3:42 GMT+01:00 Reindl Harald : > > Am 12.01.2017 um 23:35 schrieb Carl Eugen Hoyos: >>> >>> All the software is the newest.FFMPEG is version 3.2.2. >> >> This is not the newest FFmpeg, it is ten weeks old > > then release more often then 10 weeks or more The

Re: [FFmpeg-user] error when I compile Microsoft ffmpeginterop

2017-01-12 Thread Reindl Harald
Am 12.01.2017 um 23:35 schrieb Carl Eugen Hoyos: All the software is the newest.FFMPEG is version 3.2.2. This is not the newest FFmpeg, it is ten weeks old then release more often then 10 weeks or more when do you realize that ffmpeg is the only mailing list and project on this planet

Re: [FFmpeg-user] error when I compile Microsoft ffmpeginterop

2017-01-12 Thread Carl Eugen Hoyos
2017-01-12 18:26 GMT+01:00 Alfred : > There is some errors when I compile ffmpeginterop. This is not software supported by FFmpeg (from a quick look, it seems to be software supported by Microsoft). > I do follow the >

Re: [FFmpeg-user] Error compiling FFmpeg under kdenlive

2016-12-27 Thread Moritz Barsnick
On Tue, Dec 27, 2016 at 20:19:55 +0100, Reindl Harald wrote: > > ERROR: libtheora not found > and what do you not understand in that message? Thomas did mention: > Please consider that I am not that sophisticated of a linux user. And he therefore did not understand that, to satisfy the

Re: [FFmpeg-user] Error compiling FFmpeg under kdenlive

2016-12-27 Thread Reindl Harald
Am 27.12.2016 um 03:19 schrieb Thomas Ferradini: I'm looking for some help on FFmpeg in the context of compiling Kdenlive. The build stops at FFmpeg, with the error: ERROR: libtheora not found and what do you not understand in that message? the next time mention the operating system - on

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

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: >> >>

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

[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

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: >

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

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] 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 \

Re: [FFmpeg-user] ERROR: opus not found using pkg-config

2016-08-29 Thread Carl Eugen Hoyos
2016-08-25 15:28 GMT+02:00 Ashutosh Kumar : > I am getting error on ff-mpeg installing time. > > ERROR: opus not found using pkg-config If you are on a system without pkg-config, you can use the configure option --pkg-config=true but you also have to set the appropriate

Re: [FFmpeg-user] ERROR: opus not found using pkg-config

2016-08-25 Thread Reindl Harald
Am 25.08.2016 um 15:28 schrieb Ashutosh Kumar: I am getting error on ff-mpeg installing time. ERROR: opus not found using pkg-config so just install opus-devel / opus-dev or just don't enable it at ./configure - what's the problem? signature.asc Description: OpenPGP digital signature

[FFmpeg-user] ERROR: opus not found using pkg-config

2016-08-25 Thread Ashutosh Kumar
Hi, I am getting error on ff-mpeg installing time. ERROR: opus not found using pkg-config 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 ff-mpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on

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

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 “optionvideo_size not found” while turning yuv to png

2016-07-16 Thread Carl Eugen Hoyos
Claire Mantel fotonik.dtu.dk> writes: > https://www.dropbox.com/sh/ohx34e7te0d1fr3/AAA2KhP966CQevNc2ap39ipda The misdetection of this file (as vplayer subtitle) is now fixed in current git head. Thanks again for the sample, Carl Eugen ___

Re: [FFmpeg-user] error “optionvideo_size not found” while turning yuv to png

2016-07-12 Thread Carl Eugen Hoyos
Claire Mantel fotonik.dtu.dk> writes: > I've put a screenshot For future questions: Please do not provide screenshots, always post the command line including the complete, uncut console output as text into your email. > and the yuv file there: Thank you! The issue is that your rawvideo file

Re: [FFmpeg-user] error “optionvideo_size not found” while turning yuv to png

2016-07-12 Thread Claire Mantel
/ohx34e7te0d1fr3/AAA2KhP966CQevNc2ap39ipda?dl=0 Claire -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Carl Eugen Hoyos Sent: 7. juli 2016 15:59 To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] error “optionvideo_size not found” while turning yuv

Re: [FFmpeg-user] error “optionvideo_size not found” while turning yuv to png

2016-07-07 Thread Carl Eugen Hoyos
Claire Mantel fotonik.dtu.dk> writes: > ffmpeg.exe -s 640x480 -pix_fmt gray16le > -i HEVC_LTIR/16_selma_OneFrame_QP39.yuv -pix_fmt gray16be > HEVC_LTIR/16_selma/OneFrame_QP39/001.png Unrelated: The second -pix_fmt option is unneeded because gray16be is most similar to gray16le among the

[FFmpeg-user] error “option video_size not found” while turning yuv to png

2016-07-07 Thread Claire Mantel
Hi, I’m using ffmpeg to turn a 16bits yuv files containing 1 frame into a png. I use the following command line: ffmpeg.exe -s 640x480 -pix_fmt gray16le -i HEVC_LTIR/16_selma_OneFrame_QP39.yuv -pix_fmt gray16be HEVC_LTIR/16_selma/OneFrame_QP39/001.png I do it for several files (all obtained

Re: [FFmpeg-user] Error - HEVC bitstream malformed, no startcode found

2016-06-29 Thread Moritz Barsnick
On Fri, Jun 24, 2016 at 16:00:58 +, jay...@epix.net wrote: > Thanks for the info. > I couldn't find a reference here to "git head" - FFmpeg Bitstream Filters > Documentation "Use git head" means to: - either get sources from the "Get the Sources" section here:

Re: [FFmpeg-user] ERROR in ffmpeg install on UBUNTU 14.04

2016-06-28 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > Instead please see http://ffmpeg.org/download.html for stable > builds that you don't have to install. Should have been "static builds". Sorry, Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] ERROR in ffmpeg install on UBUNTU 14.04

2016-06-28 Thread Kieran O Leary
On 28 Jun 2016 5:24 a.m., "WY" wrote: > > Dear ffmpeg users, > > I am tring to install ffmpeg on UBUNTU 14.04, however could NOT install. The install process is the following: I can't answer why your build is failing, but a workaround is to use linuxbrew. http://linuxbrew.sh/

[FFmpeg-user] ERROR in ffmpeg install on UBUNTU 14.04

2016-06-27 Thread WY
Dear ffmpeg users, I am tring to install ffmpeg on UBUNTU 14.04, however could NOT install. The install process is the following: #install PPA sudo add-apt-repository ppa:mc3man/trusty-media sudo apt-get update W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures

Re: [FFmpeg-user] Error - HEVC bitstream malformed, no startcode found

2016-06-24 Thread jay...@epix.net
Carl Thanks for the info. I couldn't find a reference here to "git head" - FFmpeg Bitstream Filters Documentation |   | |   |   |   |   |   | | FFmpeg Bitstream Filters DocumentationTable of Contents 1 Description 2 Bitstream Filters 2.1 aac_adtstoasc 2.2 chomp 2.3 dump_extra 2.4 dca_core 2.5

[FFmpeg-user] Error - HEVC bitstream malformed, no startcode found

2016-06-24 Thread jay...@epix.net
I just installed ffmpeg ffmpeg version 2.7.6-0  ubuntu  0.15.10.1 I have an H265 mp4 file that I downloaded from a site. I can view this file using VLC on my MAC. I want to stream this file, multicast encapsulated as a TS.The command line I am using is   ffmpeg -re -i 

[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 when using v4l2 to encode H264

2016-05-16 Thread Carl Eugen Hoyos
Bogdan Mariesan buddyguard.io> writes: > ./ffmpeg -f v4l2 -video_size 640x360 -rtbufsize 702000k > -framerate 30 -i /dev/video0 -r 30 -threads 4 -vcodec libx264 > -pix_fmt yuv420p -tune zerolatency -preset ultrafast test.avi Your exact command line works fine here, please test the following:

<    1   2   3   4   5   >