Re: [FFmpeg-user] Compiling FFmpeg for nvidia hardware encoding on Debian 12

2023-11-27 Thread Carl Zwanzig
On 11/27/2023 9:23 AM, Andrew Randrianasulu wrote: If you need only ffmpeg - you can try and skip those dependencies Or add --disable-ffplay (and maybe --disable-ffprobe) to the configure line. If you don't need the player, why build it? z!

Re: [FFmpeg-user] Compiling FFmpeg for nvidia hardware encoding on Debian 12

2023-11-27 Thread Andrew Randrianasulu
пн, 27 нояб. 2023 г., 19:54 Lowell Friesen : > Hi there, > > I’m trying to compile FFmpeg on Debian 12 to enable hardware encoding > with an Nvidia graphics card, but am having some issues. I have > installed the nvidia driver and cuda toolkit. This is the output of > |nvidia-smi|: > >

[FFmpeg-user] Compiling FFmpeg for nvidia hardware encoding on Debian 12

2023-11-27 Thread Lowell Friesen
Hi there, I’m trying to compile FFmpeg on Debian 12 to enable hardware encoding with an Nvidia graphics card, but am having some issues. I have installed the nvidia driver and cuda toolkit. This is the output of |nvidia-smi|:

Re: [FFmpeg-user] compiling ffmpeg for nvidia gpu under Debian Bullseye

2021-02-11 Thread Steve Newcomb
On 2/11/21 9:35 AM, Moritz Barsnick wrote: Did you give feedback to nvidia regarding their document? I wanted to, so I looked around, probably not long enough, and I found no obvious way to do so.   I saw no "feedback" links anywhere.  The document I was working from was presumably revised

Re: [FFmpeg-user] compiling ffmpeg for nvidia gpu under Debian Bullseye

2021-02-11 Thread Moritz Barsnick
On Wed, Feb 10, 2021 at 13:53:32 -0500, Steve Newcomb wrote: > about what happened and how I eventually succeeded.  (I did everything as > superuser, so you won't see any "sudo" below.) I do see sudo below. And I don't see any reason to do any steps beyond installation as superuser or with sudo.

[FFmpeg-user] compiling ffmpeg for nvidia gpu under Debian Bullseye

2021-02-10 Thread Steve Newcomb
I'm hoping to encode h265 streams using my new nvidia glx1650-super.  As a Debian devotee, the first thing I learned was that the drivers aren't available in the Debian 10 ("stable") repository, so I did a fresh install of Debian Bullseye ("testing").  That done, I attempted to compile ffmpeg,

Re: [FFmpeg-user] Compiling FFMpeg

2021-01-18 Thread Bryce McLeod
They don't necessarily "break" it for gcc but the fact that there are repeated flags (eg. -w,-ftree-slp-vectorize, -fno-strict-aliasing), seemingly redundant (-ftree-slp-vectorize after -O3) and apparently conflicting options (eg. both -O2 and -O3) indicates it should at least be reviewed.

Re: [FFmpeg-user] Compiling FFMpeg

2021-01-17 Thread Reindl Harald
Am 17.01.21 um 22:39 schrieb Carl Eugen Hoyos: Am Fr., 15. Jan. 2021 um 11:29 Uhr schrieb Reindl Harald : configuration: --prefix=/usr/local --bindir=/usr/local/bin --mandir=/usr/local/man --extra-cflags= Since other people may read this: Generally, extra-*flags should only be used if

Re: [FFmpeg-user] Compiling FFMpeg

2021-01-17 Thread Carl Eugen Hoyos
Am Fr., 15. Jan. 2021 um 11:29 Uhr schrieb Reindl Harald : >configuration: --prefix=/usr/local --bindir=/usr/local/bin > --mandir=/usr/local/man > --extra-cflags= Since other people may read this: Generally, extra-*flags should only be used if really necessary, the configure line in question

Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration

2021-01-17 Thread madderek--- via ffmpeg-user
-Original Message- From: ffmpeg-user On Behalf Of Carl Zwanzig Sent: 17 January 2021 21:07 To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration Yes, you are right that I don't understand the compilation of software packages. That's why I

Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration

2021-01-17 Thread Carl Zwanzig
Please fix your email quoting and send plain text to this list. On 1/16/2021 6:47 AM, madderek--- via ffmpeg-user wrote: C:\Windows\System32\nv-codec-headers>make install PREFIX=/usr make: *** No rule to make target `install'. Stop. It really sounds like you are not familiar with the basic

Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration

2021-01-16 Thread Michael Shaffer
Sent: 16 January 2021 15:23 > To: FFmpeg user questions > Subject: Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration > > Thanks for reply > > Does that mean installing ubuntu rather than Windows? (which I've never > done but happy to try!!) > > Derek > >

Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration

2021-01-16 Thread madderek--- via ffmpeg-user
-Original Message- From: ffmpeg-user On Behalf Of Michael Shaffer Sent: 16 January 2021 15:23 To: FFmpeg user questions Subject: Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration Thanks for reply Does that mean installing ubuntu rather than Windows? (which I've never

Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration

2021-01-16 Thread Michael Shaffer
: ffmpeg-user On Behalf Of Carl > Zwanzig > Sent: 15 January 2021 21:13 > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration > > > > Thanks very much for taking the trouble to reply. > > > > I'm following the instr

Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration

2021-01-16 Thread madderek--- via ffmpeg-user
-Original Message- From: ffmpeg-user On Behalf Of Carl Zwanzig Sent: 15 January 2021 21:13 To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration Thanks very much for taking the trouble to reply. I'm following the instructions

Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration

2021-01-15 Thread Carl Zwanzig
On 1/15/2021 10:49 AM, madderek--- via ffmpeg-user wrote: I cannot get the 'make' command to work - I get 'make' is not recognized as an internal or external command, operable program or batch file. Well install make (nvidia's instructions include that). What's your intended build

[FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration

2021-01-15 Thread madderek--- via ffmpeg-user
Hi I'm using Using FFmpeg with NVIDIA GPU Hardware Acceleration :: NVIDIA Video Codec SDK Documentation for Windows 10 All goes well until I hit the last three commands: * Goto

Re: [FFmpeg-user] Compiling FFMpeg

2021-01-15 Thread Simon Brown
> > > > where is the problem doing simply copy? > ./configure > > > None - thank you. I copied to file and then input from file to ./configure in the end. But it's the obvious answer. Thanks for replying. ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Compiling FFMpeg

2021-01-15 Thread Reindl Harald
Am 15.01.21 um 11:01 schrieb Simon Brown: I want to compile the latest git head on my Raspberry pi. The Pi comes with a packaged version of ffmpeg with a huge config list of what is and isn't enabled. Is there a simple way of using this config for the ./configure stage so that I don't have

[FFmpeg-user] Compiling FFMpeg

2021-01-15 Thread Simon Brown
I want to compile the latest git head on my Raspberry pi. The Pi comes with a packaged version of ffmpeg with a huge config list of what is and isn't enabled. Is there a simple way of using this config for the ./configure stage so that I don't have to type the whole lot in? Cheers, Simon

Re: [FFmpeg-user] Compiling ffmpeg with SRT support on Raspberry Pi

2020-10-15 Thread Mustafa Al Ani
Did you get ffmpeg installed at the end ? If yes, what is the console output of running “ffmpeg”? How do you know it doesn’t get linked? R, Mustafa Sent from my iPhone > On 15 Oct 2020, at 03.45, rhan...@nrie.com.au wrote: > > but there is nothing that stands out as the reason why the protocol

[FFmpeg-user] Compiling ffmpeg under Windows with MSVC

2020-10-06 Thread Wolfgang Hugemann
I am trying to follow the instructions given at https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC. The MS version of cl.exe and link.exe need a lot of environment variables to be set, wich is usually done in a cmd shell via the vcvarsall batch file. But the config script that comes with ffmpeg

[FFmpeg-user] Compiling FFMpeg with MSVC 2015 tools.

2020-09-25 Thread Simon Brown
I have followed the instructions at: https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC I have installed msys and yasm. I have set up the build environment. I clone ffmpeg with 'git clone git://source.ffmpeg.org/ffmpeg.git I run ./configure --target-os=win64 --arch=x86_64 --toolchain=msvc

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Shay Nagar
Thanks for the tip On Thu, Apr 4, 2019 at 2:07 PM Reindl Harald wrote: > > > Am 04.04.19 um 12:56 schrieb Shay Nagar: > > Thanks, I probably missed this. > > It looks like it gone a works now. > > learn to build packages for your distribution > > cat /rpmbuild/SPECS/ffmpeg.spec | grep

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Reindl Harald
Am 04.04.19 um 12:56 schrieb Shay Nagar: > Thanks, I probably missed this. > It looks like it gone a works now. learn to build packages for your distribution cat /rpmbuild/SPECS/ffmpeg.spec | grep BuildRequires BuildRequires: bzip2-devel BuildRequires: gsm-devel BuildRequires:

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Shay Nagar
Thanks, I probably missed this. It looks like it gone a works now. On Thu, Apr 4, 2019 at 1:45 PM Reindl Harald wrote: > > > Am 04.04.19 um 12:01 schrieb Shay Nagar: > > /bin/ld: cannot find -lbz2 > > collect2: error: ld returned 1 exit status > > ERROR: freetype2 not found using pkg-config > >

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Reindl Harald
Am 04.04.19 um 12:01 schrieb Shay Nagar: > /bin/ld: cannot find -lbz2 > collect2: error: ld returned 1 exit status > ERROR: freetype2 not found using pkg-config well, by just look at all lines with ERROR you would have seen that bzip2-devel is missing

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Dennis Mungai
On Thu, 4 Apr 2019 at 13:01, Shay Nagar wrote: > > > > Do you actually need libfreetype support? It's only required for the > > > > drawtext and showcqt filters. Easiest fix: Don't include that support > > > > if you don't need it. ;-) > > Yes, unfortunately I need libfreetype support otherwise

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Shay Nagar
> > > Do you actually need libfreetype support? It's only required for the > > > drawtext and showcqt filters. Easiest fix: Don't include that support > > > if you don't need it. ;-) Yes, unfortunately I need libfreetype support otherwise it was really was quite simple. > > > Can you check your

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Moritz Barsnick
On Thu, Apr 04, 2019 at 09:39:51 +0300, Shay Nagar wrote: > On Thu, Apr 4, 2019 at 9:33 AM Dennis Mungai wrote: > > Is there a particular reason as to why you're compiling that specific > > FFmpeg version? > This version compliance with our cv team. we worked on version n3.3.9 and > now we want

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Reindl Harald
Am 04.04.19 um 08:39 schrieb Shay Nagar: > This version compliance with our cv team. we worked on version n3.3.9 and > now we want to update our prod server to n3.4.5 punch your cv team in the face given that jump from 3.3 to 3.4 in 2019 is nonsense, when your underlying operating system is

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Shay Nagar
This version compliance with our cv team. we worked on version n3.3.9 and now we want to update our prod server to n3.4.5 On Thu, Apr 4, 2019 at 9:33 AM Dennis Mungai wrote: > On Thu, Apr 4, 2019, 09:27 Shay Nagar wrote: > > > Hello, > > > > I trying to compile ffmpeg like this > >

Re: [FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Dennis Mungai
On Thu, Apr 4, 2019, 09:27 Shay Nagar wrote: > Hello, > > I trying to compile ffmpeg like this > "PKG_CONFIG_PATH=/usr/local/src/ffmpeg/lib/pkgconfig ./configure > --prefix=/opt/ffmpeg --extra-cflags=-I/opt/ffmpeg/include > --extra-ldflags=-L/opt/ffmpeg/lib --pkg-config-flags=--static >

[FFmpeg-user] Compiling ffmpeg version n3.4.5

2019-04-04 Thread Shay Nagar
Hello, I trying to compile ffmpeg like this "PKG_CONFIG_PATH=/usr/local/src/ffmpeg/lib/pkgconfig ./configure --prefix=/opt/ffmpeg --extra-cflags=-I/opt/ffmpeg/include --extra-ldflags=-L/opt/ffmpeg/lib --pkg-config-flags=--static --bindir=/opt/ffmpeg/bin --enable-openssl --enable-gpl

Re: [FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-18 Thread David Di Biase
Thanks I got it resolved. It was my command line and how I was inserting link breaks in it. Even after I got passed all that it’s not working as expected, throws multiple errors. I’ve had to move onto other solutions as this is not operating as expected. In regards to the comment about the legal

Re: [FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-18 Thread Gonzalo Garramuño
El 18/04/2018 a las 14:40, Carl Eugen Hoyos escribió: *ffbuild/config.mak:6: *** missing separator. Stop.* I attempted tracking down the issue and found this ticket on the ffmpeg tracker: https://trac.ffmpeg.org/ticket/1209. I'm not using the git pull, instead I'm just unpacking the source

Re: [FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-18 Thread Carl Eugen Hoyos
2018-04-18 0:10 GMT+02:00, David Di Biase : > Carl, my apologies for not including config.log. I've attached a copy here. Which only makes sense as long as you have trouble with configure... [...] > *ffbuild/config.mak:6: *** missing separator. Stop.* > > I attempted

Re: [FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-13 Thread Gang Liu
# with decklink, centos 6.x scl enable devtoolset-3 bash PKG_CONFIG_PATH=$PKG_CONFIG_PATH:"$HOME/ffmpeg/build.static/lib/pkgconfig" ./configure --prefix="$HOME/ffmpeg/build.static" --pkg-config-flags="--static" --extra-cflags="-I$HOME/ffmpeg/build.static/include

Re: [FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-13 Thread Carl Eugen Hoyos
2018-04-13 23:22 GMT+02:00, David Di Biase : > Include the log file "ffbuild/config.log" produced by configure > as this will help solve the problem. Did you read this? > This email and any files transmitted with it are confidential Please remove this from emails

[FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-13 Thread David Di Biase
I've gone through the ffmpeg compile tutorial and have managed to get it working as expected. The build looks stable and usable. However now I need to include the Blackmagick Decklink SDK in the build using the --enable-decklink flag. *cd ~/ffmpeg_sources && \* *wget -O ffmpeg-snapshot.tar.bz2

Re: [FFmpeg-user] Compiling ffmpeg

2017-10-31 Thread Gonzalo Garramuño
El 30/10/17 a las 16:09, Legault, Phillip [GTSUS] escribió: ./configure --enable-gpl --enable-libfdk_aac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --disable-static --enable-shared getting error ERROR: libtheora not found As

Re: [FFmpeg-user] Compiling ffmpeg with NVDIA GPU enabled

2017-10-27 Thread Moritz Barsnick
On Thu, Oct 26, 2017 at 07:01:58 +, Nandepagol, Gurushantappa wrote: > Can you please provide your input. Did you not read this email? You are the one who failed to provide input. http://ffmpeg.org/pipermail/ffmpeg-user/2017-October/037616.html Moritz

Re: [FFmpeg-user] Compiling ffmpeg with NVDIA GPU enabled

2017-10-26 Thread Nandepagol, Gurushantappa
Can you please provide your input. Guru -Original Message- From: Nandepagol, Gurushantappa Sent: Wednesday, October 25, 2017 10:05 AM To: ffmpeg-user@ffmpeg.org Cc: Lou Logan Subject: RE: Compiling ffmpeg with NVDIA GPU enabled Hi Moritz, Thank you for your reply.

Re: [FFmpeg-user] Compiling ffmpeg with NVDIA GPU enabled

2017-10-25 Thread Nandepagol, Gurushantappa
Hi Moritz, Thank you for your reply. Please find the requested details below. We are running the command on MINGW64 platform. As you requested in the link, Please find the config.log content First 10 Lines # ./configure --enable-nonfree --enable-nvenc --enable-cuda --enable-cuvid

[FFmpeg-user] Compiling ffmpeg with NVDIA GPU enabled

2017-10-12 Thread Nandepagol, Gurushantappa
Hi, Please find the simplified mail below and request you to add to mailing list. I am working on decoding video using ffmpeg with NVDIA GPU enabled on windows platform. While running the following command ./configure --enable-nonfree --enable-nvenc --enable-cuda --enable-cuvid

Re: [FFmpeg-user] Compiling FFMPEG with ffplay support

2017-06-15 Thread michelel
This worked for me: 1. sudo apt-get install libsdl2-dev 2. ./configure --enable-ffplay 3. open FFmpeg/ffbuild/config.mak and check to make sure fflplay and SDL2 are enabled FFMPEG_CONFIGURATION= --enable-ffplay CFLAGS-ffplay=-D_REENTRANT -I/usr/include/SDL2 EXTRALIBS-ffplay=-lSDL2

Re: [FFmpeg-user] compiling ffmpeg program with libavutil/internal.h in gcc

2017-02-06 Thread Marton Balint
On Mon, 6 Feb 2017, יוסף אלון wrote: because i need to record 36 seconds every 30 seconds and i cant find a command to do this. Are you sure you cannot do what you want with the segment muxer? Do you really need overlapping segments? Regards, Marton

Re: [FFmpeg-user] compiling ffmpeg program with libavutil/internal.h in gcc

2017-02-06 Thread Nicolas George
L'octidi 18 pluviôse, an CCXXV, יוסף אלון a écrit : > because i need to record 36 seconds every 30 seconds and i cant find a > command to do this. Unfortunately, ffmpeg does not yet support libtardis. > So I wanted to build an a c program to do it using ffmpeg libs. You can definitely do that,

Re: [FFmpeg-user] compiling ffmpeg program with libavutil/internal.h in gcc

2017-02-06 Thread יוסף אלון
because i need to record 36 seconds every 30 seconds and i cant find a command to do this. So I wanted to build an a c program to do it using ffmpeg libs. 2017-02-06 11:18 GMT+02:00 Nicolas George : > L'octidi 18 pluviôse, an CCXXV, יוסף אלון a écrit : > > I am trying to

Re: [FFmpeg-user] compiling ffmpeg program with libavutil/internal.h in gcc

2017-02-06 Thread Nicolas George
L'octidi 18 pluviôse, an CCXXV, יוסף אלון a écrit : > I am trying to compile only the includes in ffmpeg.c with a simple main, Why? Do not do that! Regards, -- Nicolas George signature.asc Description: Digital signature ___ ffmpeg-user mailing

[FFmpeg-user] compiling ffmpeg program with libavutil/internal.h in gcc

2017-02-06 Thread יוסף אלון
Hello, I am trying to compile only the includes in ffmpeg.c with a simple main, but i recieve an error: In file included from libavutil/internal.h:166:0, from newmain.c:30: libavutil/libm.h:54:32: error: static declaration of ‘cbrt’ follows non-static declaration static

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Carl Eugen Hoyos
2016-10-19 23:56 GMT+02:00 Josh Sloat : >>Where did he say that? > > OP discusses failed methods here: > https://www.mail-archive.com/ffmpeg-user@ffmpeg.org/msg11151.html (Now an important part of my email is missing above) I don't think he discusses a suggested method

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Josh Sloat
>Where did he say that? OP discusses failed methods here: https://www.mail-archive.com/ffmpeg-user@ffmpeg.org/msg11151.html >Please fix your quoting I’m using the Reply button in mail.app and the “>" symbol for quoting. Pretty standard stuff. Not sure what more I can do. > On Oct 19, 2016,

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Carl Eugen Hoyos
2016-10-19 23:28 GMT+02:00 joshsloat : >>Could it also be a matter of reading the mails I write? > > I’ve read every single line of every single post in this thread. > You gave the original poster a solution and he said it didn’t work. Where did he say that? Please fix

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread joshsloat
>Could it also be a matter of reading the mails I write? I’ve read every single line of every single post in this thread. You gave the original poster a solution and he said it didn’t work. I can either repeat what the OP did and end up with the same result - or we can move things closer to

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Carl Eugen Hoyos
2016-10-18 19:21 GMT+02:00 Josh Sloat : > We’re not currently compiling ffmpeg from source. Sorry, your mail is difficult to read: To which of my questions is this the answer? Carl Eugen ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread joshsloat
Thanks Moritz and Phil. You are precisely correct as to why I posted the question where I did. >how about learning to use your mail client? Good grief, Reindl. Comments like these are precisely why every conversation on the Internet devolves into a flame war. No help, no value, just

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Phil Rhodes
> however, if you have a precompiled binary from somewhere then bother the > person who built it Or, you could discuss it here, where there might be some other people who've used it. P ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Reindl Harald
Am 19.10.2016 um 01:24 schrieb Josh Sloat: How is this helpful? how about learning to use your mail client? that starts with not top-posting and create your own topic by compose a new mail and *not* reply to something else - however, if you have a precompiled binary from somewhere then

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-18 Thread Josh Sloat
How is this helpful? > On Oct 18, 2016, at 7:23 PM, Reindl Harald wrote: > > > > Am 19.10.2016 um 01:11 schrieb joshsloat: >> I didn’t create the subject line. I was responding to an existing thread > > oh my > ___ >

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-18 Thread Reindl Harald
Am 19.10.2016 um 01:11 schrieb joshsloat: I didn’t create the subject line. I was responding to an existing thread oh my ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-18 Thread joshsloat
I didn’t create the subject line. I was responding to an existing thread. The original poster started with a downloaded binary (just like me) and got rejected (just like me). The original question had to do with trying to find a way to compile from source that would get around the rejection.

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-18 Thread Reindl Harald
Am 18.10.2016 um 19:21 schrieb Josh Sloat: We’re not currently compiling ffmpeg from source. We’re using the binary obtained directly from: http://www.ffmpegmac.net so WHAT is the point of a subject containing "compiling" then?

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-18 Thread Josh Sloat
Anand mentioned that compiling with that option also resulted in rejection: >I tried to build myself using this ./configure >--disable-protocol=tls_securetransport. They rejected it. The conversation seemed to sputter out after that, so I am reaching out for clarity. We’re not currently

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-18 Thread Carl Eugen Hoyos
2016-10-18 17:53 GMT+02:00 joshsloat : > Carl - It looks like there was some unaddressed confusion > about why this is resulting in rejection. Why do you think so? What's wrong with --disable-securetransport? And where can I find the source code of your FFmpeg distribution?

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-18 Thread muruganandh
ok let me be clear with my Question Whether --enable-static will embed the libraries? or just link them? When i move the created ffmpeg to another machine i fails to load the dyld. -- View this message in context:

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Reindl Harald
Am 18.09.2016 um 00:49 schrieb Kieran O Leary: Hi On 17 Sep 2016 11:42 p.m., "Carl Eugen Hoyos" wrote: Unrelated: Am I the only one who has serious trouble receiving Phil's emails? Yes, on Gmail they go straight to spam, and are only included in a thread when someone

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Kieran O Leary
Hi On 17 Sep 2016 11:42 p.m., "Carl Eugen Hoyos" wrote: > > > > Unrelated: Am I the only one who has serious trouble receiving > Phil's emails? > Yes, on Gmail they go straight to spam, and are only included in a thread when someone replies.

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Paul B Mahol
On 9/18/16, Carl Eugen Hoyos wrote: > 2016-09-17 21:12 GMT+02:00 Phil Rhodes : >>> We are not Apple. >> >> Well, no, but someone on the list might have experience of doing this. >> In fact, I know for a fact that someone on the list has experience

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Carl Eugen Hoyos
2016-09-17 2:54 GMT+02:00 muruganandh : > Apple is rejecting whatever i do. > > 1. I tried to use the static ffmpeg (3.1.3) by tessus. They rejected it. I would expect that this build includes SecureTransport (which is useful), we already know (thanks to you) that this is

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Moritz Barsnick
On Fri, Sep 16, 2016 at 17:54:38 -0700, muruganandh wrote: > Apple is rejecting whatever i do. [...] > 3. I have no idea how to build ffmpeg so that Apple guys accept it. Does Apple not provide any reason for rejection? Moritz ___ ffmpeg-user mailing

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Phil Rhodes
> We are not Apple. Well, no, but someone on the list might have experience of doing this. In fact, I know for a fact that someone on the list has experience of doing this. So why not let the conversation continue? P ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Paul B Mahol
On 9/17/16, muruganandh wrote: > Apple is rejecting whatever i do. > > 1. I tried to use the static ffmpeg (3.1.3) by tessus. They rejected it. > 2. I tried to build myself using this ./configure > --disable-protocol=tls_securetransport. They rejected it. > 3. I have no idea

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread muruganandh
Where are you providing the source code of your app? I am trying to submit the app to mac app store. Should i post it somewhere and link it here? -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Compiling-FFmpeg-without-SecIdentityCreate-API-tp4676487p4677598.html

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread muruganandh
Apple is rejecting whatever i do. 1. I tried to use the static ffmpeg (3.1.3) by tessus. They rejected it. 2. I tried to build myself using this ./configure --disable-protocol=tls_securetransport. They rejected it. 3. I have no idea how to build ffmpeg so that Apple guys accept it. -- View

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-16 Thread Carl Eugen Hoyos
2016-09-16 13:13 GMT+02:00 muruganandh : > This is the configure command i am using > > ./configure --enable-libx264 --disable-securetransport This configure line is supposed to fail so you cannot use it. Carl Eugen ___

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-16 Thread muruganandh
Thanks so much Carl. --disable-securetransport worked perfectly. But i see a new issue: dyld: Library not loaded: /usr/local/opt/x264/lib/libx264.148.dylib This is the configure command i am using ./configure --enable-libx264 --disable-securetransport I think the x264 is just linked NOT

[FFmpeg-user] compiling ffmpeg

2016-09-07 Thread John Pham
trying to build ffmpeg - and get this error ERROR: Decklink API version must be >= 10.6.1 not sure, since the tool pulls these library down I'm using ffmpeg-windows build tool ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Compiling FFMPEG 2.8.7 fails testing

2016-09-04 Thread Carl Eugen Hoyos
Hi! 2016-09-04 14:35 GMT+02:00 MacFH - C E Macfarlane : > ~ # gcc --version > gcc (GCC) 4.2.3 This is known to be broken (sorry if I have not mentioned this originally), I believe configure warns about it. It makes no sense to run fate with gcc 4.2.

Re: [FFmpeg-user] Compiling FFMPEG 2.8.7 fails testing

2016-09-04 Thread MacFH - C E Macfarlane
user questions > Subject: Re: [FFmpeg-user] Compiling FFMPEG 2.8.7 fails testing > > Hi! > > 2016-08-25 13:26 GMT+02:00 MacFH - C E Macfarlane > <c.e.macfarl...@macfh.co.uk>: > > I know that this group only applies to latest gits, but I'm not ready > > to u

Re: [FFmpeg-user] Compiling FFMPEG 2.8.7 fails testing

2016-08-25 Thread Carl Eugen Hoyos
Hi! 2016-08-25 13:26 GMT+02:00 MacFH - C E Macfarlane : > I know that this group only applies to latest gits, but I'm not ready to use > FFMPEG v3, and so am using the last version of 2, and searching for this > error didn't find anything useful, so I hope you can help

[FFmpeg-user] Compiling FFMPEG 2.8.7 fails testing

2016-08-25 Thread MacFH - C E Macfarlane
I know that this group only applies to latest gits, but I'm not ready to use FFMPEG v3, and so am using the last version of 2, and searching for this error didn't find anything useful, so I hope you can help ... I'm trying to test an apparently successful compilation of FFMPEG v2.8.7 on a NAS

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-06-27 Thread Carl Eugen Hoyos
Anand gmail.com> writes: > I need to compile & create FFmpeg executable without (or > altering name) this method "SecIdentityCreate" because it > seems it conflicts from the framework > '/System/Library/Frameworks/Security.framework/Versions/A/Security' How can I reproduce this compilation

[FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-06-27 Thread Anand
Hi, I need to compile & create FFmpeg executable without (or altering name) this method "SecIdentityCreate" because it seems it conflicts from the framework '/System/Library/Frameworks/Security.framework/Versions/A/Security' Does anybosy know how to do that? Thanks Anand

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-26 Thread Farid Zakaria
The website has some pretty clear documents on how to do it. Just add --libx264 and make sure the shared libraries are in a default path (or you can add to the LD_LIBRARY_PATH) On 25 Jan 2016 10:21 p.m., "Rayden" wrote: > Is there anyone who could help in

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-25 Thread Rayden
Is there anyone who could help in this? -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Compiling-ffmpeg-with-libx264-tp4674076p4674112.html Sent from the FFmpeg-users mailing list archive at Nabble.com. ___ ffmpeg-user

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-19 Thread Krishnan Unni
Moritz Barsnick gmx.net> writes: > > On Thu, Jan 14, 2016 at 07:14:26 -0500, Krishnan Unni wrote: > > successfully. But when I try to compile x264 lib based on the guide > > provided in ffmpeg wiki it's failing saying "could not identify os" > > I can't even find that string or a similar one

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-19 Thread Krishnan Unni
Hi Henrik I tried launching msys2 from mingw64 shell. But still receiving the same error. I am using windows 10 x64. I am trying to get a dll for libx264 which can work with visual studio 2015 projects and WinRT app just like ffmpeg. This is how I compiled ffmpeg for win10rt:

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-15 Thread Rayden
Sorry for the vague error. Here is the exact error message when I type "./configure --enable-shared" The error is "unknown system pc-msys, edit the configure". -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Compiling-ffmpeg-with-libx264-tp4674076p4674091.html Sent

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-15 Thread Moritz Barsnick
On Thu, Jan 14, 2016 at 07:14:26 -0500, Krishnan Unni wrote: > successfully. But when I try to compile x264 lib based on the guide > provided in ffmpeg wiki it's failing saying "could not identify os" I can't even find that string or a similar one in the libx264 source tree. (Using 0c21480 from

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-14 Thread Rayden
Hi I tried contacting the user community in the mail address provided. Didn't receive any response, that's why I came here. Thought there would be people who would have done this and willing to help. My apologies if this is the wrong place to put this. -- View this message in context:

[FFmpeg-user] Compiling ffmpeg with libx264

2016-01-14 Thread Krishnan Unni
Hi I am trying to compile ffmpeg with libx264 in windows 10 x64. Based on the guideline in ffmpeg wiki I am able to compile ffmpeg alone successfully. But when I try to compile x264 lib based on the guide provided in ffmpeg wiki it's failing saying "could not identify os" and give two links to

Re: [FFmpeg-user] Compiling ffmpeg with libx264

2016-01-14 Thread Lou
On Thu, 14 Jan 2016 07:14:26 -0500 Krishnan Unni wrote: > I am able to compile ffmpeg alone successfully. But when I try to > compile x264 lib based on the guide provided in ffmpeg wiki it's > failing saying "could not identify os" If you're having problems

Re: [FFmpeg-user] Compiling ffmpeg with libmfx

2015-10-10 Thread Maxim Kozlov
Got it! How to compile sdk + ffmpeg on ubuntu 12.04.5. server 1. apt-get install gcc gobjc pkg-config libpthread-stubs0-dev libpciaccess-dev make patch yasm g++ autoconf cmake \ automake build-essential libass-dev libfreetype6-dev libgpac-dev libsdl1.2-dev libtheora-dev libtool libva-dev

[FFmpeg-user] Compiling ffmpeg with libmfx

2015-10-01 Thread Maxim Kozlov
Hi. Trying to compile latest ffmpeg with libmfx(intel quick sync) support under Ubuntu 12.04.5 LTS. What i've done. 1. installed Intel Media Server Studio Essentials 2015r6 wget http:///mediaserverstudioessentials2015r6.tar.gz tar xf mediaserverstudioessentials2015r6.tar.gz cd

Re: [FFmpeg-user] Compiling ffmpeg with NVENC and NVIDIA GRID K1

2015-09-24 Thread Klaus Schürmann
Gesendet: Donnerstag, 27. August 2015 10:27 An: Steven Liu <lingjiujia...@gmail.com>; FFmpeg user questions <ffmpeg-user@ffmpeg.org> Betreff: Re: [FFmpeg-user] Compiling ffmpeg with NVENC and NVIDIA GRID K1 > > Hi Timo, > > I saw the status of 0x0A if header file /u

Re: [FFmpeg-user] Compiling ffmpeg with NVENC and NVIDIA GRID K1

2015-08-27 Thread Timo Rothenpieler
Hi Timo, I saw the status of 0x0A if header file /usr/include/nvEncodeAPI.h perhaps the memory alloc is large? /* 1MB is large enough to hold most output frames. NVENC increases this automaticaly if it's not enough. */ allocOut.size = 1024 * 1024;

Re: [FFmpeg-user] Compiling ffmpeg with NVENC and NVIDIA GRID K1

2015-08-27 Thread Steven Liu
2015-06-29 18:12 GMT+08:00 Klaus Schürmann k...@mediabeam.com: Hello, I compiled ffmpeg with nvenc support. The compile process worked without any error. But if I try to convert a file with nvenc I got the error message [nvenc @ 0x39dc1c0] CreateInputBuffer failed. Can somebody help me to

Re: [FFmpeg-user] Compiling ffmpeg with NVENC and NVIDIA GRID K1

2015-08-27 Thread Steven Liu
2015-08-27 15:08 GMT+08:00 Steven Liu lingjiujia...@gmail.com: 2015-08-27 14:52 GMT+08:00 Steven Liu lingjiujia...@gmail.com: 2015-06-29 18:12 GMT+08:00 Klaus Schürmann k...@mediabeam.com: Hello, I compiled ffmpeg with nvenc support. The compile process worked without any error. But if

Re: [FFmpeg-user] Compiling ffmpeg with NVENC and NVIDIA GRID K1

2015-08-27 Thread Steven Liu
2015-08-27 14:52 GMT+08:00 Steven Liu lingjiujia...@gmail.com: 2015-06-29 18:12 GMT+08:00 Klaus Schürmann k...@mediabeam.com: Hello, I compiled ffmpeg with nvenc support. The compile process worked without any error. But if I try to convert a file with nvenc I got the error message [nvenc

  1   2   >