jrottenberg / ffmpeg

Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi
https://hub.docker.com/r/jrottenberg/ffmpeg/
Apache License 2.0
1.42k stars 455 forks source link

Add libaribb24 ARIB STD-B24 caption decoder #255

Closed plainbanana closed 4 years ago

plainbanana commented 4 years ago

See: https://github.com/jrottenberg/ffmpeg/issues/254

Overview

Add support for ARIB STD-B24 caption decoder for MPEG-TS stream, which is supported by ffmpeg 4.2 or later. libpng and libaribb24 are added as dependencies.

Checklist

plainbanana commented 4 years ago

[IMO] About failed builds in CI

https://dev.azure.com/video-tools/ffmpeg/_build/results?buildId=348&view=logs&j=04093b27-7a2e-597d-49d4-a4254cb11b71&t=993abe88-2e41-52fb-1785-26251061261c&l=13086

It's failing the ZeroMQ test, which has nothing to do with this PR.

https://dev.azure.com/video-tools/ffmpeg/_build/results?buildId=348&view=logs&j=717d3127-f80b-5fe7-f6be-354a80de4837&t=41179017-2faf-5c8c-8bb9-8066b8bc75c8&l=12643

Failed to build because the sourceforge was down.

I suppose It will PASS these CI by re-run.

jrottenberg commented 4 years ago

it looks correct, let me check what happened on those failed builds.