You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yondonfu
changed the title
Fix failing Nvidia unit tests when building with ffmpeg v4.4
Fix failing Nvidia unit tests related to pts < dts errors when building with ffmpeg v4.4
Jul 12, 2021
Enabling B-frames with the new DTS calculation logic, still works for the most part - except when we have output fps: 0 i.e timestamps pass-through the transcoder verbatim.
As a temporarily solution in eae3d07 I've force-disabled B-frames when transcoding on GPU with fps: 0.
Quite a few NVIDIA unit tests fail when compiling with ffmpeg v4.4 in #246
The number of
pts < dts
warning logs also significantly increased with v4.4, might be related to #227The text was updated successfully, but these errors were encountered: