I'm trying to use the yadif_cuda deinterlace but I have not been able to
get it to work. Every option I.ve tried fails, I'm pretty sure I'm getting
something wrong so I'm looking for some advice.

Here is my version:
ffmpeg version git-2020-04-17-889ad93 Copyright (c) 2000-2020 the FFmpeg
developers
built with gcc 9.3.1 (GCC) 20200328
configuration: --enable-gpl --enable-version3 --enable-sdl2
--enable-fontconfig --enable-gnutls --enable-iconv --enable-libass
--enable-libdav1d --enable-libbluray --enable-libfreetype
--enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb
--enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy
--enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame
--enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264
--enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma
--enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf
--enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa
--enable-libspeex --enable-libxvid --enable-libaom --disable-w32threads
--enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid
--enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2
--enable-avisynth --enable-libopenmpt --enable-amf
libavutil      56. 42.102 / 56. 42.102
libavcodec     58. 80.100 / 58. 80.100
libavformat    58. 42.100 / 58. 42.100
libavdevice    58.  9.103 / 58.  9.103
libavfilter     7. 77.101 /  7. 77.101
libswscale      5.  6.101 /  5.  6.101
libswresample   3.  6.100 /  3.  6.100
libpostproc    55.  6.100 / 55.  6.100

here are the commands I am using:
ffmpeg -loglevel debug -stats -hwaccel nvdec -hwaccel_output_format cuda -i
"L:\Sheimo_Originals\Star Trek Into Darkness\Star Trek Into Darkness -
1080p.mkv" -map 0:0 -vf yadif_cuda=0:-1:1 -c:v h264_nvenc -map 0:1 -c:a:0
eac3 -b:a:0 640k -metadata:s:a:0 title= -disposition:a:0 default -sn
-metadata:g title= "Star Trek Into Darkness - 1080p.mkv"

or
ffmpeg -loglevel debug -stats -hwaccel nvdec -hwaccel_output_format cuda -i
"L:\Sheimo_Originals\Star Trek Into Darkness\Star Trek Into Darkness -
1080p.mkv" -map 0:0 -vf yadif_cuda=deint=interlaced -c:v h264_nvenc -map
0:1 -c:a:0 eac3 -b:a:0 640k -metadata:s:a:0 title= -disposition:a:0 default
-sn -metadata:g title= "Star Trek Into Darkness - 1080p.mkv"

or
ffmpeg -loglevel debug -stats -hwaccel nvdec -hwaccel_output_format cuda -i
"L:\Sheimo_Originals\Star Trek Into Darkness\Star Trek Into Darkness -
1080p.mkv" -map 0:0 -filter:v yadif_cuda=deint=interlaced -c:v h264_nvenc
-b:v 2000k -maxrate:v 6000k -rc:v vbr_hq -profile:v high -color_primaries:v
smpte170m -color_trc:v bt709 -colorspace:v smpte170m -metadata:s:v title=
-disposition:v default -map 0:1 -c:a:0 eac3 -b:a:0 640k -metadata:s:a:0
title= -disposition:a:0 default -sn -metadata:g title= "Star Trek Into
Darkness - 1080p.mkv"

The most common error I receive is:
[Parsed_yadif_cuda_0 @ 0000020bd180a2c0]
cu->cuModuleLoadData(&s->cu_module, vf_yadif_cuda_ptx) failed ->
CUDA_ERROR_INVALID_IMAGE: device kernel image is invalid
[Parsed_yadif_cuda_0 @ 0000020bd180a2c0] Failed to configure output pad on
Parsed_yadif_cuda_0
Error reinitializing filters!
Failed to inject frame into filter network: Generic error in an external
library
Error while processing the decoded data for stream #0:0

full log attached as output.txt

The other common error is:
[auto_scaler_0 @ 0000020daa1ac880] Setting 'flags' to value 'bicubic'
[auto_scaler_0 @ 0000020daa1ac880] w:iw h:ih flags:'bicubic' interl:0
[Parsed_yadif_cuda_0 @ 0000020da98bedc0] auto-inserting filter
'auto_scaler_0' between the filter 'graph 0 input from stream 0:0' and the
filter 'Parsed_yadif_cuda_0'
Impossible to convert between the formats supported by the filter 'graph 0
input from stream 0:0' and the filter 'auto_scaler_0'
Error reinitializing filters!
Failed to inject frame into filter network: Function not implemented
Error while processing the decoded data for stream #0:0

full log attached as output2.txt.

The second error I am pretty sure has to do with me calling some software
filter in a full hardware pipeline but I am unsure what it is. I also heard
rumor of auto_scale being inserted when it doesn't need to be but I will
let the experts tell me if they see that.

My goal is to be able to use yadif_cuda so that I can keep a complete gpu
pipeline. Any and all help is appreciated. Thanks
ffmpeg version git-2020-04-17-889ad93 Copyright (c) 2000-2020 the FFmpeg 
developers
  built with gcc 9.3.1 (GCC) 20200328
  configuration: --enable-gpl --enable-version3 --enable-sdl2 
--enable-fontconfig --enable-gnutls --enable-iconv --enable-libass 
--enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame 
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg 
--enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr 
--enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx 
--enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 
--enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp 
--enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc 
--enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom 
--disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm 
--enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 
--enable-avisynth --enable-libopenmpt --enable-amf
  libavutil      56. 42.102 / 56. 42.102
  libavcodec     58. 80.100 / 58. 80.100
  libavformat    58. 42.100 / 58. 42.100
  libavdevice    58.  9.103 / 58.  9.103
  libavfilter     7. 77.101 /  7. 77.101
  libswscale      5.  6.101 /  5.  6.101
  libswresample   3.  6.100 /  3.  6.100
  libpostproc    55.  6.100 / 55.  6.100
Splitting the commandline.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) 
with argument 'debug'.
Reading option '-stats' ... matched as option 'stats' (print progress report 
during encoding) with argument '1'.
Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated 
decoding) with argument 'nvdec'.
Reading option '-hwaccel_output_format' ... matched as option 
'hwaccel_output_format' (select output format used with HW accelerated 
decoding) with argument 'cuda'.
Reading option '-i' ... matched as input url with argument 
'L:\Sheimo_Originals\Star Trek Into Darkness\Star Trek Into Darkness - 
1080p.mkv'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) 
with argument '0:0'.
Reading option '-vf' ... matched as option 'vf' (set video filters) with 
argument 'yadif_cuda=deint=interlaced'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument 
'h264_nvenc'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) 
with argument '0:1'.
Reading option '-c:a:0' ... matched as option 'c' (codec name) with argument 
'eac3'.
Reading option '-b:a:0' ... matched as option 'b' (video bitrate (please use 
-b:v)) with argument '640k'.
Reading option '-metadata:s:a:0' ... matched as option 'metadata' (add 
metadata) with argument 'title='.
Reading option '-disposition:a:0' ... matched as option 'disposition' 
(disposition) with argument 'default'.
Reading option '-sn' ... matched as option 'sn' (disable subtitle) with 
argument '1'.
Reading option '-metadata:g' ... matched as option 'metadata' (add metadata) 
with argument 'title='.
Reading option 'Star Trek Into Darkness - 1080p.mkv' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Applying option stats (print progress report during encoding) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url L:\Sheimo_Originals\Star Trek Into 
Darkness\Star Trek Into Darkness - 1080p.mkv.
Applying option hwaccel (use HW accelerated decoding) with argument nvdec.
Applying option hwaccel_output_format (select output format used with HW 
accelerated decoding) with argument cuda.
Successfully parsed a group of options.
Opening an input file: L:\Sheimo_Originals\Star Trek Into Darkness\Star Trek 
Into Darkness - 1080p.mkv.
[NULL @ 000002486565d6c0] Opening 'L:\Sheimo_Originals\Star Trek Into 
Darkness\Star Trek Into Darkness - 1080p.mkv' for reading
[file @ 000002486565e5c0] Setting default whitelist 'file,crypto,data'
[matroska,webm @ 000002486565d6c0] Format matroska,webm probed with size=2048 
and score=100
st:0 removing common factor 1000000 from timebase
st:1 removing common factor 1000000 from timebase
st:2 removing common factor 1000000 from timebase
st:3 removing common factor 1000000 from timebase
st:4 removing common factor 1000000 from timebase
st:5 removing common factor 1000000 from timebase
st:6 removing common factor 1000000 from timebase
st:7 removing common factor 1000000 from timebase
st:8 removing common factor 1000000 from timebase
st:9 removing common factor 1000000 from timebase
st:10 removing common factor 1000000 from timebase
st:11 removing common factor 1000000 from timebase
st:12 removing common factor 1000000 from timebase
st:13 removing common factor 1000000 from timebase
st:14 removing common factor 1000000 from timebase
[matroska,webm @ 000002486565d6c0] Before avformat_find_stream_info() pos: 4282 
bytes read:38851 seeks:2 nb_streams:15
[h264 @ 000002486567e000] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000002486567e000] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 000002486567e000] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000002486567e000] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 000002486567e000] ct_type:0 pic_struct:0
[h264 @ 000002486567e000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 000002486567e000] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000002486567e000] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 000002486567e000] nal_unit_type: 6(SEI), nal_ref_idc: 0
    Last message repeated 2 times
[h264 @ 000002486567e000] nal_unit_type: 5(IDR), nal_ref_idc: 3
    Last message repeated 3 times
[h264 @ 000002486567e000] Format yuv420p chosen by get_format().
[h264 @ 000002486567e000] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 000002486567e000] ct_type:0 pic_struct:0
[h264 @ 000002486567e000] no picture 
[h264 @ 000002486567e000] ct_type:0 pic_struct:0
    Last message repeated 5 times
[matroska,webm @ 000002486565d6c0] first_dts 42 not matching first dts NOPTS 
(pts 0, duration 41) in the queue
[h264 @ 000002486567e000] ct_type:0 pic_struct:0
    Last message repeated 42 times
[matroska,webm @ 000002486565d6c0] Non-increasing DTS in stream 1: packet 2451 
with DTS 2043, packet 2452 with DTS 2043
[matroska,webm @ 000002486565d6c0] Probe buffer size limit of 5000000 bytes 
reached
[matroska,webm @ 000002486565d6c0] Could not find codec parameters for stream 8 
(Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000002486565d6c0] Could not find codec parameters for stream 9 
(Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000002486565d6c0] Could not find codec parameters for stream 
10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000002486565d6c0] Could not find codec parameters for stream 
11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000002486565d6c0] Could not find codec parameters for stream 
12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000002486565d6c0] Could not find codec parameters for stream 
13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000002486565d6c0] Could not find codec parameters for stream 
14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000002486565d6c0] After avformat_find_stream_info() pos: 
5052314 bytes read:5115138 seeks:2 frames:2839
Input #0, matroska,webm, from 'L:\Sheimo_Originals\Star Trek Into Darkness\Star 
Trek Into Darkness - 1080p.mkv':
  Metadata:
    title           : Star Trek Into Darkness
    encoder         : libmakemkv v1.15.0 (1.3.5/1.4.7) win(x64-release)
    creation_time   : 2020-03-22T13:48:03.000000Z
  Duration: 02:12:05.98, start: 0.000000, bitrate: 29120 kb/s
    Chapter #0:0: start 0.000000, end 620.369750
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 620.369750, end 1161.493667
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 1161.493667, end 1803.968833
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 1803.968833, end 2409.115042
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 2409.115042, end 2765.262500
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 2765.262500, end 3398.228167
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 3398.228167, end 3995.783458
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 3995.783458, end 4375.662958
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 4375.662958, end 4965.752458
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 4965.752458, end 5454.740958
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 5454.740958, end 5916.368792
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 5916.368792, end 6429.548125
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 6429.548125, end 6857.141958
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 6857.141958, end 7160.653500
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 7160.653500, end 7398.307583
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 7398.307583, end 7925.984000
    Metadata:
      title           : Chapter 16
    Stream #0:0(eng), 50, 1/1000: Video: h264 (High), 1 reference frame, 
yuv420p(progressive, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 0/1, 
23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
    Metadata:
      BPS-eng         : 21379650
      DURATION-eng    : 02:12:05.959708333
      NUMBER_OF_FRAMES-eng: 190033
      NUMBER_OF_BYTES-eng: 21181779591
      SOURCE_ID-eng   : 001011
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:1(eng), 2472, 1/1000: Audio: truehd, 48000 Hz, 7.1, s32 (24 bit) 
(default)
    Metadata:
      title           : Surround 7.1
      BPS-eng         : 4341954
      DURATION-eng    : 02:12:05.960833333
      NUMBER_OF_FRAMES-eng: 9511153
      NUMBER_OF_BYTES-eng: 4301769958
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:2(eng), 63, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 
kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:12:06.016000000
      NUMBER_OF_FRAMES-eng: 247688
      NUMBER_OF_BYTES-eng: 634081280
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:3(fra), 63, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 
kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:12:06.016000000
      NUMBER_OF_FRAMES-eng: 247688
      NUMBER_OF_BYTES-eng: 634081280
      SOURCE_ID-eng   : 001101
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:4(spa), 63, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 
kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:12:06.016000000
      NUMBER_OF_FRAMES-eng: 247688
      NUMBER_OF_BYTES-eng: 634081280
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:5(por), 63, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 
kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:12:06.016000000
      NUMBER_OF_FRAMES-eng: 247688
      NUMBER_OF_BYTES-eng: 634081280
      SOURCE_ID-eng   : 001103
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:6(eng), 63, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 
kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:12:06.016000000
      NUMBER_OF_FRAMES-eng: 247688
      NUMBER_OF_BYTES-eng: 634081280
      SOURCE_ID-eng   : 001104
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:7(eng), 2, 1/1000: Subtitle: hdmv_pgs_subtitle, 1920x1080 
(default)
    Metadata:
      BPS-eng         : 41279
      DURATION-eng    : 02:03:18.370145833
      NUMBER_OF_FRAMES-eng: 3540
      NUMBER_OF_BYTES-eng: 38174982
      SOURCE_ID-eng   : 001200
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:8(eng), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 47275
      DURATION-eng    : 02:02:15.432270833
      NUMBER_OF_FRAMES-eng: 4014
      NUMBER_OF_BYTES-eng: 43348262
      SOURCE_ID-eng   : 001201
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:9(fra), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 39880
      DURATION-eng    : 02:02:18.143312500
      NUMBER_OF_FRAMES-eng: 3572
      NUMBER_OF_BYTES-eng: 36580734
      SOURCE_ID-eng   : 001202
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:10(fra), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 763
      DURATION-eng    : 01:05:41.583479166
      NUMBER_OF_FRAMES-eng: 32
      NUMBER_OF_BYTES-eng: 376335
      SOURCE_ID-eng   : 001202
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:11(spa), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 34501
      DURATION-eng    : 02:02:18.143312500
      NUMBER_OF_FRAMES-eng: 2814
      NUMBER_OF_BYTES-eng: 31647490
      SOURCE_ID-eng   : 001203
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:12(spa), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 697
      DURATION-eng    : 01:05:41.583479166
      NUMBER_OF_FRAMES-eng: 30
      NUMBER_OF_BYTES-eng: 343611
      SOURCE_ID-eng   : 001203
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:13(por), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 32970
      DURATION-eng    : 02:02:18.143312500
      NUMBER_OF_FRAMES-eng: 2812
      NUMBER_OF_BYTES-eng: 30243089
      SOURCE_ID-eng   : 001204
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:14(por), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 760
      DURATION-eng    : 01:05:41.583479166
      NUMBER_OF_FRAMES-eng: 30
      NUMBER_OF_BYTES-eng: 374528
      SOURCE_ID-eng   : 001204
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
Successfully opened the file.
Parsing a group of options: output url Star Trek Into Darkness - 1080p.mkv.
Applying option map (set input stream mapping) with argument 0:0.
Applying option vf (set video filters) with argument 
yadif_cuda=deint=interlaced.
Applying option c:v (codec name) with argument h264_nvenc.
Applying option map (set input stream mapping) with argument 0:1.
Applying option c:a:0 (codec name) with argument eac3.
Applying option b:a:0 (video bitrate (please use -b:v)) with argument 640k.
Applying option metadata:s:a:0 (add metadata) with argument title=.
Applying option disposition:a:0 (disposition) with argument default.
Applying option sn (disable subtitle) with argument 1.
Applying option metadata:g (add metadata) with argument title=.
Successfully parsed a group of options.
Opening an output file: Star Trek Into Darkness - 1080p.mkv.
[file @ 00000248657037c0] Setting default whitelist 'file,crypto,data'
Successfully opened the file.
[AVHWDeviceContext @ 000002486672b140] Loaded lib: nvcuda.dll
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuInit
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDeviceGetCount
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDeviceGet
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDeviceGetAttribute
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDeviceGetName
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDeviceComputeCapability
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuCtxCreate_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuCtxSetLimit
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuCtxPushCurrent_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuCtxPopCurrent_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuCtxDestroy_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuMemAlloc_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuMemAllocPitch_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuMemsetD8Async
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuMemFree_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuMemcpy2D_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuMemcpy2DAsync_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuGetErrorName
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuGetErrorString
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuCtxGetDevice
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDevicePrimaryCtxRetain
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDevicePrimaryCtxRelease
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDevicePrimaryCtxSetFlags
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDevicePrimaryCtxGetState
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDevicePrimaryCtxReset
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuStreamCreate
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuStreamQuery
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuStreamSynchronize
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuStreamDestroy_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuStreamAddCallback
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuEventCreate
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuEventDestroy_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuEventSynchronize
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuEventQuery
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuEventRecord
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuLaunchKernel
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuModuleLoadData
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuModuleUnload
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuModuleGetFunction
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuTexObjectCreate
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuTexObjectDestroy
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuGLGetDevices_v2
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuGraphicsGLRegisterImage
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuGraphicsUnregisterResource
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuGraphicsMapResources
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuGraphicsUnmapResources
[AVHWDeviceContext @ 000002486672b140] Loaded sym: 
cuGraphicsSubResourceGetMappedArray
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDeviceGetUuid
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuImportExternalMemory
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDestroyExternalMemory
[AVHWDeviceContext @ 000002486672b140] Loaded sym: 
cuExternalMemoryGetMappedBuffer
[AVHWDeviceContext @ 000002486672b140] Loaded sym: 
cuExternalMemoryGetMappedMipmappedArray
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuMipmappedArrayGetLevel
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuMipmappedArrayDestroy
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuImportExternalSemaphore
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuDestroyExternalSemaphore
[AVHWDeviceContext @ 000002486672b140] Loaded sym: 
cuSignalExternalSemaphoresAsync
[AVHWDeviceContext @ 000002486672b140] Loaded sym: cuWaitExternalSemaphoresAsync
detected 4 logical cores
[h264 @ 00000248667e4340] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 00000248667e4340] nal_unit_type: 8(PPS), nal_ref_idc: 3
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_nvenc))
  Stream #0:1 -> #0:1 (truehd (native) -> eac3 (native))
Press [q] to stop, [?] for help
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 1 times
[h264 @ 00000248667e4340] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 00000248667e4340] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 00000248667e4340] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 00000248667e4340] nal_unit_type: 6(SEI), nal_ref_idc: 0
    Last message repeated 2 times
[h264 @ 00000248667e4340] nal_unit_type: 5(IDR), nal_ref_idc: 3
    Last message repeated 3 times
[h264 @ 00000248667e4340] Format cuda chosen by get_format().
[h264 @ 00000248667e4340] Format cuda requires hwaccel initialisation.
[h264 @ 00000248667e4340] Loaded lib: nvcuvid.dll
[h264 @ 00000248667e4340] Loaded sym: cuvidGetDecoderCaps
[h264 @ 00000248667e4340] Loaded sym: cuvidCreateDecoder
[h264 @ 00000248667e4340] Loaded sym: cuvidDestroyDecoder
[h264 @ 00000248667e4340] Loaded sym: cuvidDecodePicture
[h264 @ 00000248667e4340] Loaded sym: cuvidGetDecodeStatus
[h264 @ 00000248667e4340] Loaded sym: cuvidReconfigureDecoder
[h264 @ 00000248667e4340] Loaded sym: cuvidMapVideoFrame64
[h264 @ 00000248667e4340] Loaded sym: cuvidUnmapVideoFrame64
[h264 @ 00000248667e4340] Loaded sym: cuvidCtxLockCreate
[h264 @ 00000248667e4340] Loaded sym: cuvidCtxLockDestroy
[h264 @ 00000248667e4340] Loaded sym: cuvidCtxLock
[h264 @ 00000248667e4340] Loaded sym: cuvidCtxUnlock
[h264 @ 00000248667e4340] Loaded sym: cuvidCreateVideoSource
[h264 @ 00000248667e4340] Loaded sym: cuvidCreateVideoSourceW
[h264 @ 00000248667e4340] Loaded sym: cuvidDestroyVideoSource
[h264 @ 00000248667e4340] Loaded sym: cuvidSetVideoSourceState
[h264 @ 00000248667e4340] Loaded sym: cuvidGetVideoSourceState
[h264 @ 00000248667e4340] Loaded sym: cuvidGetSourceVideoFormat
[h264 @ 00000248667e4340] Loaded sym: cuvidGetSourceAudioFormat
[h264 @ 00000248667e4340] Loaded sym: cuvidCreateVideoParser
[h264 @ 00000248667e4340] Loaded sym: cuvidParseVideoData
[h264 @ 00000248667e4340] Loaded sym: cuvidDestroyVideoParser
[graph_1_in_0_1 @ 00000248656eab00] Setting 'time_base' to value '1/48000'
[graph_1_in_0_1 @ 00000248656eab00] Setting 'sample_rate' to value '48000'
[graph_1_in_0_1 @ 00000248656eab00] Setting 'sample_fmt' to value 's32'
[graph_1_in_0_1 @ 00000248656eab00] Setting 'channel_layout' to value '0x63f'
[graph_1_in_0_1 @ 00000248656eab00] tb:1/48000 samplefmt:s32 samplerate:48000 
chlayout:0x63f
[format_out_0_1 @ 00000248667e9f00] Setting 'sample_fmts' to value 'fltp'
[format_out_0_1 @ 00000248667e9f00] Setting 'sample_rates' to value 
'48000|44100|32000'
[format_out_0_1 @ 00000248667e9f00] Setting 'channel_layouts' to value 
'0x4|0x3|0x103|0x7|0x603|0x33|0x107|0x607|0x37|0xc|0xb|0x10b|0xf|0x60b|0x3b|0x10f|0x60f|0x3f'
[format_out_0_1 @ 00000248667e9f00] auto-inserting filter 'auto_resampler_0' 
between the filter 'Parsed_anull_0' and the filter 'format_out_0_1'
[AVFilterGraph @ 00000248656eba40] query_formats: 4 queried, 6 merged, 3 
already done, 0 delayed
[auto_resampler_0 @ 0000024866050240] [SWR @ 00000248656c2280] Using fltp 
internally between filters
[auto_resampler_0 @ 0000024866050240] [SWR @ 00000248656c2280] Matrix 
coefficients:
[auto_resampler_0 @ 0000024866050240] [SWR @ 00000248656c2280] FL: FL:1.000000 
FR:0.000000 FC:0.000000 LFE:0.000000 BL:0.000000 BR:0.000000 SL:0.000000 
SR:0.000000 
[auto_resampler_0 @ 0000024866050240] [SWR @ 00000248656c2280] FR: FL:0.000000 
FR:1.000000 FC:0.000000 LFE:0.000000 BL:0.000000 BR:0.000000 SL:0.000000 
SR:0.000000 
[auto_resampler_0 @ 0000024866050240] [SWR @ 00000248656c2280] FC: FL:0.000000 
FR:0.000000 FC:1.000000 LFE:0.000000 BL:0.000000 BR:0.000000 SL:0.000000 
SR:0.000000 
[auto_resampler_0 @ 0000024866050240] [SWR @ 00000248656c2280] LFE: FL:0.000000 
FR:0.000000 FC:0.000000 LFE:1.000000 BL:0.000000 BR:0.000000 SL:0.000000 
SR:0.000000 
[auto_resampler_0 @ 0000024866050240] [SWR @ 00000248656c2280] SL: FL:0.000000 
FR:0.000000 FC:0.000000 LFE:0.000000 BL:0.707107 BR:0.000000 SL:1.000000 
SR:0.000000 
[auto_resampler_0 @ 0000024866050240] [SWR @ 00000248656c2280] SR: FL:0.000000 
FR:0.000000 FC:0.000000 LFE:0.000000 BL:0.000000 BR:0.707107 SL:0.000000 
SR:1.000000 
[auto_resampler_0 @ 0000024866050240] ch:8 chl:7.1 fmt:s32 r:48000Hz -> ch:6 
chl:5.1(side) fmt:fltp r:48000Hz
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 16 times
[h264 @ 00000248667e4340] NVDEC capabilities:
[h264 @ 00000248667e4340] format supported: yes, max_mb_count: 65536
[h264 @ 00000248667e4340] min_width: 48, max_width: 4096
[h264 @ 00000248667e4340] min_height: 16, max_height: 4096
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 112 times
[h264 @ 00000248667e4340] Reinit context to 1920x1088, pix_fmt: cuda
[h264 @ 00000248667e4340] ct_type:0 pic_struct:0
[h264 @ 00000248667e4340] no picture 
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
[h264 @ 00000248667e8780] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 00000248667e8780] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 00000248667e8780] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 2
    Last message repeated 3 times
[h264 @ 00000248667e8780] ct_type:0 pic_struct:0
[h264 @ 00000248667e8780] no picture 
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 28 times
[h264 @ 00000248667e1a00] nal_unit_type: 9(AUD), nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
[h264 @ 00000248667e1a00] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 00000248667e1a00] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
    Last message repeated 1 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 2 times
[h264 @ 00000248667e1a00] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 2 times
[h264 @ 00000248667e1a00] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 49 times
[h264 @ 00000248667e1a00] ct_type:0 pic_struct:0
[h264 @ 00000248667e1a00] no picture 
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 50 times
[h264 @ 00000248667e67c0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 00000248667e67c0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 00000248667e67c0] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 2
    Last message repeated 3 times
[h264 @ 00000248667e67c0] ct_type:0 pic_struct:0
[h264 @ 00000248667e67c0] no picture 
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
[h264 @ 00000248667e6c40] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 00000248667e6c40] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 00000248667e6c40] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
    Last message repeated 3 times
[h264 @ 00000248667e6c40] ct_type:0 pic_struct:0
[h264 @ 00000248667e4340] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 00000248667e4340] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 00000248667e4340] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
    Last message repeated 3 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 43 times
[h264 @ 00000248667e4340] ct_type:0 pic_struct:0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 91 times
[h264 @ 00000248667e8780] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 00000248667e8780] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 00000248667e8780] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 2
    Last message repeated 3 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
[h264 @ 00000248667e8780] ct_type:0 pic_struct:0
[h264 @ 00000248667e1a00] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 00000248667e1a00] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 00000248667e1a00] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
    Last message repeated 3 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 15 times
[h264 @ 00000248667e1a00] ct_type:0 pic_struct:0
[h264 @ 00000248667e67c0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 00000248667e67c0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 00000248667e67c0] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
    Last message repeated 3 times
[h264 @ 00000248667e67c0] ct_type:0 pic_struct:0
[Parsed_yadif_cuda_0 @ 0000024865e07f40] Setting 'deint' to value 'interlaced'
[graph 0 input from stream 0:0 @ 0000024865cdbdc0] Setting 'video_size' to 
value '1920x1080'
[graph 0 input from stream 0:0 @ 0000024865cdbdc0] Setting 'pix_fmt' to value 
'119'
[graph 0 input from stream 0:0 @ 0000024865cdbdc0] Setting 'time_base' to value 
'1/1000'
[graph 0 input from stream 0:0 @ 0000024865cdbdc0] Setting 'pixel_aspect' to 
value '1/1'
[graph 0 input from stream 0:0 @ 0000024865cdbdc0] Setting 'frame_rate' to 
value '24000/1001'
[graph 0 input from stream 0:0 @ 0000024865cdbdc0] w:1920 h:1080 pixfmt:cuda 
tb:1/1000 fr:24000/1001 sar:1/1
[format @ 00000248656e2bc0] Setting 'pix_fmts' to value 
'yuv420p|nv12|p010le|yuv444p|p016le|yuv444p16le|bgr0|rgb0|cuda|d3d11'
[AVFilterGraph @ 00000248656eae80] query_formats: 4 queried, 3 merged, 0 
already done, 0 delayed
[Parsed_yadif_cuda_0 @ 0000024865e07f40] cu->cuModuleLoadData(&s->cu_module, 
vf_yadif_cuda_ptx) failed -> CUDA_ERROR_INVALID_IMAGE: device kernel image is 
invalid
[Parsed_yadif_cuda_0 @ 0000024865e07f40] Failed to configure output pad on 
Parsed_yadif_cuda_0
Error reinitializing filters!
Failed to inject frame into filter network: Generic error in an external library
Error while processing the decoded data for stream #0:0
[AVIOContext @ 0000024865716240] Statistics: 0 seeks, 0 writeouts
[AVIOContext @ 0000024865666880] Statistics: 5115138 bytes read, 2 seeks
Conversion failed!
ffmpeg version git-2020-04-17-889ad93 Copyright (c) 2000-2020 the FFmpeg 
developers
  built with gcc 9.3.1 (GCC) 20200328
  configuration: --enable-gpl --enable-version3 --enable-sdl2 
--enable-fontconfig --enable-gnutls --enable-iconv --enable-libass 
--enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame 
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg 
--enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr 
--enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx 
--enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 
--enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp 
--enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc 
--enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom 
--disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm 
--enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 
--enable-avisynth --enable-libopenmpt --enable-amf
  libavutil      56. 42.102 / 56. 42.102
  libavcodec     58. 80.100 / 58. 80.100
  libavformat    58. 42.100 / 58. 42.100
  libavdevice    58.  9.103 / 58.  9.103
  libavfilter     7. 77.101 /  7. 77.101
  libswscale      5.  6.101 /  5.  6.101
  libswresample   3.  6.100 /  3.  6.100
  libpostproc    55.  6.100 / 55.  6.100
Splitting the commandline.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) 
with argument 'debug'.
Reading option '-stats' ... matched as option 'stats' (print progress report 
during encoding) with argument '1'.
Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated 
decoding) with argument 'nvdec'.
Reading option '-hwaccel_output_format' ... matched as option 
'hwaccel_output_format' (select output format used with HW accelerated 
decoding) with argument 'p010le'.
Reading option '-i' ... matched as input url with argument 
'L:\Sheimo_Originals\Star Trek Into Darkness\Star Trek Into Darkness - 
1080p.mkv'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) 
with argument '0:0'.
Reading option '-filter:v' ... matched as option 'filter' (set stream 
filtergraph) with argument 'yadif_cuda=deint=interlaced'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument 
'hevc_nvenc'.
Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) 
with argument 'p010le'.
Reading option '-b:v' ... matched as option 'b' (video bitrate (please use 
-b:v)) with argument '2000k'.
Reading option '-maxrate:v' ... matched as AVOption 'maxrate:v' with argument 
'6000k'.
Reading option '-rc:v' ... matched as AVOption 'rc:v' with argument 'vbr_hq'.
Reading option '-profile:v' ... matched as option 'profile' (set profile) with 
argument 'high'.
Reading option '-color_primaries:v' ... matched as AVOption 'color_primaries:v' 
with argument 'smpte170m'.
Reading option '-color_trc:v' ... matched as AVOption 'color_trc:v' with 
argument 'bt709'.
Reading option '-colorspace:v' ... matched as AVOption 'colorspace:v' with 
argument 'smpte170m'.
Reading option '-metadata:s:v' ... matched as option 'metadata' (add metadata) 
with argument 'title='.
Reading option '-disposition:v' ... matched as option 'disposition' 
(disposition) with argument 'default'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) 
with argument '0:1'.
Reading option '-c:a:0' ... matched as option 'c' (codec name) with argument 
'eac3'.
Reading option '-b:a:0' ... matched as option 'b' (video bitrate (please use 
-b:v)) with argument '640k'.
Reading option '-metadata:s:a:0' ... matched as option 'metadata' (add 
metadata) with argument 'title='.
Reading option '-disposition:a:0' ... matched as option 'disposition' 
(disposition) with argument 'default'.
Reading option '-sn' ... matched as option 'sn' (disable subtitle) with 
argument '1'.
Reading option '-metadata:g' ... matched as option 'metadata' (add metadata) 
with argument 'title='.
Reading option 'Star Trek Into Darkness - 1080p.mkv' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Applying option stats (print progress report during encoding) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url L:\Sheimo_Originals\Star Trek Into 
Darkness\Star Trek Into Darkness - 1080p.mkv.
Applying option hwaccel (use HW accelerated decoding) with argument nvdec.
Applying option hwaccel_output_format (select output format used with HW 
accelerated decoding) with argument p010le.
Successfully parsed a group of options.
Opening an input file: L:\Sheimo_Originals\Star Trek Into Darkness\Star Trek 
Into Darkness - 1080p.mkv.
[NULL @ 000001a2b31de680] Opening 'L:\Sheimo_Originals\Star Trek Into 
Darkness\Star Trek Into Darkness - 1080p.mkv' for reading
[file @ 000001a2b31dfcc0] Setting default whitelist 'file,crypto,data'
[matroska,webm @ 000001a2b31de680] Format matroska,webm probed with size=2048 
and score=100
st:0 removing common factor 1000000 from timebase
st:1 removing common factor 1000000 from timebase
st:2 removing common factor 1000000 from timebase
st:3 removing common factor 1000000 from timebase
st:4 removing common factor 1000000 from timebase
st:5 removing common factor 1000000 from timebase
st:6 removing common factor 1000000 from timebase
st:7 removing common factor 1000000 from timebase
st:8 removing common factor 1000000 from timebase
st:9 removing common factor 1000000 from timebase
st:10 removing common factor 1000000 from timebase
st:11 removing common factor 1000000 from timebase
st:12 removing common factor 1000000 from timebase
st:13 removing common factor 1000000 from timebase
st:14 removing common factor 1000000 from timebase
[matroska,webm @ 000001a2b31de680] Before avformat_find_stream_info() pos: 4282 
bytes read:38851 seeks:2 nb_streams:15
[h264 @ 000001a2b3201700] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000001a2b3201700] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 000001a2b3201700] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000001a2b3201700] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 000001a2b3201700] ct_type:0 pic_struct:0
[h264 @ 000001a2b3201700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 000001a2b3201700] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000001a2b3201700] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 000001a2b3201700] nal_unit_type: 6(SEI), nal_ref_idc: 0
    Last message repeated 2 times
[h264 @ 000001a2b3201700] nal_unit_type: 5(IDR), nal_ref_idc: 3
    Last message repeated 3 times
[h264 @ 000001a2b3201700] Format yuv420p chosen by get_format().
[h264 @ 000001a2b3201700] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 000001a2b3201700] ct_type:0 pic_struct:0
[h264 @ 000001a2b3201700] no picture 
[h264 @ 000001a2b3201700] ct_type:0 pic_struct:0
    Last message repeated 5 times
[matroska,webm @ 000001a2b31de680] first_dts 42 not matching first dts NOPTS 
(pts 0, duration 41) in the queue
[h264 @ 000001a2b3201700] ct_type:0 pic_struct:0
    Last message repeated 42 times
[matroska,webm @ 000001a2b31de680] Non-increasing DTS in stream 1: packet 2451 
with DTS 2043, packet 2452 with DTS 2043
[matroska,webm @ 000001a2b31de680] Probe buffer size limit of 5000000 bytes 
reached
[matroska,webm @ 000001a2b31de680] Could not find codec parameters for stream 8 
(Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000001a2b31de680] Could not find codec parameters for stream 9 
(Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000001a2b31de680] Could not find codec parameters for stream 
10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000001a2b31de680] Could not find codec parameters for stream 
11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000001a2b31de680] Could not find codec parameters for stream 
12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000001a2b31de680] Could not find codec parameters for stream 
13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000001a2b31de680] Could not find codec parameters for stream 
14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[matroska,webm @ 000001a2b31de680] After avformat_find_stream_info() pos: 
5052314 bytes read:5115138 seeks:2 frames:2839
Input #0, matroska,webm, from 'L:\Sheimo_Originals\Star Trek Into Darkness\Star 
Trek Into Darkness - 1080p.mkv':
  Metadata:
    title           : Star Trek Into Darkness
    encoder         : libmakemkv v1.15.0 (1.3.5/1.4.7) win(x64-release)
    creation_time   : 2020-03-22T13:48:03.000000Z
  Duration: 02:12:05.98, start: 0.000000, bitrate: 29120 kb/s
    Chapter #0:0: start 0.000000, end 620.369750
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 620.369750, end 1161.493667
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 1161.493667, end 1803.968833
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 1803.968833, end 2409.115042
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 2409.115042, end 2765.262500
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 2765.262500, end 3398.228167
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 3398.228167, end 3995.783458
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 3995.783458, end 4375.662958
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 4375.662958, end 4965.752458
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 4965.752458, end 5454.740958
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 5454.740958, end 5916.368792
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 5916.368792, end 6429.548125
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 6429.548125, end 6857.141958
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 6857.141958, end 7160.653500
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 7160.653500, end 7398.307583
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 7398.307583, end 7925.984000
    Metadata:
      title           : Chapter 16
    Stream #0:0(eng), 50, 1/1000: Video: h264 (High), 1 reference frame, 
yuv420p(progressive, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 0/1, 
23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
    Metadata:
      BPS-eng         : 21379650
      DURATION-eng    : 02:12:05.959708333
      NUMBER_OF_FRAMES-eng: 190033
      NUMBER_OF_BYTES-eng: 21181779591
      SOURCE_ID-eng   : 001011
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:1(eng), 2472, 1/1000: Audio: truehd, 48000 Hz, 7.1, s32 (24 bit) 
(default)
    Metadata:
      title           : Surround 7.1
      BPS-eng         : 4341954
      DURATION-eng    : 02:12:05.960833333
      NUMBER_OF_FRAMES-eng: 9511153
      NUMBER_OF_BYTES-eng: 4301769958
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:2(eng), 63, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 
kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:12:06.016000000
      NUMBER_OF_FRAMES-eng: 247688
      NUMBER_OF_BYTES-eng: 634081280
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:3(fra), 63, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 
kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:12:06.016000000
      NUMBER_OF_FRAMES-eng: 247688
      NUMBER_OF_BYTES-eng: 634081280
      SOURCE_ID-eng   : 001101
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:4(spa), 63, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 
kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:12:06.016000000
      NUMBER_OF_FRAMES-eng: 247688
      NUMBER_OF_BYTES-eng: 634081280
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:5(por), 63, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 
kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:12:06.016000000
      NUMBER_OF_FRAMES-eng: 247688
      NUMBER_OF_BYTES-eng: 634081280
      SOURCE_ID-eng   : 001103
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:6(eng), 63, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 
kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:12:06.016000000
      NUMBER_OF_FRAMES-eng: 247688
      NUMBER_OF_BYTES-eng: 634081280
      SOURCE_ID-eng   : 001104
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:7(eng), 2, 1/1000: Subtitle: hdmv_pgs_subtitle, 1920x1080 
(default)
    Metadata:
      BPS-eng         : 41279
      DURATION-eng    : 02:03:18.370145833
      NUMBER_OF_FRAMES-eng: 3540
      NUMBER_OF_BYTES-eng: 38174982
      SOURCE_ID-eng   : 001200
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:8(eng), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 47275
      DURATION-eng    : 02:02:15.432270833
      NUMBER_OF_FRAMES-eng: 4014
      NUMBER_OF_BYTES-eng: 43348262
      SOURCE_ID-eng   : 001201
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:9(fra), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 39880
      DURATION-eng    : 02:02:18.143312500
      NUMBER_OF_FRAMES-eng: 3572
      NUMBER_OF_BYTES-eng: 36580734
      SOURCE_ID-eng   : 001202
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:10(fra), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 763
      DURATION-eng    : 01:05:41.583479166
      NUMBER_OF_FRAMES-eng: 32
      NUMBER_OF_BYTES-eng: 376335
      SOURCE_ID-eng   : 001202
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:11(spa), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 34501
      DURATION-eng    : 02:02:18.143312500
      NUMBER_OF_FRAMES-eng: 2814
      NUMBER_OF_BYTES-eng: 31647490
      SOURCE_ID-eng   : 001203
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:12(spa), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 697
      DURATION-eng    : 01:05:41.583479166
      NUMBER_OF_FRAMES-eng: 30
      NUMBER_OF_BYTES-eng: 343611
      SOURCE_ID-eng   : 001203
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:13(por), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 32970
      DURATION-eng    : 02:02:18.143312500
      NUMBER_OF_FRAMES-eng: 2812
      NUMBER_OF_BYTES-eng: 30243089
      SOURCE_ID-eng   : 001204
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
    Stream #0:14(por), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 760
      DURATION-eng    : 01:05:41.583479166
      NUMBER_OF_FRAMES-eng: 30
      NUMBER_OF_BYTES-eng: 374528
      SOURCE_ID-eng   : 001204
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-03-22 13:48:03
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 
SOURCE_ID
Successfully opened the file.
Parsing a group of options: output url Star Trek Into Darkness - 1080p.mkv.
Applying option map (set input stream mapping) with argument 0:0.
Applying option filter:v (set stream filtergraph) with argument 
yadif_cuda=deint=interlaced.
Applying option c:v (codec name) with argument hevc_nvenc.
Applying option pix_fmt (set pixel format) with argument p010le.
Applying option b:v (video bitrate (please use -b:v)) with argument 2000k.
Applying option profile:v (set profile) with argument high.
Applying option metadata:s:v (add metadata) with argument title=.
Applying option disposition:v (disposition) with argument default.
Applying option map (set input stream mapping) with argument 0:1.
Applying option c:a:0 (codec name) with argument eac3.
Applying option b:a:0 (video bitrate (please use -b:v)) with argument 640k.
Applying option metadata:s:a:0 (add metadata) with argument title=.
Applying option disposition:a:0 (disposition) with argument default.
Applying option sn (disable subtitle) with argument 1.
Applying option metadata:g (add metadata) with argument title=.
Successfully parsed a group of options.
Opening an output file: Star Trek Into Darkness - 1080p.mkv.
[file @ 000001a2b326f1c0] Setting default whitelist 'file,crypto,data'
Successfully opened the file.
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded lib: nvcuda.dll
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuInit
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDeviceGetCount
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDeviceGet
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDeviceGetAttribute
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDeviceGetName
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDeviceComputeCapability
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuCtxCreate_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuCtxSetLimit
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuCtxPushCurrent_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuCtxPopCurrent_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuCtxDestroy_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuMemAlloc_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuMemAllocPitch_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuMemsetD8Async
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuMemFree_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuMemcpy2D_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuMemcpy2DAsync_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuGetErrorName
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuGetErrorString
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuCtxGetDevice
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDevicePrimaryCtxRetain
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDevicePrimaryCtxRelease
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDevicePrimaryCtxSetFlags
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDevicePrimaryCtxGetState
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDevicePrimaryCtxReset
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuStreamCreate
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuStreamQuery
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuStreamSynchronize
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuStreamDestroy_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuStreamAddCallback
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuEventCreate
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuEventDestroy_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuEventSynchronize
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuEventQuery
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuEventRecord
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuLaunchKernel
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuModuleLoadData
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuModuleUnload
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuModuleGetFunction
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuTexObjectCreate
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuTexObjectDestroy
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuGLGetDevices_v2
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuGraphicsGLRegisterImage
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuGraphicsUnregisterResource
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuGraphicsMapResources
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuGraphicsUnmapResources
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: 
cuGraphicsSubResourceGetMappedArray
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDeviceGetUuid
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuImportExternalMemory
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDestroyExternalMemory
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: 
cuExternalMemoryGetMappedBuffer
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: 
cuExternalMemoryGetMappedMipmappedArray
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuMipmappedArrayGetLevel
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuMipmappedArrayDestroy
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuImportExternalSemaphore
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuDestroyExternalSemaphore
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: 
cuSignalExternalSemaphoresAsync
[AVHWDeviceContext @ 000001a2b3f1e980] Loaded sym: cuWaitExternalSemaphoresAsync
detected 4 logical cores
[h264 @ 000001a2b3495800] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000001a2b3495800] nal_unit_type: 8(PPS), nal_ref_idc: 3
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_nvenc))
  Stream #0:1 -> #0:1 (truehd (native) -> eac3 (native))
Press [q] to stop, [?] for help
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 1 times
[h264 @ 000001a2b3495800] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 000001a2b3495800] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000001a2b3495800] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 000001a2b3495800] nal_unit_type: 6(SEI), nal_ref_idc: 0
    Last message repeated 2 times
[h264 @ 000001a2b3495800] nal_unit_type: 5(IDR), nal_ref_idc: 3
    Last message repeated 3 times
[h264 @ 000001a2b3495800] Format cuda chosen by get_format().
[h264 @ 000001a2b3495800] Format cuda requires hwaccel initialisation.
[graph_1_in_0_1 @ 000001a2b3234280] Setting 'time_base' to value '1/48000'
[graph_1_in_0_1 @ 000001a2b3234280] Setting 'sample_rate' to value '48000'
[graph_1_in_0_1 @ 000001a2b3234280] Setting 'sample_fmt' to value 's32'
[graph_1_in_0_1 @ 000001a2b3234280] Setting 'channel_layout' to value '0x63f'
[graph_1_in_0_1 @ 000001a2b3234280] tb:1/48000 samplefmt:s32 samplerate:48000 
chlayout:0x63f
[format_out_0_1 @ 000001a2b3faa080] Setting 'sample_fmts' to value 'fltp'
[format_out_0_1 @ 000001a2b3faa080] Setting 'sample_rates' to value 
'48000|44100|32000'
[format_out_0_1 @ 000001a2b3faa080] Setting 'channel_layouts' to value 
'0x4|0x3|0x103|0x7|0x603|0x33|0x107|0x607|0x37|0xc|0xb|0x10b|0xf|0x60b|0x3b|0x10f|0x60f|0x3f'
[format_out_0_1 @ 000001a2b3faa080] auto-inserting filter 'auto_resampler_0' 
between the filter 'Parsed_anull_0' and the filter 'format_out_0_1'
[AVFilterGraph @ 000001a2b326cd40] query_formats: 4 queried, 6 merged, 3 
already done, 0 delayed
[auto_resampler_0 @ 000001a2b3678e80] [SWR @ 000001a2b3247a40] Using fltp 
internally between filters
[auto_resampler_0 @ 000001a2b3678e80] [SWR @ 000001a2b3247a40] Matrix 
coefficients:
[auto_resampler_0 @ 000001a2b3678e80] [SWR @ 000001a2b3247a40] FL: FL:1.000000 
FR:0.000000 FC:0.000000 LFE:0.000000 BL:0.000000 BR:0.000000 SL:0.000000 
SR:0.000000 
[auto_resampler_0 @ 000001a2b3678e80] [SWR @ 000001a2b3247a40] FR: FL:0.000000 
FR:1.000000 FC:0.000000 LFE:0.000000 BL:0.000000 BR:0.000000 SL:0.000000 
SR:0.000000 
[auto_resampler_0 @ 000001a2b3678e80] [SWR @ 000001a2b3247a40] FC: FL:0.000000 
FR:0.000000 FC:1.000000 LFE:0.000000 BL:0.000000 BR:0.000000 SL:0.000000 
SR:0.000000 
[auto_resampler_0 @ 000001a2b3678e80] [SWR @ 000001a2b3247a40] LFE: FL:0.000000 
FR:0.000000 FC:0.000000 LFE:1.000000 BL:0.000000 BR:0.000000 SL:0.000000 
SR:0.000000 
[auto_resampler_0 @ 000001a2b3678e80] [SWR @ 000001a2b3247a40] SL: FL:0.000000 
FR:0.000000 FC:0.000000 LFE:0.000000 BL:0.707107 BR:0.000000 SL:1.000000 
SR:0.000000 
[auto_resampler_0 @ 000001a2b3678e80] [SWR @ 000001a2b3247a40] SR: FL:0.000000 
FR:0.000000 FC:0.000000 LFE:0.000000 BL:0.000000 BR:0.707107 SL:0.000000 
SR:1.000000 
[auto_resampler_0 @ 000001a2b3678e80] ch:8 chl:7.1 fmt:s32 r:48000Hz -> ch:6 
chl:5.1(side) fmt:fltp r:48000Hz
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 4 times
[h264 @ 000001a2b3495800] Loaded lib: nvcuvid.dll
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
[h264 @ 000001a2b3495800] Loaded sym: cuvidGetDecoderCaps
[h264 @ 000001a2b3495800] Loaded sym: cuvidCreateDecoder
[h264 @ 000001a2b3495800] Loaded sym: cuvidDestroyDecoder
[h264 @ 000001a2b3495800] Loaded sym: cuvidDecodePicture
[h264 @ 000001a2b3495800] Loaded sym: cuvidGetDecodeStatus
[h264 @ 000001a2b3495800] Loaded sym: cuvidReconfigureDecoder
[h264 @ 000001a2b3495800] Loaded sym: cuvidMapVideoFrame64
[h264 @ 000001a2b3495800] Loaded sym: cuvidUnmapVideoFrame64
[h264 @ 000001a2b3495800] Loaded sym: cuvidCtxLockCreate
[h264 @ 000001a2b3495800] Loaded sym: cuvidCtxLockDestroy
[h264 @ 000001a2b3495800] Loaded sym: cuvidCtxLock
[h264 @ 000001a2b3495800] Loaded sym: cuvidCtxUnlock
[h264 @ 000001a2b3495800] Loaded sym: cuvidCreateVideoSource
[h264 @ 000001a2b3495800] Loaded sym: cuvidCreateVideoSourceW
[h264 @ 000001a2b3495800] Loaded sym: cuvidDestroyVideoSource
[h264 @ 000001a2b3495800] Loaded sym: cuvidSetVideoSourceState
[h264 @ 000001a2b3495800] Loaded sym: cuvidGetVideoSourceState
[h264 @ 000001a2b3495800] Loaded sym: cuvidGetSourceVideoFormat
[h264 @ 000001a2b3495800] Loaded sym: cuvidGetSourceAudioFormat
[h264 @ 000001a2b3495800] Loaded sym: cuvidCreateVideoParser
[h264 @ 000001a2b3495800] Loaded sym: cuvidParseVideoData
[h264 @ 000001a2b3495800] Loaded sym: cuvidDestroyVideoParser
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 76 times
[h264 @ 000001a2b3495800] NVDEC capabilities:
[h264 @ 000001a2b3495800] format supported: yes, max_mb_count: 65536
[h264 @ 000001a2b3495800] min_width: 48, max_width: 4096
[h264 @ 000001a2b3495800] min_height: 16, max_height: 4096
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 46 times
[h264 @ 000001a2b3495800] Reinit context to 1920x1088, pix_fmt: cuda
[h264 @ 000001a2b3495800] ct_type:0 pic_struct:0
[h264 @ 000001a2b3495800] no picture 
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
[h264 @ 000001a2b3498140] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 000001a2b3498140] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 000001a2b3498140] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 2
    Last message repeated 3 times
[h264 @ 000001a2b3498140] ct_type:0 pic_struct:0
[h264 @ 000001a2b3498140] no picture 
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 25 times
[h264 @ 000001a2b3499800] nal_unit_type: 9(AUD), nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
[h264 @ 000001a2b3499800] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 000001a2b3499800] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
    Last message repeated 1 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 1 times
[h264 @ 000001a2b3499800] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 1 times
[h264 @ 000001a2b3499800] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 48 times
[h264 @ 000001a2b3499800] ct_type:0 pic_struct:0
[h264 @ 000001a2b3499800] no picture 
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 56 times
[h264 @ 000001a2b34985c0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 000001a2b34985c0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 000001a2b34985c0] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 2
    Last message repeated 3 times
[h264 @ 000001a2b34985c0] ct_type:0 pic_struct:0
[h264 @ 000001a2b34985c0] no picture 
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
[h264 @ 000001a2b34945c0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 000001a2b34945c0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 000001a2b34945c0] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
    Last message repeated 3 times
[h264 @ 000001a2b34945c0] ct_type:0 pic_struct:0
[h264 @ 000001a2b3495800] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 000001a2b3495800] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 000001a2b3495800] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
    Last message repeated 3 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 43 times
[h264 @ 000001a2b3495800] ct_type:0 pic_struct:0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 91 times
[h264 @ 000001a2b3498140] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 000001a2b3498140] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 000001a2b3498140] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 2
    Last message repeated 3 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
[h264 @ 000001a2b3498140] ct_type:0 pic_struct:0
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 5 times
[h264 @ 000001a2b3499800] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 000001a2b3499800] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 000001a2b3499800] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
    Last message repeated 3 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it 
occurs once at the start per stream)
    Last message repeated 9 times
[h264 @ 000001a2b3499800] ct_type:0 pic_struct:0
[h264 @ 000001a2b34985c0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 000001a2b34985c0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 000001a2b34985c0] nal_unit_type: 1(Coded slice of a non-IDR picture), 
nal_ref_idc: 0
    Last message repeated 3 times
[h264 @ 000001a2b34985c0] ct_type:0 pic_struct:0
[Parsed_yadif_cuda_0 @ 000001a2b329ee00] Setting 'deint' to value 'interlaced'
[graph 0 input from stream 0:0 @ 000001a2b37de940] Setting 'video_size' to 
value '1920x1080'
[graph 0 input from stream 0:0 @ 000001a2b37de940] Setting 'pix_fmt' to value 
'161'
[graph 0 input from stream 0:0 @ 000001a2b37de940] Setting 'time_base' to value 
'1/1000'
[graph 0 input from stream 0:0 @ 000001a2b37de940] Setting 'pixel_aspect' to 
value '1/1'
[graph 0 input from stream 0:0 @ 000001a2b37de940] Setting 'frame_rate' to 
value '24000/1001'
[graph 0 input from stream 0:0 @ 000001a2b37de940] w:1920 h:1080 pixfmt:p010le 
tb:1/1000 fr:24000/1001 sar:1/1
[format @ 000001a2b3264a80] Setting 'pix_fmts' to value 'p010le'
[auto_scaler_0 @ 000001a2b3264b80] Setting 'flags' to value 'bicubic'
[auto_scaler_0 @ 000001a2b3264b80] w:iw h:ih flags:'bicubic' interl:0
[Parsed_yadif_cuda_0 @ 000001a2b329ee00] auto-inserting filter 'auto_scaler_0' 
between the filter 'graph 0 input from stream 0:0' and the filter 
'Parsed_yadif_cuda_0'
Impossible to convert between the formats supported by the filter 'graph 0 
input from stream 0:0' and the filter 'auto_scaler_0'
Error reinitializing filters!
Failed to inject frame into filter network: Function not implemented
Error while processing the decoded data for stream #0:0
[AVIOContext @ 000001a2b33c29c0] Statistics: 0 seeks, 0 writeouts
[AVIOContext @ 000001a2b31e7f80] Statistics: 5115138 bytes read, 2 seeks
Conversion failed!
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to