Releases: AnJoiner/FFmpegCommand
Releases · AnJoiner/FFmpegCommand
1.3.6-beta
24 Aug 10:08
Compare
Sorry, something went wrong.
No results found
fix: 修复因为16kb申请内存造成的OOM (#63)
Related to #63
1.3.5
19 Aug 13:29
Compare
Sorry, something went wrong.
No results found
1.3.4
17 Aug 05:54
Compare
Sorry, something went wrong.
No results found
fix: 修复没有回调 onError问题 (#56)
修复没有回调 onError 问题
Related to #56
1.3.2-lite: Merge branch 'dev'
10 Nov 15:36
Compare
Sorry, something went wrong.
No results found
1、新增drawtext给视频绘制字体
2、新增libass、subtitles给视频添加字幕
1.3.2
10 Nov 15:41
Compare
Sorry, something went wrong.
No results found
1、新增drawtext给视频绘制字体
2、新增libass、subtitles给视频添加字幕
1.3.1-lite
05 Nov 15:28
Compare
Sorry, something went wrong.
No results found
1、新增获取媒体的编码信息
val codecInfo = FFmpegCommand .getCodecInfo(mVideoPath, CodecProperty .VIDEO )
val result = codecInfo?.toString()? : " "
tvContent?.text = result
1.3.1
05 Nov 15:23
Compare
Sorry, something went wrong.
No results found
1、新增获取媒体的编码信息
val codecInfo = FFmpegCommand .getCodecInfo(mVideoPath, CodecProperty .VIDEO )
val result = codecInfo?.toString()? : " "
tvContent?.text = result
1.3.0-lite
05 Nov 07:37
Compare
Sorry, something went wrong.
No results found
1、修复路径中包含空格无法执行命令的情况
2、更新FFmpeg到6.0版本
3、新增mediacodec的硬编码支持
1.3.0
05 Nov 07:55
Compare
Sorry, something went wrong.
No results found
1、修复路径中包含空格无法执行命令的情况
2、更新FFmpeg到6.0版本
3、新增mediacodec的硬编码支持
1.2.2-lite
01 Jun 02:40
Compare
Sorry, something went wrong.
No results found