文件名称:VideoCapture
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Android] [Java] [源码]
- 上传时间:
- 2016-03-31
- 文件大小:
- 377kb
- 下载次数:
- 0次
- 提 供 者:
- 杨*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于android平台的视频录制demo。该例使用MediaCodec对原生的YUV视频帧做转码,例中选用h.264,也支持其他的一些编码。与MediaRecorder不同,该方式可以自己操作fr a me,以实现视频的帧操作。-Android platform based video recording demo. This example uses MediaCodec to native YUV video fr a me transcoding, selection of H.264 cases, also some other encoding support. And MediaRecorder different, the way you can operate their own fr a me, in order to achieve the operation of the video fr a me.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VideoCapture\.classpath
............\.project
............\.settings\org.eclipse.jdt.core.prefs
............\AndroidManifest.xml
............\bin\AndroidManifest.xml
............\...\classes\armeabi\libhello-jni.so
............\...\.......\.......-v7a\libhello-jni.so
............\...\.......\com\example\videocapture\AvcEncoder$1.class
............\...\.......\...\.......\............\AvcEncoder.class
............\...\.......\...\.......\............\BuildConfig.class
............\...\.......\...\.......\............\MainActivity.class
............\...\.......\...\.......\............\R$attr.class
............\...\.......\...\.......\............\R$drawable.class
............\...\.......\...\.......\............\R$id.class
............\...\.......\...\.......\............\R$layout.class
............\...\.......\...\.......\............\R$string.class
............\...\.......\...\.......\............\R$style.class
............\...\.......\...\.......\............\R.class
............\...\.......\...\.......\............\Utils\WaterPrintUtils.class
............\...\.......\...\.......\............\waterprint\WaterPrintMarker.class
............\...\.......\mips\libhello-jni.so
............\...\.......\x86\libhello-jni.so
............\...\classes.dex
............\...\dexedLibs\android-support-v4-8b036b2d481aac46188e0f090bda17dc.jar
............\...\res\drawable-hdpi\ic_launcher.png
............\...\...\.........ldpi\ic_launcher.png
............\...\...\.........mdpi\ic_launcher.png
............\...\...\.........xhdpi\ic_launcher.png
............\...\resources.ap_
............\...\VideoCapture.apk
............\gen\com\example\videocapture\BuildConfig.java
............\...\...\.......\............\R.java
............\ic_launcher-web.png
............\lint.xml
............\proguard-project.txt
............\project.properties
............\res\drawable-hdpi\ic_launcher.png
............\...\.........ldpi\ic_launcher.png
............\...\.........mdpi\ic_launcher.png
............\...\.........xhdpi\ic_launcher.png
............\...\layout\activity_main.xml
............\...\values\strings.xml
............\...\......\styles.xml
............\...\......-v11\styles.xml
............\...\.........4\styles.xml
............\src\com\example\videocapture\AvcEncoder.java
............\...\...\.......\............\MainActivity.java
............\...\...\.......\............\Utils\WaterPrintUtils.java
............\...\...\.......\............\waterprint\WaterPrintMarker.java
............\bin\classes\com\example\videocapture\Utils
............\...\.......\...\.......\............\waterprint
............\...\.......\...\.......\videocapture
............\src\com\example\videocapture\Utils
............\...\...\.......\............\waterprint
............\bin\classes\com\example
............\gen\com\example\videocapture
............\src\com\example\videocapture
............\bin\classes\armeabi
............\...\.......\armeabi-v7a
............\...\.......\com
............\...\.......\mips
............\...\.......\x86
............\...\res\drawable-hdpi
............\...\...\drawable-ldpi
............\...\...\drawable-mdpi
............\...\...\drawable-xhdpi
............\gen\com\example
............\src\com\example
............\bin\classes
............\...\dexedLibs
............\...\res
............\gen\com
............\res\drawable-hdpi
............\...\drawable-ldpi
............\...\drawable-mdpi
............\...\drawable-xhdpi
............\...\layout
............\...\values
............\...\values-v11
............\...\values-v14
............\src\com
............\.settings
............\assets
............\bin
............\gen
............\res
............\src
VideoCapture