[FFmpeg-trac] #10409(ffmpeg:open): Cuvid decoder with bob deint errror after #402d98c commit
FFmpeg
trac at avcodec.org
Thu Jun 15 09:56:31 EEST 2023
#10409: Cuvid decoder with bob deint errror after #402d98c commit
---------------------------------------+-----------------------------------
Reporter: laurfb | Owner: Timo R.
Type: defect | Status: open
Priority: normal | Component: ffmpeg
Version: git-master | Resolution:
Keywords: cuvid decoder | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------------+-----------------------------------
Comment (by laurfb):
Updates: Seems that **402d98c** commit set an incorrect decoding surfaces
value, below the one needed by **deint** option.
Workaround
Manualy set surfaces to a working values, even if the **surfaces** option
is listed as deprecated:
ffmpeg.exe -c:v mpeg2_cuvid -deint bob -surfaces 12 -i e:\input.mpg -c:v
h264_nvenc -y output.mp4
In my case minimal working value was 9.
Regards,
Laur
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10409#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list