Skip to content

Releases: dadiyang/jave

升级ffmpeg

08 Apr 15:40

Choose a tag to compare

升级ffmpeg版本到3.4.2

感谢 @lynk-coder 的贡献

VideoUtils

21 Mar 14:06

Choose a tag to compare

add:

  • 添加 VideoUtils 视频工具类提供 thumbnail 缩略图工具方法

感谢 @lynk-coder 提供的代码

1.0.4

08 Mar 14:13

Choose a tag to compare

  • Fix parsing of duration in when reading meta data

Thankful for @herrmanntom 's contribution.

修复

18 Jan 08:32

Choose a tag to compare

修复Windows环境下,pthreadGC2.dll存放路径错误导致的bug

amrToWav

19 Dec 06:27

Choose a tag to compare

新增:

  • AudioUtils.amrToWav(source, wavTarget);

1.0.1

18 Dec 14:11

Choose a tag to compare

  1. 修复某些情况下无法自动生成ffmpeg可执行文件的bug
  2. 引入slf4j,在关键位置输出日志;