[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-70849":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":13,"stars7d":15,"stars30d":16,"stars90d":14,"forks30d":14,"starsTrendScore":17,"compositeScore":18,"rankGlobal":8,"rankLanguage":8,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":8,"pushedAt":8,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":14,"starSnapshotCount":14,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},70849,"FFmpeg-Builds","BtbN\u002FFFmpeg-Builds","BtbN",null,"Shell",11059,1467,109,26,0,56,185,78,44.5,"MIT License",false,"master",true,[],"2026-06-12 02:02:44","# FFmpeg Static Auto-Builds\n\nStatic Windows (x86_64) and Linux (x86_64) Builds of ffmpeg master and latest release branch.\n\nWindows builds are targetting Windows 7 and newer, provided UCRT is installed.\nThe minimum supported version is Windows 10 22H2, no guarantees on anything older.\n\nLinux builds are targetting RHEL\u002FCentOS 8 (glibc-2.28 + linux-4.18) and anything more recent.\n\n## Auto-Builds\n\nBuilds run daily at 12:00 UTC (or GitHubs idea of that time) and are automatically released on success.\n\n**Auto-Builds run ONLY for win(arm)64 and linux(arm)64. There are no win32\u002Fx86 auto-builds, though you can produce win32 builds yourself following the instructions below.**\n\n### Release Retention Policy\n\n- The last build of each month is kept for two years.\n- The last 14 daily builds are kept.\n- The special \"latest\" build floats and provides consistent URLs always pointing to the latest build.\n\n## Package List\n\nFor a list of included dependencies check the scripts.d directory.\nEvery file corresponds to its respective package.\n\n## How to make a build\n\n### Prerequisites\n\n* bash\n* docker\n\n### Build Image\n\n* `.\u002Fmakeimage.sh target variant [addin [addin] [addin] ...]`\n\n### Build FFmpeg\n\n* `.\u002Fbuild.sh target variant [addin [addin] [addin] ...]`\n\nOn success, the resulting zip file will be in the `artifacts` subdir.\n\n### Targets, Variants and Addins\n\nAvailable targets:\n* `win64` (x86_64 Windows)\n* `win32` (x86 Windows)\n* `linux64` (x86_64 Linux, glibc>=2.28, linux>=4.18)\n* `linuxarm64` (arm64 (aarch64) Linux, glibc>=2.28, linux>=4.18)\n\nThe linuxarm64 target will not build some dependencies due to lack of arm64 (aarch64) architecture support or cross-compiling restrictions.\n\n* `davs2` and `xavs2`: aarch64 support is broken.\n* `libmfx` and `libva`: Library for Intel QSV, so there is no aarch64 support.\n\nAvailable variants:\n* `gpl` Includes all dependencies, even those that require full GPL instead of just LGPL.\n* `lgpl` Lacking libraries that are GPL-only. Most prominently libx264 and libx265.\n* `nonfree` Includes fdk-aac in addition to all the dependencies of the gpl variant.\n* `gpl-shared` Same as gpl, but comes with the libav* family of shared libs instead of pure static executables.\n* `lgpl-shared` Same again, but with the lgpl set of dependencies.\n* `nonfree-shared` Same again, but with the nonfree set of dependencies.\n\nAll of those can be optionally combined with any combination of addins:\n* `4.4`\u002F`5.0`\u002F`5.1`\u002F`6.0`\u002F`6.1`\u002F`7.0`\u002F`7.1` to build from the respective release branch instead of master.\n* `debug` to not strip debug symbols from the binaries. This increases the output size by about 250MB.\n* `lto` build all dependencies and ffmpeg with -flto=auto (HIGHLY EXPERIMENTAL, broken for Windows, sometimes works for Linux)\n","该项目提供了FFmpeg的静态自动构建版本，支持Windows（x86_64）和Linux（x86_64）平台。核心功能包括每日自动构建最新主分支及发布分支，并提供持续两年的月度构建保存策略。技术特点上，通过Shell脚本配合Docker环境实现自动化编译过程，用户可自定义目标平台、变体以及额外组件。适合需要最新FFmpeg版本进行多媒体处理但缺乏编译环境或希望简化部署流程的开发者使用。此外，项目还支持特定条件下的ARM架构构建。",2,"2026-06-11 03:34:33","high_star"]