xufuji456

Results 22 comments of xufuji456

看起来是死锁了,没有看到任何拉流出错的日志。 除了拉流,应该还有其他操作,看到mediacodec的一些日志

支持HEVC解码,暂时不支持HEVC编码,后续会排计划支持

目前没支持,需要先编译h265编码器,然后作为插件编译进FFmpeg

h265解码器(FFmpeg内部支持)已经编译进去,h265编码器需要单独编译,然后作为插件编译进FFmpeg

这个库是把bitmap集合转成GIF。需要先对视频抽帧存成图片或bitmap。

Maybe you move to yourself project, should change the package name of JNI method

I has fixed this problem. You can update and try again.

Because there are two acodec you assign, libmp3lame and pcm_s16le. So, FFmpeg don't know should use which acodec. Just use pcm_s16le is enough.

感谢你的问题 ,后面会兼容前置摄像头问题

看下你的mkv中音频是什么编码,把对应解码器编译进ffmpeg