Giter Site home page Giter Site logo

ffmpeg-build's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ffmpeg-build's Issues

[Security] Workflow build.yml is using vulnerable action actions/checkout

The workflow build.yml is referencing action actions/checkout using references v1. However this reference is missing the commit a6747255bd19d7a757dbdda8c654a9f84db19839 which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

ffmpeg version N-93185-g6fc762b Copyright (c) 2000-2019 the FFmpeg developers

tl;dr -- what forces the ffmpeg binary to be built when clipping filters and parsers out?

i noticed a few wrinkles in present-day.

when i disable things en-mass, the most common headache is that ffmpeg binary is skipped.

the script in this repo dates back to ffserver. that interrupts configure, but i like having this reference.

what i have tried with inconsistent results on different ubuntu versions is to build a default binary then go back and try to kill some video specific compilations.

with e.g.

--disable-encoder={$(ffmpeg -encoders|grep "^ [SV]"|cut -f 3 -d' ' |grep -e '\w+' | xargs echo |tr ' ' ,)}
--disable-decoder={$(ffmpeg -decoders|grep "^ [SV]"|cut -f 3 -d' ' |grep -e '\w+'| xargs echo |tr ' ' ,)}
--disable-filter={$(ffmpeg -filters|grep -e "->V"|cut -f 3 -d' ' | xargs echo |tr ' ' ,)}

with the filters being cut out in this way, the ffmpeg binary is disabled.

is there a pivotal set of exe minimums that must be re-included after mass disables?

GLIBC version for linux?

This is such a cool project. I used it to build binaries, but got a report from centos 8 user with the following error launching:

/lib64/libm.so.6 version 'GLIBC_2.29' not found, required by /test/ffprobe.

Here is a test to reproduce using your binaries (which is supposed to print the ffmpeg -version message)
(put ffmpeg binary in same directory as dockerfile) :

Dockerfile

from centos:8
workdir /test
copy ffmpeg /test/
run ./ffmpeg -version

then build the above docker file, which should fail with the above error:

docker build .

I am working on a fix, but thought I'd give you a heads up.

It appears that the correct thing to do is download an earlier version of glibc and link against that.. but not sure, as I'm not a C guy.

Also, your donate page is 404 on your web page, which is linked on this github page under Sponsor this project.

And a feature request would be to build a fat binary mac aarch_64/arm64.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.