MP4V2 把h264转化为mp4

程序地址:https://github.com/hgstudy/MP4V2.git

这份代码可以分析h264文件。

遇到的问题:

2.can't load library 'libstdc++.so.6'
3.MP4V2调用了C++,所以如此
解决方法:需要加入 链接设定 -static 这样程序在链接的时候就把需要用到的静态库全部加入到程序当中.
小点的h264文件可以在海思平台上运行。大了会崩溃,感觉是内存太小了。
4.可以通过如下命令进行github与本地代码合并:
git pull --rebase origin master
git push

猜你喜欢

转载自www.cnblogs.com/hgstudy/p/10288697.html