
视频
文章平均质量分 54
faridgo
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
xvid安装注意
今天在linux下编译学姐的xvid里面的编解码器,屡次出现“undefined ”原创 2014-07-02 22:18:33 · 1075 阅读 · 0 评论 -
MPEG-4标准笔记
mcsel : This is a 1-bit flag that specifies the reference image of each macroblock in S-VOPs. This flag is present only when sprite_enable == “GMC,” vop_coding_type == “S”, and the macroblock type sp原创 2014-12-20 21:24:13 · 680 阅读 · 0 评论 -
利用命令行通过libx264编码YUV序列
先给出在命令行需要输入的命令: ffmpeg -s cif -i E:\foreman_cif\foreman_cif.yuv -vcodec libx264 -level 40 -vprofile baseline -qp 23 -i_qfactor 1.0 -g 12 -frames 50 -r 25 output.264 参数说明: -s 指定YUV序列的分辨率,此处为cif(3原创 2015-10-12 14:56:15 · 1158 阅读 · 0 评论