StefanJ 最近的时间轴更新
StefanJ's repos on GitHub
Kotlin · 34 人关注
Android-Audio-Waveform-Generator
A android audio Waveform generator base on MediaCodec. 基于 MediaCodec 的 Android 音频波形图数据生成器。
Dart · 34 人关注
Flutter4GitLab
A GitLab mobile client application.
Kotlin · 11 人关注
dots365
365 Home Screen Widget
Dart · 8 人关注
IntervalProgressBar
A simple and colorful progressbar
Kotlin · 4 人关注
Android-MPD
Android multi-project decoupling kotlin annotation processor
C++ · 4 人关注
NetUtitily
Java · 1 人关注
BytecodeParser
A java program for parse JVM bytecode.
Java · 1 人关注
cdu-kits
ChengDu University Kits.
Kotlin · 0 人关注
android-playground
A playground project for training android development.
0 人关注
AndroidDeviceInfo
获取 Android 设备的系统信息。包含屏幕信息、内存信息、IMEI、存储、传感器、CPU等信息。
0 人关注
AndroidLint
this is an android lint analyzer,supports increment and configuration files
C++ · 0 人关注
C-Chat
A graphical chat soft by C. 大一期末设计
Kotlin · 0 人关注
CNP
Computer Network Playground
Java · 0 人关注
CoordinatorLayoutZoomHeader
CoordinatorLayout + AppBarLayout + Behaivor Implemented Zoom Scroll Header UI
0 人关注
CTMediator
The mediator with no regist process to split your iOS Project into multiple project.
0 人关注
decompile-apk
🔥 Decompile APK(反编译APK)
0 人关注
face_recognition
Dart · 0 人关注
flutter_playground
Python · 0 人关注
GOVDataSpider
Kotlin · 0 人关注
GradlePluginPractice
A project for practice develope gradle plugin
0 人关注
JYUmls
0 人关注
lancet
A lightweight and fast AOP framework for Android App and SDK developers
CSS · 0 人关注
LearnOpenGL-CN
http://learnopengl.com 系列教程的简体中文翻译
0 人关注
learnopengl-cn.github.io
使用了新主题的网站,如果想要提交翻译更新请到LearnOpenGL-CN这个工程,这里是自动部署的网站
0 人关注
life_markline
Markdown to timeline for life
C · 0 人关注
linux-syscall-support
mirror for chromium linux-syscall-support
0 人关注
Material-Design-Chinese
Material Design 指南的中文翻译
0 人关注
mobile-ffmpeg
FFmpeg for Android, iOS and tvOS
0 人关注
obsidian-notes
0 人关注
PercentSmoothHandler
Handle the case of the internal of the percent between the current and the last is too large to smooth for the target progress widget or event others
StefanJ

StefanJ

V2EX 第 300919 号会员,加入于 2018-03-17 13:56:06 +08:00
这是微信播放器的 BUG 吗
视频技术  •  StefanJ  •  2020-11-19 10:38:03 AM  •  最后回复来自 StefanJ
1
FFmpeg 编译时 libavcodec/encode.c 未被编进 libacodec.so
FFmpeg  •  StefanJ  •  2020-08-14 16:42:21 PM  •  最后回复来自 msg7086
3
[掘金] 账号 GitHub 绑定问题
全球工单系统  •  StefanJ  •  2019-05-25 14:15:16 PM  •  最后回复来自 4ark
2
华为手机拿不到 anr trace 文件?
Android  •  StefanJ  •  2019-03-25 16:37:16 PM  •  最后回复来自 shily
5
Flutter Gitlab Client App
Flutter  •  StefanJ  •  2019-03-24 08:46:33 AM  •  最后回复来自 StefanJ
9
「上海」内推「英语流利说」后端-数据-IOS-Android-前端-算法
酷工作  •  StefanJ  •  2019-03-22 21:27:01 PM  •  最后回复来自 StefanJ
12
StefanJ 最近回复了
2020-11-19 10:38:03 +08:00
回复了 StefanJ 创建的主题 视频技术 这是微信播放器的 BUG 吗
PS:以上视频编码是在 Android 上进行,生成的带音乐视频在微信 Android 、iOS 、Mac 客户端均无法正常播放
2020-08-14 12:50:01 +08:00
回复了 StefanJ 创建的主题 FFmpeg FFmpeg 编译时 libavcodec/encode.c 未被编进 libacodec.so
解决了🤔,重新下载了一份源码,没问题了....
2020-08-14 11:02:59 +08:00
回复了 StefanJ 创建的主题 FFmpeg FFmpeg 编译时 libavcodec/encode.c 未被编进 libacodec.so
编译配置参考的: https://gist.github.com/CaiJingLong/feefa3b63e5b94f5ad1807825861e0e0

```

NDK=$ANDROID_NDK_ROOT
TOOLCHAIN=$NDK/toolchains/llvm/prebuilt/darwin-x86_64
API=29

function build_android() {
PREFIX=$(pwd)/android/$CPU
echo "Compiling FFmpeg for $CPU to $PREFIX"

./configure \
--prefix="$PREFIX" \
--disable-stripping \
--enable-jni \
--cross-prefix="$CROSS_PREFIX" \
--target-os=android \
--arch="$ARCH" \
--cpu="$CPU" \
--cc="$CC" \
--cxx="$CXX" \
--enable-cross-compile \
--sysroot="$TOOLCHAIN"/sysroot \
--enable-libx264 \
--extra-cflags="$OPTIMIZE_CFLAGS -Iexternal-libs/x264/$CPU/include" \
--extra-ldflags="$ADDI_LDFLAGS -Lexternal-libs/x264/$CPU/lib" \
$COMMON_FF_CFG_FLAGS

make clean
make
make install
echo "==== The Compilation of FFmpeg for $CPU is completed: $PREFIX ===="
}
```
2020-05-16 13:58:52 +08:00
回复了 zeroking 创建的主题 求职 事情处理的差不多了, iOS 求一个上海的萝卜坑
内推邮件已发,老哥愿意可以直接上传简历。上海-流利说
3. [树莓派 OS-#0x02-处理器初始化]( https://blog.jiyang.site/posts/%E6%A0%91%E8%8E%93%E6%B4%BEos-%E5%A4%84%E7%90%86%E5%99%A8%E5%88%9D%E5%A7%8B%E5%8C%96/) 实现 ARM 处理器的异常级别的切换
2019-09-30 15:48:30 +08:00
回复了 shawndev 创建的主题 程序员 有哪些值得推荐的开源团队知识管理系统?
2019-07-06 10:02:17 +08:00
回复了 devHang 创建的主题 Flutter 有 Flutter 的社区,技术群吗?
咸鱼技术团队的不错 https://zhuanlan.zhihu.com/xytech
2019-06-29 15:21:06 +08:00
回复了 ai277014717 创建的主题 求职 朋友找工作上海测试岗求个推内
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2417 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 25ms · UTC 16:00 · PVG 00:00 · LAX 09:00 · JFK 12:00
Developed with CodeLauncher
♥ Do have faith in what you're doing.