2020
12-10
12-10
C# 使用SDL2实现Mp4文件播放音视频操作
播放音视频的关键:视频的格式是H264,音频的格式是AAC。使用ffmpeg探测流的方式来实现音视频流的解码播放。数据处理逻辑:H264->YUVAAC->PCM。SDL2工具类usingSDL2;usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Runtime.InteropServices;usingSystem.Text;usingSystem.Threading.Tasks;namespaceCvNetVideo{publicunsafeclassSDLHelper{privateIntPtrscreen;privateIntPtrs...
继续阅读 >