Re: [FFmpeg-user] how to build ffmpeg into one static program without any dependent dynamic library

2018-07-04 Thread Carl Eugen Hoyos
2018-07-04 12:52 GMT+02:00, qw : > I have download ffmpeg 4.0, Just in case you forgot: On this mailing list, only current FFmpeg git head is supported. > and want to build it into one static program, May I ask why? (One of the options you use make it difficult to guess.) > i.e. ffmpeg,

Re: [FFmpeg-user] how to build ffmpeg into one static program without any dependent dynamic library

2018-07-04 Thread Moritz Barsnick
On Wed, Jul 04, 2018 at 20:52:29 +0800, qw wrote: > Thanks for your help. > I use CentOS 7.4 to build static ffmpeg. Could you please show us: $ objdump -p /usr/local/bin/ffmpeg | grep NEEDED Furthermore, please make sure the following packages are installed: glibc-devel glibc-static # covers

Re: [FFmpeg-user] how to build ffmpeg into one static program without any dependent dynamic library

2018-07-04 Thread Reindl Harald
Am 04.07.2018 um 12:52 schrieb qw: > I have download ffmpeg 4.0, and want to build it into one static program, > i.e. ffmpeg, without any dependent dynamic library. > > ./configure --disable-ffplay --disable-indev=sndio --disable-outdev=sndio \ > --enable-version3 --enable-asm --enable-x86asm

Re: [FFmpeg-user] how to build ffmpeg into one static program without any dependent dynamic library

2018-07-04 Thread qw
Hi Moritz, Thanks for your help. I use CentOS 7.4 to build static ffmpeg. Thanks! Regards Andrew At 2018-07-04 19:19:57, "Moritz Barsnick" wrote: >Hi qw, > >On Wed, Jul 04, 2018 at 18:52:06 +0800, qw wrote: >> ./configure --disable-ffplay --disable-indev=sndio --disable-outdev=sndio

Re: [FFmpeg-user] Minimize CPU use with QuickSync?

2018-07-04 Thread Moritz Barsnick
Hi Jason, On Thu, Jun 28, 2018 at 20:49:01 +, Jason Coleman wrote: > but I'm still getting a lot of CPU use, call it 70-90%. [...] > C:\ffmpeg\ffmpeg.exe -hwaccel qsv -init_hw_device qsv=qsv:MFX_IMPL_hw_any > -filter_hw_device qsv -i "testvid.mp4" -vf >

Re: [FFmpeg-user] ffplay output

2018-07-04 Thread Mohammed Bey Ahmed Khernache
Thank you. That's what I really wanted. ​ Mohammed BEY AHMED KHERNACHE PhD student Lab-STICC / CNRS UMR 6285 University of Southern Brittany, Lorient, France Tel: +33-783-700-185 Email:

Re: [FFmpeg-user] how to build ffmpeg into one static program without any dependent dynamic library

2018-07-04 Thread Moritz Barsnick
On Wed, Jul 04, 2018 at 13:19:57 +0200, Moritz Barsnick wrote: > On Wed, Jul 04, 2018 at 18:52:06 +0800, qw wrote: > > ldd /usr/local/bin/ffmpeg > > linux-vdso.so.1 => (0x7ffee27f4000) > > libm.so.6 => /lib64/libm.so.6 (0x7f8504516000) > > libxcb.so.1 => /lib64/libxcb.so.1

[FFmpeg-user] how to build ffmpeg into one static program without any dependent dynamic library

2018-07-04 Thread qw
Hi, I have download ffmpeg 4.0, and want to build it into one static program, i.e. ffmpeg, without any dependent dynamic library. I can find this kind of static ffmpeg from 'https://johnvansickle.com/ffmpeg/'. But I fail to build static ffmpeg myself. My steps are shown as follows:

[FFmpeg-user] ffplay output

2018-07-04 Thread Mohammed Bey Ahmed Khernache
Hello, could someone explain to me the *ffplay* outputs? Given a video of 3288 frames. Decoding it with ffplay gives the output below: fd=742 aq=0KB vq=0KB sq=0B f=0/0 Best regards. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org