FFmpeg Builds for yt-dlp

nihil-admirari 14d40a971a Patch for non-standard HEVC in FLV no longer needed on master 1 هفته پیش
.github 987e2327e9 7.1 release 1 هفته پیش
addins d4d9acc8d5 Add 7.1 addin 3 ماه پیش
images e5bacde4fb Remove stray reference to upstream 1 هفته پیش
patches 14d40a971a Patch for non-standard HEVC in FLV no longer needed on master 1 هفته پیش
scripts.d c0829285ff Add libsnappy for hap encoding support 1 هفته پیش
util 9fe8570c2c Update repository path and readme 1 هفته پیش
variants dc38e41621 Add linux32 target 1 ماه پیش
.gitignore 9fe8570c2c Update repository path and readme 1 هفته پیش
LICENSE b0600d251c Update license year 3 سال پیش
README.md 14d40a971a Patch for non-standard HEVC in FLV no longer needed on master 1 هفته پیش
build.sh adce4ce411 FFmpeg master no longer needs WebVTT fix 1 هفته پیش
download.sh e7b51ec84e Simplify rootless-test 4 ماه پیش
generate.sh 40511a0e8a Always use COPY --link 3 ماه پیش
makeimage.sh bca241b76e Only re-build step image if not in output cache yet 10 ماه پیش

README.md

FFmpeg Static Auto-Builds

This repository provides static Windows (x86 and x86_64) and Linux (x86_64, arm64) Builds of FFmpeg master and latest release branch with some patches necessary for smooth integration with yt-dlp

Note: The builds provided are only meant to be used with yt-dlp and any unrelated issues/patches will be rejected

Downloads

Linux x64 GPL master Linux ARM64 GPL master Windows x64 GPL master Windows x86 GPL master Windows ARM64 GPL master Other variants Other versions


Patches Welcome

Known issues for which patches are welcome:

1. More Builds

There are currently no MacOS builds. If you know how to add them to the workflow, make a PR

2. Removing a segment before the first subtitle

yt-dlp#2753, FFmpeg#9646

Release-only patches

Patches that have been merged in FFmpeg master, but not in FFmpeg's latest release:

1. Decoding non-standard HEVC in FLV containers

by @nihil-admirari. Fixes yt-dlp#5874, FFmpeg#6389.

Merged in 5cd49e1.

Historical Patches

Patches that were used in the past but are no longer needed as of 7.0:

1. Fix AAC HLS streams being truncated mid stream

by @shirt and @jeeb, merged in c205778. Fixes yt-dlp#618, yt-dlp#998, yt-dlp#1039, FFmpeg#9433

2. Fix for YouTube's VP9 encodes with non-monotonous DTS

by @danny-wu, merged in 68595b4 Fixes yt-dlp#871, youtube-dl#28042, FFmpeg#9086

3. Long path support for Windows

by @nihil-admirari. Fixes yt-dlp#1995, yt-dlp#1273, FFmpeg#8885.

This patch has been substantially reworked by FFmpeg devs @softworkz and @mstorsjo, and merged in a series of commits: 3fb9244 4cdc14a 6076dbc f579a1d 6b32ad5 c5aba39 bc8f1bb 5d5a014 3b3c567 fee765c cc5844d dfa062e 13350e8 c381f54 69364a0

4. Chapter embedding regression

by @bashonly. Fixes FFmpeg#10482

Fixed upstream by @mkver; merged in 02064ba.

5. WebVTT decoding fix

by @tpikonen. Fixes yt-dlp#4127, FFmpeg#8684

Fixed upstream by @ztion; merged in 51d303e.

2. Use the correct Vulkan NULL type

by @nihil-admirari. Makes it possible to build the current master for Win32 targets.

Fixed upstream by @ceyusa; merged in 2bcc124.

Credits


PS: The commits are unsigned because of the periodic automatic rebase