HardwareVideoCodec
HardwareVideoCodec copied to clipboard
HardwareVideoCodec is an efficient video recording library for Android. Supports software and hardware encode. With it, you can record a video at any resolution, no need to care about camera resolutio...
1. ext.kotlin_version = '1.3.50' 2. SpecificData.h #include 3. jre7->jdk8
There is a small typo in codec/src/main/jni/webrtc/libwebrtc/webrtc/common_audio/signal_processing/include/signal_processing_library.h. Should read `cycle` rather than `cylce`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
``` 2019-11-29 15:48:43.747 9147-9355/com.lmy.sample E/MuxerImpl: writeAudioSample(13, 521541): 259 2019-11-29 15:48:43.768 9147-9355/com.lmy.sample E/MuxerImpl: writeAudioSample(13, 544217): 255 2019-11-29 15:48:43.786 9147-9355/com.lmy.sample E/MuxerImpl: writeAudioSample(14, 566893): 263 2019-11-29 15:48:43.811 9147-9355/com.lmy.sample E/MuxerImpl: writeAudioSample(14, 589569): 270 2019-11-29...
建议通过修改opengl es顶点坐标实现 _Originally posted by @imalimin in https://github.com/imalimin/HardwareVideoCodec/issues/16#issuecomment-490004234_ 预览和视频方向修改, 如何调整为横屏1920*1080
预览方向问题
我们有个需求是可以调整预览方向0,90,180,270. 请问大佬这个如何实现呢?
@lmy小明 日志有点多,发不了评论,麻烦看一下,我对NDK环境不是很熟练,LLDB CMake NDK 20版本,都是AS上直接装的。 Build command failed. Error while executing process F:\sdk\ndk-bundle\ndk-build.cmd with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=E:\HardwareVideoCodec-master\rtmp\src\main\jni\Android.mk APP_ABI=armeabi-v7a NDK_ALL_ABIS=armeabi-v7a NDK_DEBUG=1 APP_PLATFORM=android-19 NDK_OUT=E:/HardwareVideoCodec-master/rtmp/build/intermediates/ndkBuild/debug/obj NDK_LIBS_OUT=E:\HardwareVideoCodec-master\rtmp\build\intermediates\ndkBuild\debug\lib E:/HardwareVideoCodec-master/rtmp/build/intermediates/ndkBuild/debug/obj/local/armeabi-v7a/librtmp.so} [armeabi-v7a] Compile++ thumb: rtmp
ERROR: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: root project 'HardwareVideoCodec' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.30 Affected Modules:...
把示例代码复制之后运行提示:Video size can not be greater than preview size Video(720x1280),Preview(0x0) android 版本9.0 机型 红米note7
一直没法运行 com.novoda.gradle.release.AndroidLibrary$LibraryUsage.getDependencyConstraints()Ljava/util/Set;