搜索资源列表
CameraPreview-master
- 使用MediaCodec和MediaMuxer 来完成Android摄像头预览和MP4视频编码-Android camera preview and encode to mp4 using MediaCodec and MediaMuxer
AndroidPitchPlayer-master
- 使用MediaExtractor,MediaCodec和AudioTrack创建一个快速和简单的变调音频流播放器-A quick and dirty demo using MediaExtractor, MediaCodec and AudioTrack to create a simple pitchshifting audio stream player
cameraMediaCodec-master
- 在Android平台上,使用MediaCodec对相机预览数据进行编码和解码到surface上-On Android platform, use MediaCodec to encode camera preview data and decode it to surface after that
AlarmRecord
- 使用MediaCodec和MediaMuxer 来完成Android摄像头预览和MP4视频编码-Android camera preview and encode to mp4 using MediaCodec and MediaMuxer
LiveEncoder-Android-Demo-v0.3
- android MediaCodec Muxer 应用的一个例子-One example android MediaCodec Muxer applications
VideoCapture
- 基于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 tra
ScreenRecorder-master
- 安卓屏幕录制,MediaProjection获取屏幕信息,Mediacodec对视频流解码,最后Muxer解码并保存为视频文件-Andrews screen recording and save it as a video file
MediaCodecEncode
- Android上使用MediaCodec给onPreview获取的原始数据进行h264格式编码-Use the MediaCodec on Android to encode the raw data captured by onPreview in the h264 format
ScreenRecordTest
- android 5.0以上无需root,使用MediaCodec和VirtualDisplay录制屏幕,并用Muxer封装成MP4文件-Android 5.0 above without root, use MediaCodec and VirtualDisplay recording screen, and use Muxer package into MP4 files
SopCastComponent
- android 录制推流,支持添加水印,支持rtmp推流。硬解码MediaCodec,opengl-android rtmp video audio push
AvcEncoder
- Android录音,将PCM数据录制为AAC,采用MediaCodec硬编码(Android recording, recording PCM data as AAC, using MediaCodec hard coding)
MediaCodec说明
- 在安卓系统编程视频聊天的一些说明,基于MediaCodec的编程说明。(An explanation about the MediaCodec in Android system.)
ImageToVideo-master
- android利用MediaCodec 实现的mp4录制视频(android use mediaCodec recode mp4 video)
audio_mix-master
- 音频混合:实时录制audio时录制麦克风数据 和 写入背景音乐 本次案例实现了 *MediaPlayer 播放音频 *AudioTrack 播放音频 mp3 --> pcm data ( libs/jl1.0.1.jar ) *AudioRecord 录制音频 pcm file *AudioTrack 播放音频 pcm data *AudioRecord 录制音频 use MediaCodec & MediaM
MediaCodec-master
- mediaCodec实现录制视频,在Android平台上实现,java语言(Record video with mediaCodec in Android platform.)