1{ 2 "name": "@ohos/ffmpeg", 3 "description": "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.", 4 "version": "5.1.4", 5 "license": "LGPL V2.1/LGPL V3.0/GPL V2.0/GPL V3.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/ffmpeg" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "COPYING.LGPLv2.1", 13 "component": { 14 "name": "ffmpeg", 15 "subsystem": "thirdparty", 16 "syscap": [], 17 "features": [ 18 "ffmpeg_enable_codec_rm", 19 "ffmpeg_enable_codec_rv", 20 "ffmpeg_enable_codec_cook", 21 "ffmpeg_enable_demuxer_lrc", 22 "ffmpeg_enable_demuxer_sami", 23 "ffmpeg_enable_demuxer_ass", 24 "ffmpeg_enable_demuxer_sup" 25 ], 26 "adapted_system_type": [ "standard" ], 27 "rom": "", 28 "ram": "", 29 "deps": { 30 "components": ["musl"], 31 "third_party": [] 32 }, 33 "build": { 34 "sub_component": ["//third_party/ffmpeg:libohosffmpeg"], 35 "inner_kits": [ 36 { 37 "type": "so", 38 "name": "//third_party/ffmpeg:libohosffmpeg", 39 "header": { 40 "header_files": [], 41 "header_base": "//third_party/ffmpeg" 42 } 43 } 44 ], 45 "test": [] 46 } 47 } 48} 49