
ffmpeg
文章平均质量分 79
Decisiveness
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
register all media file container muxers in ffmpeg
register all media file container muxers in ffmpeg 1. muxers such mov and 3gp libavformat/movenc.c: #if CONFIG_MOV_MUXER MOV_CLASS(mov) AVOutputFormat ff_mov_muxer = { .name =原创 2017-02-02 19:44:50 · 693 阅读 · 0 评论 -
compile and install ffmpeg on Ubuntu
compile and install ffmpeg on Ubuntu there are three steps in build ffmpeg configuration (with a configure script) compilation (with make) installation (with make install) 1. configura原创 2017-02-03 21:02:19 · 1130 阅读 · 1 评论