最新回答 / 慕粉1756423134
多谢大佬,还以为我自己的代码出了什么问题?。附上info.plist的添加内容:<!-- 媒体资料库 --> <key>NSAppleMusicUsageDescription</key><string>需要您的同意, APP才能访问媒体资料库</string>
2018-02-23
已采纳回答 / liuhua007
let me show you the answer.(just a example)step1$ ffmpeg -i ./input.mp4 \-vcodec libx264 \-vb 500k \-r 30 \-x264opts no-scenecut \-g 15 \-acodec aac \-ac 2 \-ab 128k \-frag_duration 5000000 \-movflags frag_keyframe+empty_moov \./encoded.mp4step2$ MP4Box -...
2017-09-20