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

2018-07-05 Thread Li, Zhong
> -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Jason Coleman > Sent: Friday, June 29, 2018 4:49 AM > To: ffmpeg-user@ffmpeg.org > Subject: [FFmpeg-user] Minimize CPU use with QuickSync? > > Hello, > > > I recently picked up a computer with

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

2018-07-05 Thread qw
Hi, It's inconvenient to use ffmpeg with dependent dynamic libraries. Therefore, I want static ffmpeg instead. Thanks! Regards andrew At 2018-07-05 18:56:31, "Carl Eugen Hoyos" wrote: >2018-07-05 11:21 GMT+02:00, qw : >> Hi Carl Eugen, >> >> Thanks for your help. I use the following c

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

2018-07-05 Thread Carl Eugen Hoyos
2018-07-05 11:21 GMT+02:00, qw : > Hi Carl Eugen, > > Thanks for your help. I use the following command to build static ffmpeg > without any dependent dynamic library: > > ./configure --disable-ffplay \ --extra-libs='-static -L/usr/lib' > --extra-cflags='--static' \ --enable-version3 --enable-asm -

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

2018-07-05 Thread Reindl Harald
Am 05.07.2018 um 11:55 schrieb qw: > yum install glibc-devel glibc-static zlib-static libstdc++-static > Is there any way to install install libva and libva-drm libraries? static - no - redhat has strong policies to *remove* .a files for static linking from packages because static linking is con

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

2018-07-05 Thread qw
Hi Moritz, I have installed the following packages: yum install glibc-devel glibc-static zlib-static libstdc++-static And I use the following command to build static ffmpeg without any dependent dynamic library: ./configure --disable-ffplay \ --extra-libs='-static -L/usr/lib' --extra-cfla

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

2018-07-05 Thread qw
Hi Carl Eugen, Thanks for your help. I use the following command to build static ffmpeg without any dependent dynamic library: ./configure --disable-ffplay \ --extra-libs='-static -L/usr/lib' --extra-cflags='--static' \ --enable-version3 --enable-asm --enable-x86asm --enable-avfilter \ --ena