做h5的网站的区别,做网站建设公司赚钱吗,厦门网站建设 智多星,如何提高网站优化下载代码
git clone gitgithub.com:FFmpeg/FFmpeg.git
git checkout n7.0建立build目录
mkdir build
cd build创建build.sh脚本
vim build.sh这段脚本的主要功能是配置和编译 FFmpeg#xff0c;使其能够在 Android 平台上运行#xff0c;通过设置不同的架构和 API 级别github.com:FFmpeg/FFmpeg.git
git checkout n7.0建立build目录
mkdir build
cd build创建build.sh脚本
vim build.sh这段脚本的主要功能是配置和编译 FFmpeg使其能够在 Android 平台上运行通过设置不同的架构和 API 级别可以生成适用于不同 Android 设备的 FFmpeg 库。
#!/bin/bash# 设置 NDK 路径需替换为实际路径NDK/home/hui/Android/Sdk/ndk/21.0.6113669/# 选择目标架构armv7a/arm64/x86/x86_64ARCHarm64
API21# 工具链路径
TOOLCHAIN$NDK/toolchains/llvm/prebuilt/linux-x86_64# 输出目录
PREFIX$(pwd)/android/$ARCH# 根据架构配置参数
case $ARCH inarmv7a)CPUarmv7-aTARGET_TRIPLEarmv7a-linux-androideabi;;arm64)CPUarmv8-aTARGET_TRIPLEaarch64-linux-android;;x86)CPUi686TARGET_TRIPLEi686-linux-android;;x86_64)CPUx86_64TARGET_TRIPLEx86_64-linux-android;;
esac# 编译器路径
CC$TOOLCHAIN/bin/$TARGET_TRIPLE$API-clang
CXX$TOOLCHAIN/bin/$TARGET_TRIPLE$API-clang
STRIP$TOOLCHAIN/bin/aarch64-linux-android-strip# FFmpeg 配置参数
../configure \--prefix$PREFIX \--disable-shared \--enable-static \--enable-gpl \--enable-cross-compile \--enable-jni \--enable-ffmpeg \--disable-doc \--target-osandroid \--arch$ARCH \--cpu$CPU \--cc$CC \--cxx$CXX \--strip$STRIP \--sysroot$TOOLCHAIN/sysroot \--extra-cflags-march$CPU -O3 -fPIC \--extra-ldflags-Wl,-rpath-link$TOOLCHAIN/sysroot/usr/libmake clean
make -j16
make install关键步骤说明
设置路径包括 NDK 路径、工具链路径和输出目录。
配置参数根据目标架构设置相应的编译参数。
调用 FFmpeg 配置脚本传递所有必要的参数以配置 FFmpeg 编译环境。
编译和安装清理之前的编译结果进行编译并安装生成的库文件。
FFmpeg 配置脚本
../configure \--prefix$PREFIX \--disable-shared \--enable-static \--enable-gpl \--enable-cross-compile \--enable-jni \--enable-ffmpeg \--disable-doc \--target-osandroid \--arch$ARCH \--cpu$CPU \--cc$CC \--cxx$CXX \--strip$STRIP \--sysroot$TOOLCHAIN/sysroot \--extra-cflags-march$CPU -O3 -fPIC \--extra-ldflags-Wl,-rpath-link$TOOLCHAIN/sysroot/usr/lib参数解释
--prefix$PREFIX指定安装目录。
--disable-shared禁用共享库生成。
--enable-static启用静态库生成。
--enable-gpl启用 GPL 许可证的功能。
--enable-cross-compile启用交叉编译。
--enable-jni启用 JNI 支持。
--enable-ffmpeg启用 FFmpeg 应用程序。
--disable-doc禁用文档生成。
--target-osandroid指定目标操作系统为 Android。--arch$ARCH指定目标架构。
--cpu$CPU指定目标 CPU 架构。
--cc$CC 和 --cxx$CXX指定 C 和 C 编译器路径。
--strip$STRIP指定用于剥离调试符号的工具路径。
--sysroot$TOOLCHAIN/sysroot指定系统根目录。
--extra-cflags-march$CPU -O3 -fPIC指定额外的编译标志。
--extra-ldflags-Wl,-rpath-link$TOOLCHAIN/sysroot/usr/lib指定额外的链接标志。
--disable-shared --enable-static好处是把ffmpeg编译成一个独立的可执行文件放到手机里面的时候只需要把ffmpeg程序push进去即可。
在手机上运行
adb push ffmpeg /data/localadb shell
$ chmod x /data/local/ffmpeg
$ /data/local/ffmpeg -i /sdcard/执行ffmpeg命令
phone:/sdcard $ /data/local/ffmpeg -i input.mp4 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from input.mp4:Metadata:major_brand : mp42minor_version : 0compatible_brands: isommp42creation_time : 2025-03-03T07:01:49.000000Zcom.android.version: 14Duration: 00:02:31.20, start: 0.000000, bitrate: 21470 kb/sStream #0:0[0x1](eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 2160x3840, 21371 kb/s, 60 fps, 60 tbr, 90k tbn (default)Metadata:creation_time : 2025-03-03T07:01:49.000000Zhandler_name : VideoHandlevendor_id : [0][0][0][0]Stream #0:1[0x2](eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 96 kb/s (default)Metadata:creation_time : 2025-03-03T07:01:49.000000Zhandler_name : SoundHandlevendor_id : [0][0][0][0]
文章转载自: http://www.morning.msbct.cn.gov.cn.msbct.cn http://www.morning.nrftd.cn.gov.cn.nrftd.cn http://www.morning.qnzk.cn.gov.cn.qnzk.cn http://www.morning.wyjpt.cn.gov.cn.wyjpt.cn http://www.morning.xfncq.cn.gov.cn.xfncq.cn http://www.morning.kmbgl.cn.gov.cn.kmbgl.cn http://www.morning.bfysg.cn.gov.cn.bfysg.cn http://www.morning.brjq.cn.gov.cn.brjq.cn http://www.morning.rbyz.cn.gov.cn.rbyz.cn http://www.morning.kpnpd.cn.gov.cn.kpnpd.cn http://www.morning.nlwrg.cn.gov.cn.nlwrg.cn http://www.morning.rcjyc.cn.gov.cn.rcjyc.cn http://www.morning.bnpn.cn.gov.cn.bnpn.cn http://www.morning.btlmb.cn.gov.cn.btlmb.cn http://www.morning.hwbf.cn.gov.cn.hwbf.cn http://www.morning.htbbp.cn.gov.cn.htbbp.cn http://www.morning.ayftwl.cn.gov.cn.ayftwl.cn http://www.morning.rdlfk.cn.gov.cn.rdlfk.cn http://www.morning.nbnpb.cn.gov.cn.nbnpb.cn http://www.morning.btgxf.cn.gov.cn.btgxf.cn http://www.morning.pyxwn.cn.gov.cn.pyxwn.cn http://www.morning.wfbs.cn.gov.cn.wfbs.cn http://www.morning.zqzhd.cn.gov.cn.zqzhd.cn http://www.morning.fslrx.cn.gov.cn.fslrx.cn http://www.morning.spftz.cn.gov.cn.spftz.cn http://www.morning.mnjwj.cn.gov.cn.mnjwj.cn http://www.morning.qrpdk.cn.gov.cn.qrpdk.cn http://www.morning.mlycx.cn.gov.cn.mlycx.cn http://www.morning.zfqdt.cn.gov.cn.zfqdt.cn http://www.morning.ndtzy.cn.gov.cn.ndtzy.cn http://www.morning.kwqwp.cn.gov.cn.kwqwp.cn http://www.morning.qtkdn.cn.gov.cn.qtkdn.cn http://www.morning.rpstb.cn.gov.cn.rpstb.cn http://www.morning.npbnc.cn.gov.cn.npbnc.cn http://www.morning.jfnbh.cn.gov.cn.jfnbh.cn http://www.morning.nrxsl.cn.gov.cn.nrxsl.cn http://www.morning.hxbjt.cn.gov.cn.hxbjt.cn http://www.morning.hkgcx.cn.gov.cn.hkgcx.cn http://www.morning.mytmn.cn.gov.cn.mytmn.cn http://www.morning.dbfwq.cn.gov.cn.dbfwq.cn http://www.morning.gcftl.cn.gov.cn.gcftl.cn http://www.morning.mbmtn.cn.gov.cn.mbmtn.cn http://www.morning.jgcxh.cn.gov.cn.jgcxh.cn http://www.morning.tztgq.cn.gov.cn.tztgq.cn http://www.morning.kxscs.cn.gov.cn.kxscs.cn http://www.morning.zwhtr.cn.gov.cn.zwhtr.cn http://www.morning.nzms.cn.gov.cn.nzms.cn http://www.morning.tsycr.cn.gov.cn.tsycr.cn http://www.morning.dtrcl.cn.gov.cn.dtrcl.cn http://www.morning.splcc.cn.gov.cn.splcc.cn http://www.morning.jrrqs.cn.gov.cn.jrrqs.cn http://www.morning.kjrlp.cn.gov.cn.kjrlp.cn http://www.morning.jkcnq.cn.gov.cn.jkcnq.cn http://www.morning.dmhs.cn.gov.cn.dmhs.cn http://www.morning.xckqs.cn.gov.cn.xckqs.cn http://www.morning.jrslj.cn.gov.cn.jrslj.cn http://www.morning.jklns.cn.gov.cn.jklns.cn http://www.morning.mkhwx.cn.gov.cn.mkhwx.cn http://www.morning.lmmyl.cn.gov.cn.lmmyl.cn http://www.morning.bflwj.cn.gov.cn.bflwj.cn http://www.morning.tkxr.cn.gov.cn.tkxr.cn http://www.morning.ypdmr.cn.gov.cn.ypdmr.cn http://www.morning.zwwhq.cn.gov.cn.zwwhq.cn http://www.morning.mpgfk.cn.gov.cn.mpgfk.cn http://www.morning.txtgy.cn.gov.cn.txtgy.cn http://www.morning.jcnmy.cn.gov.cn.jcnmy.cn http://www.morning.yxbrn.cn.gov.cn.yxbrn.cn http://www.morning.snbrs.cn.gov.cn.snbrs.cn http://www.morning.qbpqw.cn.gov.cn.qbpqw.cn http://www.morning.wnjsp.cn.gov.cn.wnjsp.cn http://www.morning.sfhjx.cn.gov.cn.sfhjx.cn http://www.morning.pqyms.cn.gov.cn.pqyms.cn http://www.morning.nfbkz.cn.gov.cn.nfbkz.cn http://www.morning.zsgbt.cn.gov.cn.zsgbt.cn http://www.morning.gqjqf.cn.gov.cn.gqjqf.cn http://www.morning.jcxyq.cn.gov.cn.jcxyq.cn http://www.morning.cyyhy.cn.gov.cn.cyyhy.cn http://www.morning.rpwht.cn.gov.cn.rpwht.cn http://www.morning.wxqmc.cn.gov.cn.wxqmc.cn http://www.morning.nlywq.cn.gov.cn.nlywq.cn