热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

【FFmpeg】官方:H.264VideoEncodingGuide

官方H.264VideoEncodingGuideContentsCBRH.264VideoEncodingGuideThisguidefocusesontheencoderx26
官方
  • H.264 Video Encoding Guide
    Contents


CBR



在这里插入图片描述

H.264 Video Encoding Guide



This guide focuses on the encoder x264. It assumes you have ffmpeg compiled with --enable-libx264. If you need help compiling and installing see one of our compiling guides. See HWAccelIntro for information on supported hardware H.264 encoders.

两种码率控制模型


  • There are two rate control modes that are usually suggested for general use: Constant Rate Factor (CRF) or Two-Pass ABR.
  • 码率控制决定了每个帧使用多少位。
  • Rate control decides how many bits will be used for each frame. This will determine the file size and also how quality is distr


推荐阅读
author-avatar
小峰哥2502868817
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有