[FFmpeg-user] error during conversion

Andy Sheimo asheimo at gmail.com
Sat Dec 12 00:31:21 EET 2020


Trying to transcode a file and perform a pixel conversion from 8 to 10 bit.
The transcode errors with Impossible to convert between the formats
supported by the filter 'Parsed_null_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

I have tried inserting scale_qsv into the command with no success either.
The original command line is as follows:

ffmpeg -loglevel debug -stats -qsv_device 1 -hwaccel qsv -c:v vc1_qsv -i
"F:\Testing 3\BLADE RUNNER\Blade Runner - The Final Cut.mkv" -map 0:0 -c:v
hevc_qsv -pix_fmt:v p010le -b:v 6000k -maxrate:v 18000k -load_plugin:v
hevc_hw -color_primaries:v bt709 -color_trc:v bt709 -colorspace:v bt709
-metadata:s:v title= -disposition:v default -map 0:1 -c:a:0 copy
-metadata:s:a:0 title= -disposition:a:0 default -sn -metadata:g title=
-default_mode passthrough "Blade Runner - The Final Cut.mkv"

here is the debug output:
ffmpeg version N-99979-gb0a8b40294-ffmpeg-windows-build-helpers Copyright
(c) 2000-2020 the FFmpeg developers
  built with gcc 10.1.0 (GCC)
  configuration: --pkg-config=pkg-config --pkg-config-flags=--static
--extra-version=ffmpeg-windows-build-helpers --enable-version3
--disable-debug --disable-w32threads --arch=x86_64 --target-os=mingw32
--cross-prefix=/home/asheimo/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-x86_64/bin/x86_64-w64-mingw32-
--enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb
--enable-libopus --enable-libsoxr --enable-libvo-amrwbenc
--enable-libvorbis --enable-opengl --enable-libaom --enable-libvpx
--enable-nvenc --enable-nvdec --enable-cuda-llvm --extra-libs=-lharfbuzz
--extra-libs=-lm --extra-libs=-lpthread --extra-cflags=-DLIBTWOLAME_STATIC
--extra-cflags=-DMODPLUG_STATIC --extra-cflags=-DCACA_STATIC --enable-amf
--enable-libmfx --enable-gpl --enable-frei0r --enable-filter=frei0r
--enable-librubberband --enable-libvidstab --enable-libx264
--enable-libx265 --enable-libxvid --enable-libdavs2 --enable-libxavs2
--enable-libxavs --enable-avresample --extra-cflags='-mtune=generic'
--extra-cflags=-O3 --enable-static --disable-shared
--prefix=/home/asheimo/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-x86_64/x86_64-w64-mingw32
  libavutil      56. 60.100 / 56. 60.100
  libavcodec     58.112.103 / 58.112.103
  libavformat    58. 64.100 / 58. 64.100
  libavdevice    58. 11.103 / 58. 11.103
  libavfilter     7. 90.100 /  7. 90.100
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  8.100 /  5.  8.100
  libswresample   3.  8.100 /  3.  8.100
  libpostproc    55.  8.100 / 55.  8.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 '-qsv_device' ... matched as option 'qsv_device' (set QSV
hardware device (DirectX adapter index, DRM path or X11 display name)) with
argument '1'.
Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW
accelerated decoding) with argument 'qsv'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument
'vc1_qsv'.
Reading option '-i' ... matched as input url with argument 'F:\Testing
3\BLADE RUNNER\Blade Runner - The Final Cut.mkv'.
Reading option '-map' ... matched as option 'map' (set input stream
mapping) with argument '0:0'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument
'hevc_qsv'.
Reading option '-pix_fmt:v' ... 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 '6000k'.
Reading option '-maxrate:v' ... matched as AVOption 'maxrate:v' with
argument '18000k'.
Reading option '-load_plugin:v' ... matched as AVOption 'load_plugin:v'
with argument 'hevc_hw'.
Reading option '-color_primaries:v' ... matched as AVOption
'color_primaries:v' with argument 'bt709'.
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 'bt709'.
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 'copy'.
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 '-default_mode' ... matched as AVOption 'default_mode' with
argument 'passthrough'.
Reading option 'Blade Runner - The Final Cut.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.
Applying option qsv_device (set QSV hardware device (DirectX adapter index,
DRM path or X11 display name)) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url F:\Testing 3\BLADE RUNNER\Blade
Runner - The Final Cut.mkv.
Applying option hwaccel (use HW accelerated decoding) with argument qsv.
Applying option c:v (codec name) with argument vc1_qsv.
Successfully parsed a group of options.
Opening an input file: F:\Testing 3\BLADE RUNNER\Blade Runner - The Final
Cut.mkv.
[NULL @ 0000025cffc13900] Opening 'F:\Testing 3\BLADE RUNNER\Blade Runner -
The Final Cut.mkv' for reading
[file @ 0000025cff6ba0c0] Setting default whitelist 'file,crypto,data'
[matroska,webm @ 0000025cffc13900] 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
st:15 removing common factor 1000000 from timebase
st:16 removing common factor 1000000 from timebase
st:17 removing common factor 1000000 from timebase
[matroska,webm @ 0000025cffc13900] Before avformat_find_stream_info() pos:
5759 bytes read:40083 seeks:2 nb_streams:18
[vc1 @ 0000025cffc339c0] Header: DBFE3BF2
[vc1 @ 0000025cffc339c0] Advanced Profile level 3:
frmrtq_postproc=7, bitrtq_postproc=31
LoopFilter=0, ChromaFormat=1, Pulldown=1, Interlace: 0
TFCTRflag=0, FINTERPflag=0
[vc1 @ 0000025cffc339c0] Display extended info:
[vc1 @ 0000025cffc339c0] Display dimensions: 1920x1080
[vc1 @ 0000025cffc339c0] Aspect: 1:1
[vc1 @ 0000025cffc339c0] Entry point: 5ADFFCEF
[vc1 @ 0000025cffc339c0] Entry point info:
BrokenLink=0, ClosedEntry=1, PanscanFlag=0
RefDist=1, Postproc=1, FastUVMC=0, ExtMV=1
DQuant=1, VSTransform=1, Overlap=0, Qmode=3
[vc1 @ 0000025cffc339c0] Format yuv420p chosen by get_format().
    Last message repeated 1 times
[vc1 @ 0000025cffc339c0] Header: DBFE3BF2
[vc1 @ 0000025cffc339c0] Advanced Profile level 3:
frmrtq_postproc=7, bitrtq_postproc=31
LoopFilter=0, ChromaFormat=1, Pulldown=1, Interlace: 0
TFCTRflag=0, FINTERPflag=0
[vc1 @ 0000025cffc339c0] Display extended info:
[vc1 @ 0000025cffc339c0] Display dimensions: 1920x1080
[vc1 @ 0000025cffc339c0] Aspect: 1:1
[vc1 @ 0000025cffc339c0] Entry point: 5ADFFCEF
[vc1 @ 0000025cffc339c0] Entry point info:
BrokenLink=0, ClosedEntry=1, PanscanFlag=0
RefDist=1, Postproc=1, FastUVMC=0, ExtMV=1
DQuant=1, VSTransform=1, Overlap=0, Qmode=3
[matroska,webm @ 0000025cffc13900] max_analyze_duration 5000000 reached at
5005000 microseconds st:0
[matroska,webm @ 0000025cffc13900] Could not find codec parameters for
stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize'
(5000000) options
[matroska,webm @ 0000025cffc13900] Could not find codec parameters for
stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize'
(5000000) options
[matroska,webm @ 0000025cffc13900] Could not find codec parameters for
stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize'
(5000000) options
[matroska,webm @ 0000025cffc13900] Could not find codec parameters for
stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize'
(5000000) options
[matroska,webm @ 0000025cffc13900] Could not find codec parameters for
stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize'
(5000000) options
[matroska,webm @ 0000025cffc13900] Could not find codec parameters for
stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize'
(5000000) options
[matroska,webm @ 0000025cffc13900] Could not find codec parameters for
stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize'
(5000000) options
[matroska,webm @ 0000025cffc13900] Could not find codec parameters for
stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize'
(5000000) options
[matroska,webm @ 0000025cffc13900] Could not find codec parameters for
stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize'
(5000000) options
[matroska,webm @ 0000025cffc13900] After avformat_find_stream_info() pos:
3570220 bytes read:3619751 seeks:2 frames:7145
Input #0, matroska,webm, from 'F:\Testing 3\BLADE RUNNER\Blade Runner - The
Final Cut.mkv':
  Metadata:
    encoder         : libmakemkv v1.15.2 (1.3.10/1.5.2) win(x64-release)
    creation_time   : 2020-09-30T13:44:43.000000Z
  Duration: 01:57:36.84, start: 0.000000, bitrate: 23375 kb/s
    Chapter #0:0: start 0.000000, end 178.011167
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 178.011167, end 271.938333
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 271.938333, end 446.279167
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 446.279167, end 677.885542
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 677.885542, end 778.569458
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 778.569458, end 1017.891875
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 1017.891875, end 1358.482125
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 1358.482125, end 1504.544708
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 1504.544708, end 1677.967958
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 1677.967958, end 1821.277792
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 1821.277792, end 2179.177000
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 2179.177000, end 2489.945792
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 2489.945792, end 2543.749542
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 2543.749542, end 2756.336917
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 2756.336917, end 2924.463208
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 2924.463208, end 3318.565250
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 3318.565250, end 3446.943500
    Metadata:
      title           : Chapter 17
    Chapter #0:17: start 3446.943500, end 3584.998083
    Metadata:
      title           : Chapter 18
    Chapter #0:18: start 3584.998083, end 3709.414042
    Metadata:
      title           : Chapter 19
    Chapter #0:19: start 3709.414042, end 3797.752292
    Metadata:
      title           : Chapter 20
    Chapter #0:20: start 3797.752292, end 4064.101708
    Metadata:
      title           : Chapter 21
    Chapter #0:21: start 4064.101708, end 4359.521833
    Metadata:
      title           : Chapter 22
    Chapter #0:22: start 4359.521833, end 4573.360458
    Metadata:
      title           : Chapter 23
    Chapter #0:23: start 4573.360458, end 4812.349208
    Metadata:
      title           : Chapter 24
    Chapter #0:24: start 4812.349208, end 4954.532917
    Metadata:
      title           : Chapter 25
    Chapter #0:25: start 4954.532917, end 5227.513958
    Metadata:
      title           : Chapter 26
    Chapter #0:26: start 5227.513958, end 5324.861208
    Metadata:
      title           : Chapter 27
    Chapter #0:27: start 5324.861208, end 5642.219917
    Metadata:
      title           : Chapter 28
    Chapter #0:28: start 5642.219917, end 5814.225083
    Metadata:
      title           : Chapter 29
    Chapter #0:29: start 5814.225083, end 6072.191125
    Metadata:
      title           : Chapter 30
    Chapter #0:30: start 6072.191125, end 6156.942458
    Metadata:
      title           : Chapter 31
    Chapter #0:31: start 6156.942458, end 6271.515250
    Metadata:
      title           : Chapter 32
    Chapter #0:32: start 6271.515250, end 6356.266583
    Metadata:
      title           : Chapter 33
    Chapter #0:33: start 6356.266583, end 6544.162625
    Metadata:
      title           : Chapter 34
    Chapter #0:34: start 6544.162625, end 6741.359625
    Metadata:
      title           : Chapter 35
    Chapter #0:35: start 6741.359625, end 7056.841458
    Metadata:
      title           : Chapter 36
    Stream #0:0(eng), 120, 1/1000: Video: vc1 (Advanced), 1 reference frame
(WVC1 / 0x31435657), yuv420p(progressive, left), 1920x1080 [SAR 1:1 DAR
16:9], 0/1, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
    Metadata:
      BPS-eng         : 16874579
      DURATION-eng    : 01:57:36.841458333
      NUMBER_OF_FRAMES-eng: 169195
      NUMBER_OF_BYTES-eng: 14885153002
      SOURCE_ID-eng   : 001011
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:1(eng), 158, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp,
640 kb/s (default)
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 01:57:36.864000000
      NUMBER_OF_FRAMES-eng: 220527
      NUMBER_OF_BYTES-eng: 564549120
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:2(eng), 6076, 1/1000: Audio: truehd, 48000 Hz, 5.1(side), s32
(24 bit)
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 3766432
      DURATION-eng    : 01:57:36.841666666
      NUMBER_OF_FRAMES-eng: 8468210
      NUMBER_OF_BYTES-eng: 3322389136
      SOURCE_ID-eng   : 001101
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:3(eng), 158, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp,
640 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 01:57:36.864000000
      NUMBER_OF_FRAMES-eng: 220527
      NUMBER_OF_BYTES-eng: 564549120
      SOURCE_ID-eng   : 001101
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:4(fra), 158, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp,
640 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 01:57:36.864000000
      NUMBER_OF_FRAMES-eng: 220527
      NUMBER_OF_BYTES-eng: 564549120
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:5(eng), 158, 1/1000: Audio: ac3, 48000 Hz, stereo, fltp, 192
kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 192000
      DURATION-eng    : 01:57:36.864000000
      NUMBER_OF_FRAMES-eng: 220527
      NUMBER_OF_BYTES-eng: 169364736
      SOURCE_ID-eng   : 001103
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:6(eng), 158, 1/1000: Audio: ac3, 48000 Hz, stereo, fltp, 192
kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 192000
      DURATION-eng    : 01:57:36.864000000
      NUMBER_OF_FRAMES-eng: 220527
      NUMBER_OF_BYTES-eng: 169364736
      SOURCE_ID-eng   : 001104
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:7(eng), 158, 1/1000: Audio: ac3, 48000 Hz, stereo, fltp, 192
kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 192000
      DURATION-eng    : 01:57:36.864000000
      NUMBER_OF_FRAMES-eng: 220527
      NUMBER_OF_BYTES-eng: 169364736
      SOURCE_ID-eng   : 001105
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _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         : 18726
      DURATION-eng    : 01:47:42.351729166
      NUMBER_OF_FRAMES-eng: 1788
      NUMBER_OF_BYTES-eng: 15127155
      SOURCE_ID-eng   : 001200
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _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         : 14153
      DURATION-eng    : 01:55:09.381645833
      NUMBER_OF_FRAMES-eng: 1488
      NUMBER_OF_BYTES-eng: 12224311
      SOURCE_ID-eng   : 001201
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:10(jpn), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 10561
      DURATION-eng    : 01:50:08.622854166
      NUMBER_OF_FRAMES-eng: 1300
      NUMBER_OF_BYTES-eng: 8724740
      SOURCE_ID-eng   : 001202
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:11(zho), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 14631
      DURATION-eng    : 01:56:36.552062500
      NUMBER_OF_FRAMES-eng: 1574
      NUMBER_OF_BYTES-eng: 12796596
      SOURCE_ID-eng   : 001203
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:12(kor), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 10795
      DURATION-eng    : 01:56:31.463645833
      NUMBER_OF_FRAMES-eng: 1648
      NUMBER_OF_BYTES-eng: 9434133
      SOURCE_ID-eng   : 001204
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:13(spa), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 14581
      DURATION-eng    : 01:55:09.590187500
      NUMBER_OF_FRAMES-eng: 1480
      NUMBER_OF_BYTES-eng: 12594012
      SOURCE_ID-eng   : 001205
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _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         : 15727
      DURATION-eng    : 01:56:31.505354166
      NUMBER_OF_FRAMES-eng: 1584
      NUMBER_OF_BYTES-eng: 13745004
      SOURCE_ID-eng   : 001206
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:15(jpn), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 42596
      DURATION-eng    : 01:53:17.728437500
      NUMBER_OF_FRAMES-eng: 2721
      NUMBER_OF_BYTES-eng: 36195314
      SOURCE_ID-eng   : 001207
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:16(jpn), 1, 1/1000: Subtitle: hdmv_pgs_subtitle, 1920x1080
    Metadata:
      BPS-eng         : 41048
      DURATION-eng    : 01:53:12.556604166
      NUMBER_OF_FRAMES-eng: 3168
      NUMBER_OF_BYTES-eng: 34852943
      SOURCE_ID-eng   : 001208
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
    Stream #0:17(jpn), 0, 1/1000: Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 45933
      DURATION-eng    : 01:55:22.811729166
      NUMBER_OF_FRAMES-eng: 3131
      NUMBER_OF_BYTES-eng: 39748480
      SOURCE_ID-eng   : 001209
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.15.2 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2020-09-30 13:44:43
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
SOURCE_ID
Successfully opened the file.
Parsing a group of options: output url Blade Runner - The Final Cut.mkv.
Applying option map (set input stream mapping) with argument 0:0.
Applying option c:v (codec name) with argument hevc_qsv.
Applying option pix_fmt:v (set pixel format) with argument p010le.
Applying option b:v (video bitrate (please use -b:v)) with argument 6000k.
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 copy.
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: Blade Runner - The Final Cut.mkv.
[file @ 0000025cffc56d80] Setting default whitelist 'file,crypto,data'
Successfully opened the file.
Stream mapping:
  Stream #0:0 -> #0:0 (vc1 (vc1_qsv) -> hevc (hevc_qsv))
  Stream #0:1 -> #0:1 (copy)
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)
[AVHWDeviceContext @ 0000025c81ac3980] Using D3D9Ex device.
[AVHWDeviceContext @ 0000025c81ac2400] Initialize MFX session: API version
is 1.34, implementation version is 1.33
[vc1_qsv @ 0000025cffc44cc0] Format qsv chosen by get_format().
[vc1_qsv @ 0000025cffc44cc0] Decoder: output is video memory surface
[vc1_qsv @ 0000025cffc44cc0] Format qsv chosen by get_format().
[vc1_qsv @ 0000025cffc44cc0] Decoder: output is video memory surface
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)
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=
-0.0kbits/s speed=N/A
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 272 times
Frame parameters mismatch context 1920,1080,116 != 1920,1080,23
detected 16 logical cores
[graph 0 input from stream 0:0 @ 0000025cffc12900] Setting 'video_size' to
value '1920x1080'
[graph 0 input from stream 0:0 @ 0000025cffc12900] Setting 'pix_fmt' to
value '116'
[graph 0 input from stream 0:0 @ 0000025cffc12900] Setting 'time_base' to
value '1/1000'
[graph 0 input from stream 0:0 @ 0000025cffc12900] Setting 'pixel_aspect'
to value '1/1'
[graph 0 input from stream 0:0 @ 0000025cffc12900] Setting 'frame_rate' to
value '24000/1001'
[graph 0 input from stream 0:0 @ 0000025cffc12900] w:1920 h:1080 pixfmt:qsv
tb:1/1000 fr:24000/1001 sar:1/1
[format @ 0000025cffcefdc0] Setting 'pix_fmts' to value 'p010le'
[auto_scaler_0 @ 0000025c81529200] Setting 'flags' to value 'bicubic'
[auto_scaler_0 @ 0000025c81529200] w:iw h:ih flags:'bicubic' interl:0
[format @ 0000025cffcefdc0] auto-inserting filter 'auto_scaler_0' between
the filter 'Parsed_null_0' and the filter 'format'
Impossible to convert between the formats supported by the filter
'Parsed_null_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 @ 0000025cffcfd640] Statistics: 0 seeks, 0 writeouts
[AVIOContext @ 0000025cffc1c040] Statistics: 3619751 bytes read, 2 seeks
Conversion failed!


More information about the ffmpeg-user mailing list