wader / static-ffmpeg

Multi-arch docker image with ffmpeg/ffprobe binaries built as hardened static PIE binaries with no external dependencies
https://hub.docker.com/r/mwader/static-ffmpeg/
MIT License
233 stars 56 forks source link

Update README.md #478

Closed mathieu-aubin closed 1 week ago

mathieu-aubin commented 2 weeks ago

libiconv?

is this a mistake or am i wrong here? can't find much about gray, its maybe just an optimization of codecs/libraries rather than a unique one. yo no say

wader commented 2 weeks ago

I skipped it as i think static-ffmpeg will end up using iconv from musl https://github.com/esmil/musl/blob/master/src/locale/iconv.c ... so it a bit ambiguous

And yeap gray is enable some wider gray scale color support

wader commented 2 weeks ago

Maybe could change to:

mathieu-aubin commented 1 week ago

Maybe could change to:

* iconv (from musl)

* gray (full grayscale support)

This makes ALOT of sense. I will have a poutine to celebrate

wader commented 1 week ago

Thanks! just to be sure and not i'm not lying i check the latest build log and i can't see that gnu iconv etc gets installed so i guess it's from musl