Encoding H.264 CBR videos with FFmpeg

后端 未结 4 1182
长发绾君心
长发绾君心 2021-02-04 09:25

I\'m trying to encode a video with ffmpeg into H.264 (via the libx264 library) with a constant bit rate. I know, I know, VBR is often preferred, but for this specific job I\'m

4条回答
  •  自闭症患者
    2021-02-04 09:55

    This may be a clue (assuming you have a bitrate set) "CBR is when maxrate == bitrate and bufsize is set" http://ffmpeg-users.933282.n4.nabble.com/Does-constant-bitrate-exist-in-libx264-td2255554.html

    bufsize is supposed to be the "receiving client's" max buffer size.

提交回复
热议问题