[FFmpeg-trac] #9948(undetermined:new): set maxrate as percentage
FFmpeg
trac at avcodec.org
Wed Sep 28 13:34:01 EEST 2022
#9948: set maxrate as percentage
-------------------------------------+-------------------------------------
Reporter: WatchSoMuch | Type:
| enhancement
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: maxrate | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
I have a great suggestion.
allowing maxrate to be set as percentage is a great Idea!
example:
-maxratepercentage 10% -maxrate=2000k
ffmpeg starts encoding with maxrate=2000 , then on each buffer compares
overal bitrate from start (example 1300k) then re-encodes the buffer with
maxrate 1430 (1300+10%) and changes global maxrate to 1430 and do the same
on next buffers....
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9948>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list