All Projects → oopsr → AVDecode

oopsr / AVDecode

Licence: other
iOS中音视频采集,硬编码(AVCaptureSession、VideoToolbox、AudioToolbox)

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to AVDecode

VideoCodecKit
iOS macOS 编解码库 脱离ffmpeg等外部依赖 支持H.264 H.265裸流播放 硬件编解码 rtmp推流等
Stars: ✭ 78 (+44.44%)
Mutual labels:  videotoolbox
CompressorBot
A python based Telegram Bot for Compressing Videos with negligible Quality change
Stars: ✭ 162 (+200%)
Mutual labels:  videotoolbox
WWDC17
WWDC 2017 Scholarship Submission by Phil Zet (Philipp Zakharchenko)
Stars: ✭ 14 (-74.07%)
Mutual labels:  audiotoolbox
qrcode
A flutter plugin for scanning QR codes. Use AVCaptureSession in iOS and zxing in Android.
Stars: ✭ 69 (+27.78%)
Mutual labels:  avcapturesession
TakeASelfie
An iOS framework that uses the front camera, detects your face and takes a selfie.
Stars: ✭ 36 (-33.33%)
Mutual labels:  avcapturesession
KSYAirStreamer iOS
金山云 iOS Airplay 录屏直播SDK
Stars: ✭ 44 (-18.52%)
Mutual labels:  videotoolbox

AVDecode

iOS中音视频采集,硬编码(AudioToolbox、VideoToolbox)

用到AVCaptureSession来进行音视频数据采集、采集得到pcm和yuv420原始数据。

采用AudioToolbox将数据pcm硬编码为aac

用VideoToolbox将数据yuv420硬编码为h.264

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].