mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
31 lines
958 B
JSON
31 lines
958 B
JSON
{
|
|
"name": "ffmpeg",
|
|
"cleanup": [
|
|
"/lib/ffmpeg/examples"
|
|
],
|
|
"config-opts": [
|
|
"--disable-debug",
|
|
"--disable-doc",
|
|
"--disable-static",
|
|
"--disable-everything",
|
|
"--enable-gpl",
|
|
"--enable-version3",
|
|
"--enable-shared",
|
|
"--enable-optimizations",
|
|
"--enable-runtime-cpudetect",
|
|
"--enable-pthreads",
|
|
"--enable-protocol=file",
|
|
"--enable-decoder=flv,h263,h264,hevc,mjpeg,mpeg2video,mpeg4,mpegvideo,msmpeg4v1,msmpeg4v2,png,tiff,vc1,vp8,vp9,webp,wmv1,wmv2,wmv3,zerocodec",
|
|
"--enable-decoder=aac,aac_fixed,aac_latm,ac3,ac3_fixed,eac3,flac,mp3,opus,tak,truehd,tta,wmalossless",
|
|
"--enable-demuxer=gif,yuv4mpegpipe"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.ffmpeg.org/ffmpeg.git",
|
|
"tag": "n4.4",
|
|
"commit": "dc91b913b6260e85e1304c74ff7bb3c22a8c9fb1"
|
|
}
|
|
]
|
|
}
|