Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread Reindl Harald
Am 05.08.20 um 15:16 schrieb Nicolas George: > Reindl Harald (12020-08-05): >> whenever you do "make install" on a destinaton machine you are doing it >> wrong - without any exceptions! > > What certainty. yes, 12 years of expirience, 23 dist-upgrades without reinstall and still clean machines

Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread Nicolas George
Reindl Harald (12020-08-05): > whenever you do "make install" on a destinaton machine you are doing it > wrong - without any exceptions! What certainty. > * you don't need compilers/devel-packages on the target > * you should not install comoilers at all on the target > * you can easily downgrade

Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread Reindl Harald
Am 05.08.20 um 12:20 schrieb Nicolas George: > jacky renaux (12020-08-05): >> hI ? as you might know due to the coronavirus, universities are closed and >> in France it is vacation period . I am not a system engineer just a ffmpeg >> user . I cannot get system eng support at a present time and do

Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread Nicolas George
jacky renaux (12020-08-05): > hI ? as you might know due to the coronavirus, universities are closed and > in France it is vacation period . I am not a system engineer just a ffmpeg > user . I cannot get system eng support at a present time and do prepar the > september time where we will need visi

Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread Reindl Harald
Am 05.08.20 um 11:08 schrieb jacky renaux: > hI ? as you might know due to the coronavirus, universities are closed > and in France it is vacation period . and? > I am not a system engineer just a ffmpeg user and? > I cannot get system eng support at a present time and do > prepar the septe

Re: [FFmpeg-user] install on centos fail

2020-08-05 Thread jacky renaux
Le 04/08/2020 à 20:00, Reindl Harald a écrit : [root@buildserver:~]$ cat /rpmbuild/SPECS/ffmpeg-latest.spec # # command 'rpmbuild -bb ffmpeg-latest.spec --with production'

Re: [FFmpeg-user] install on centos fail

2020-08-04 Thread Reindl Harald
Am 04.08.20 um 19:50 schrieb jacky renaux: > Le 04/08/2020 à 11:26, Reindl Harald a écrit : >> Am 04.08.20 um 10:56 schrieb jacky renaux: >>> I try to install full ffmpeg on centos and using this guide >>>   https://trac.ffmpeg.org/wiki/CompilationGuide/Centos >>> >>> I made the follo

Re: [FFmpeg-user] install on centos fail

2020-08-04 Thread jacky renaux
Le 04/08/2020 à 11:26, Reindl Harald a écrit : Am 04.08.20 um 10:56 schrieb jacky renaux: I try to install full ffmpeg on centos and using this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Centos I made the following shell cd ffmpeg_sources curl -O -L https://ffmpeg.org/

Re: [FFmpeg-user] install on centos fail

2020-08-04 Thread Reindl Harald
Am 04.08.20 um 10:56 schrieb jacky renaux: > I try to install full ffmpeg on centos and using this guide > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos > > I made the following shell > > cd ffmpeg_sources > curl -O -L https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 > tar

[FFmpeg-user] install on centos fail

2020-08-04 Thread jacky renaux
Hi I try to install full ffmpeg on centos and using this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Centos I made the following shell cd ffmpeg_sources curl -O -L https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 tar xjvf ffmpeg-snapshot.tar.bz2 cd ffmpeg PATH="$HOME/b

Re: [FFmpeg-user] install

2018-09-26 Thread Michael Shaffer
Ignore the last line, didn't mean to include that. On Wed, Sep 26, 2018 at 9:27 PM, Michael Shaffer wrote: > Uncompress ffmpeg to a directory, like c:\ffmpeg > > You don't have to install it. The program is located at > c:\ffmpeg\bin\ffmpeg.exe > > The simplest way is to put your mkv files in th

Re: [FFmpeg-user] install

2018-09-26 Thread Michael Shaffer
Uncompress ffmpeg to a directory, like c:\ffmpeg You don't have to install it. The program is located at c:\ffmpeg\bin\ffmpeg.exe The simplest way is to put your mkv files in the c:\ffmpeg\bin\ directory and run ffmpeg on them from there. For example cd c:\ffmpeg\bin\ ffmpeg -i homevideo1.mkv -c

Re: [FFmpeg-user] install

2018-09-26 Thread Reindl Harald
Am 26.09.18 um 16:40 schrieb M M: > A buddy told me to try ffmpeg to make my MKV files into DIVX. I just > downloading but have no clue how to do this or install the program, could you > help? you don't tell what you have downloaded nor on what operating system

[FFmpeg-user] install

2018-09-26 Thread M M
A buddy told me to try ffmpeg to make my MKV files into DIVX. I just downloading but have no clue how to do this or install the program, could you help? Thanks ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmp

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2018-01-05 Thread Legault, Phillip [GTSUS]
Never mind, I figured it out -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Legault, Phillip [GTSUS] Sent: Friday, January 5, 2018 4:05 AM To: FFmpeg user questions Subject: [EXTERNAL] Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7 Thanks Moritz

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2018-01-05 Thread Legault, Phillip [GTSUS]
s not contain any stream Am I missing something? -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Moritz Barsnick Sent: Thursday, January 4, 2018 11:30 AM To: FFmpeg user discussions Subject: [EXTERNAL] Re: [FFmpeg-user] Install ffmpeg 3 on RHEL

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2018-01-04 Thread Moritz Barsnick
On Thu, Jan 04, 2018 at 16:00:01 +, Legault, Phillip [GTSUS] wrote: > Do you know if this was compiled with mp4 support? Without even checking, I'm 99.99% sure it was. Moritz ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mail

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2018-01-04 Thread Legault, Phillip [GTSUS]
Do you know if this was compiled with mp4 support? -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Legault, Phillip [GTSUS] Sent: Tuesday, November 28, 2017 11:17 AM To: FFmpeg user questions Subject: [EXTERNAL] Re: [FFmpeg-user] Install ffmpeg

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2017-11-28 Thread Legault, Phillip [GTSUS]
onday, November 27, 2017 5:05 PM To: FFmpeg user discussions Subject: [EXTERNAL] Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7 On Mon, Nov 27, 2017 at 16:33:16 +, Legault, Phillip [GTSUS] wrote: > Anyone have any idea on how to get ffmpeg to install on RHEL 7? If compiling ffmpeg and its depe

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2017-11-27 Thread Lou Logan
On Mon, Nov 27, 2017, at 07:33 AM, Legault, Phillip [GTSUS] wrote: > Anyone have any idea on how to get ffmpeg to install on RHEL 7? An easy option is to download a static build: https://johnvansickle.com/ffmpeg/ ___ ffmpeg-user mailing list ffmpeg-user@

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2017-11-27 Thread Reindl Harald
Am 27.11.2017 um 21:01 schrieb Legault, Phillip [GTSUS]: I have never built a package or updated one. but it's a good idea to learn it because you have maintainable stuff which can be installed on more than one machine and it contains build-dependencies to ensure the same feature set for a

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2017-11-27 Thread Moritz Barsnick
On Mon, Nov 27, 2017 at 20:01:45 +, Legault, Phillip [GTSUS] wrote: > I have never built a package or updated one. > > I cannot get passed this You didn't follow Harald's literal commands. They will get a bit tedious though, because you need to pick up all the dependencies and compile them.

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2017-11-27 Thread Moritz Barsnick
On Mon, Nov 27, 2017 at 16:33:16 +, Legault, Phillip [GTSUS] wrote: > Anyone have any idea on how to get ffmpeg to install on RHEL 7? If compiling ffmpeg and its dependencies is too big a hurdle for you - I myself am too lazy on some of my machines - then negativo17 have a nice repository for

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2017-11-27 Thread Legault, Phillip [GTSUS]
fmpeg.org] On Behalf Of Reindl Harald Sent: Monday, November 27, 2017 11:42 AM To: ffmpeg-user@ffmpeg.org Subject: [EXTERNAL] Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7 Am 27.11.2017 um 17:38 schrieb Reindl Harald: > > > Am 27.11.2017 um 17:33 schrieb Legault, Phillip [GTSUS]: >>

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2017-11-27 Thread Reindl Harald
Am 27.11.2017 um 17:38 schrieb Reindl Harald: Am 27.11.2017 um 17:33 schrieb Legault, Phillip [GTSUS]: Anyone have any idea on how to get ffmpeg to install on RHEL 7? install build deps and compile it, if you are smart you build a rpm package so that you don't need compilers and devel-pac

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2017-11-27 Thread Reindl Harald
Am 27.11.2017 um 17:33 schrieb Legault, Phillip [GTSUS]: Anyone have any idea on how to get ffmpeg to install on RHEL 7? install build deps and compile it, if you are smart you build a rpm package so that you don't need compilers and devel-packages on the target machine since we package f

[FFmpeg-user] Install ffmpeg 3 on RHEL 7

2017-11-27 Thread Legault, Phillip [GTSUS]
Anyone have any idea on how to get ffmpeg to install on RHEL 7? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject

Re: [FFmpeg-user] Install ffmpeg error

2015-10-10 Thread Steven Liu
你可以在这个github的作者的项目里提issue,ffmpeg官方版本对他这个目前应该也不会给与任何支持 2015-09-30 18:51 GMT+08:00 黄家永 : > Use this tool: > https://github.com/kewlbear/FFmpeg-iOS-build-script > ___ > ffmpeg-user mailing list > ffmpeg-user@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/

[FFmpeg-user] Install ffmpeg error

2015-09-30 Thread 黄家永
Use this tool: https://github.com/kewlbear/FFmpeg-iOS-build-script ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-04 Thread Carl Eugen Hoyos
Wang, Liqin, M.S. mayo.edu> writes: > Thanks Carl for your suggested URLs for GCC. Why didn't you stop top-posting? > Installation GCC seems quite difficult. This is extremely hard to believe. > I tried to install gcc-4.8.4-1 from > http://www.bullfreeware.com Why didn't you also try one o

Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-04 Thread Wang, Liqin, M.S.
> My AIX 7.1 does not have gcc Thanks Carl for your suggested URLs for GCC. Installation GCC seems quite difficult. I tried to install gcc-4.8.4-1 from http://www.bullfreeware.com/affichage.php?id=2267 Along with all its dependencies, and here is what I got below. I only got three packages i

Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-03 Thread Carl Eugen Hoyos
Wang, Liqin, M.S. mayo.edu> writes: > My AIX 7.1 does not have gcc The following sites seem to offer it: http://www.perzl.org/aix/ http://www.bullfreeware.com/ More are listed here: http://www.ibm.com/developerworks/aix/library/au-gnu.html Carl Eugen __

Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-03 Thread Carl Eugen Hoyos
Wang, Liqin, M.S. mayo.edu> writes: > Is it possible we could have binary version ffmpeg > for AIX 7.1 such that we could just download it? The executable built with gcc needs a shared library installed with gcc so you will need the toolchain anyway: Once you have it, the build process is st

Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-03 Thread Wang, Liqin, M.S.
: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1 I got the source codes with Git: $ git clone git://source.ffmpeg.org/ffmpeg.git But when I tried to build, I got error. --- gcc is unable to create an executable file

Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-03 Thread Carl Eugen Hoyos
Wang, Liqin, M.S. mayo.edu> writes: > My AIX 7.1 does not have gcc, and gmake. Both are needed afaict: AIX make is not compatible with GNU make which is needed. My AIX box only has gcc, no cc. So I don't know what "cc" is. In any case, since configure failed, I would suggest you upgrade your

Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-02 Thread Wang, Liqin, M.S.
I got the source codes with Git: $ git clone git://source.ffmpeg.org/ffmpeg.git But when I tried to build, I got 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 w

Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-01 Thread Carl Eugen Hoyos
Wang, Liqin, M.S. mayo.edu> writes: > ffmpeg-0.11.2-1.aix5.2.ppc.rpm This is antique and unsupported. Please try with the following: $ git clone git://source.ffmpeg.org/ffmpeg.git Please avoid top-posting here, Carl Eugen ___ ffmpeg-user mailing lis

Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-01 Thread Wang, Liqin, M.S.
-user@ffmpeg.org Subject: Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1 Wang, Liqin, M.S. mayo.edu> writes: > 1. Is there any easy way to install ffmpeg in AIX? Yes, "bash configure && gmake" is supposed to work. (Actually "./configure &&

Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-01 Thread Carl Eugen Hoyos
Wang, Liqin, M.S. mayo.edu> writes: > 1. Is there any easy way to install ffmpeg in AIX? Yes, "bash configure && gmake" is supposed to work. (Actually "./configure && gmake") If you see issues, please report them! Carl Eugen ___ ffmpeg-user mailing l

Re: [FFmpeg-user] install ffmpeg into AIX machine running AIX 7.1

2015-06-01 Thread Wang, Liqin, M.S.
From: Wang, Liqin, M.S. Sent: Monday, June 01, 2015 1:18 PM To: 'ffmpeg-user@ffmpeg.org' Cc: Wang, Liqin, M.S. Subject: install ffmpeg into AIX machine running AIX 7.1 Hi, All, I have an application running in AIX 7.1 and it needs to retrieve Video frame data to generate a thumbnail. I am usin

Re: [FFmpeg-user] Install issues - old version still shows up

2014-09-28 Thread James Hickey
Pete H., I had the same problem as you are having. But on windows. Mine turned out to be another piece of software that I had installed, specifically Image Magick, that had added it’s own directory to the Windows PATH and just happened to have a version of ffmpeg for itself to use as well. So fro