[FFmpeg-trac] #9846(avcodec:open): DNxHR doesn't work with LB in Shutter Encoder
FFmpeg
trac at avcodec.org
Thu Jul 28 00:24:27 EEST 2022
#9846: DNxHR doesn't work with LB in Shutter Encoder
-------------------------------------+-------------------------------------
Reporter: Soto Soto | Owner: (none)
Type: defect | Status: open
Priority: important | Component: avcodec
Version: git-master | Resolution:
Keywords: dnxhr abort | Blocked By:
regression |
Blocking: | Reproduced by developer: 1
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by mkver):
* status: new => open
* reproduced: 0 => 1
* component: ffmpeg => avcodec
* priority: normal => important
* version: unspecified => git-master
* keywords: ffmpeg dnxhr => dnxhr abort regression
Comment:
Regression since 044c09c0a0b5e2d91d75619c1327e232a4914030. Before that
commit, encoding simply failed with "picture could not fit ratecontrol
constraints, increase qmax". Since that commit, one receives three
"Internal error, put_bits buffer too small" error messages (these lead to
asserts in case --assert-level is set to two) and runs twice into the
assert "s->buf_ptr < s->buf_end" in flush_put_bits().
I will upload snippets from your provided file that exhibit the issue.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9846#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list