上一页 1 2 3 4 5 6 7 8 ··· 59 下一页
摘要: 编译是需要--enable-openssl debug info: '--target-os=android --ln_s='cp -rf' --prefix=/Users/yzfhkms-m/pripro/D/library/FFmpeg-n4.0/libs/arm --arch=arm --en 阅读全文
posted @ 2023-05-07 21:44 YZFHKMS-X 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 在ijkplayer-example的build.gradle中 添加flavorDimensions "800800",其中的800800为project:build.gradle中的versionCode = 800800 值一样。 3. AGPBI: {"kind":"error","text 阅读全文
posted @ 2023-05-07 20:07 YZFHKMS-X 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-07 20:05 YZFHKMS-X 阅读(18) 评论(0) 推荐(0) 编辑
摘要: { https://blog.csdn.net/qq_15807167/article/details/79528063 } 这是plugin 3.0.0之后有一种自动匹配消耗库的机制,便于debug variant 自动消耗一个库,然后就是必须要所有的flavor 都属于同一个维 defaultC 阅读全文
posted @ 2023-05-05 22:11 YZFHKMS-X 阅读(57) 评论(0) 推荐(0) 编辑
摘要: { https://blog.csdn.net/tajon1226/article/details/100606316 https://blog.csdn.net/ajianyingxiaoqinghan/article/details/70194392 https://blog.csdn.net/ 阅读全文
posted @ 2023-05-01 21:03 YZFHKMS-X 阅读(22) 评论(0) 推荐(0) 编辑
摘要: { https://www.jianshu.com/p/59da3d350488 } { 本文内容包括: 在Linux环境下安装FFmpeg 通过命令行实现视频格式识别和转码 有Nvidia显卡的情况下,在Linux下使用GPU进行视频转码加速的方法 1、FFmpeg编译安装 在FFmpeg官网ht 阅读全文
posted @ 2023-04-20 20:52 YZFHKMS-X 阅读(752) 评论(0) 推荐(0) 编辑
摘要: { #! /bin/bashecho ".............compile"make cleanexport NDK=/home/yfk/pripro/Android/android-ndk-r10eexport SYSROOT=$NDK/platforms/android-18/arch-a 阅读全文
posted @ 2023-04-20 20:20 YZFHKMS-X 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 需要 感谢博主 https://blog.csdn.net/Redmoon955331/article/details/122876400 { !/bin/bash echo ".............compile"export NDK=/home/yfk/pripro/Android/andr 阅读全文
posted @ 2023-04-20 20:19 YZFHKMS-X 阅读(54) 评论(0) 推荐(0) 编辑
摘要: { ffmpeg可支持的编码器 ./configure --list-encoders ffmpeg可支持的解码器 ./configure --list-decoders ffmpeg可支持的封装格式 ./configure --list-muxers ffmpeg可支持的解封装格式 ./confi 阅读全文
posted @ 2023-04-17 20:06 YZFHKMS-X 阅读(274) 评论(0) 推荐(0) 编辑
摘要: { PIC:Position-Independent Code,译为“位置无关代码”。在计算机系统中,PIC是可以在主存中不同位置执行的目标代码。PIC经常被用在共享库中,这样就能将相同的库代码为每个程序映射到一个位置,不用担心覆盖掉其他程序或共享库。PIE:Position-Independent 阅读全文
posted @ 2023-04-17 19:59 YZFHKMS-X 阅读(368) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 59 下一页