参考链接1: 把mp4格式的h.264视频文件解码成NV12格式, 并使用VLC播放
参考链接2: 把NV12格式的视频原始数据, 传送给V3s的编解码器,让其输出h.264码流
项目地址: https://github.com/patrickhwood/h264encoder
如果编译不成功, 那么修改Makefile里面的CC与CPP即可。
离线
尝试失败, 打开编解码器失败.
root@camdroid:/mnt/extsd # ./simpleencoder.static -s 640x360 x2.nv12 x2.264
./simpleencoder.static -s 640x360 x2.nv12 x2.264
rawvideo: x2.nv12
width: 640, height: 360
output: (null)
nframes: 0
open H264Enc failed
failed to initialize encoder
Segmentation fault
离线
@晕哥,我记得之前你不是说V3S,抠到了编解码器的源码?
离线
厉害!
离线