[FFmpeg-trac] #628(undetermined:open): frame duplication doesnt work with raw h264 input (missing timestamp generation code)
FFmpeg
trac at avcodec.org
Thu Mar 31 23:32:57 EEST 2022
#628: frame duplication doesnt work with raw h264 input (missing timestamp
generation code)
-------------------------------------+-------------------------------------
Reporter: | Owner: Michael
hardiksharma | Niedermayer
Type: defect | Status: open
Priority: normal | Component:
| undetermined
Version: git-master | Resolution:
Keywords: h264 | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by Balling):
I actually found the only place where it makes a difference: apparently
this file md5 of both [NV12] output of -hwaccel nvdec and -c:v h264_cuvid
are bitperfect and both do not care about the patch above increasing stuff
to 256. While both -hwaccel d3d11va and -hwaccel dxva2 care about this,
they need 64 MAX_SLICES to be bitperfect NV12 with nvdec and cuvid. That
can be checked on this file and this: https://github.com/wang-
bin/QtAV/issues/923
Very cool. But I doubt that this is somehow issue in h264, I think this is
just dxva bug.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/628#comment:9>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list