#11643: Merge Error on new build(GyanD)
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  free_movie_user                    |
               Status:  new          |                 Priority:  important
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 Merge Error on new build(GyanD)
 The GyanD suggest to open a ticket here.
 https://github.com/GyanD/codexffmpeg/issues/189#issuecomment-2994935238

 How to reproduce:
 Here is two processing stdout as log.
 one is error, other one is no error which previous version
 on 4080.

 ==================================================
 [with ffmpeg-2025-06-17-git-ee1f79b0fa-full_build == ERROR! ]

 C:\Users\testpath>ffmpeg -y -loglevel debug -nostats -hide_banner
 -init_hw_device vulkan=gpu:0,device_type=gpu -hwaccel vulkan
 -hwaccel_device gpu -hwaccel_output_format rgba -i
 "R:\MEDIA_Debug\transition_group_transition_group_1.mov" -i
 "R:\MEDIA_Debug\video_clip_track_1_33504.mov" -framerate 10
 -filter_hw_device gpu -filter_complex
 
"[0:V:0]format=rgba,hwupload[a];[1:V:0]format=rgba,hwupload[b];[a][b]xfade_vulkan=transition=fade:duration=1.0:offset=2.0,scale_vulkan=1920:1080,hwdownload,format=rgba[video]
 " -noautoscale -map "[video]" -threads 6 -an -r 10 -c:v qtrle -pix_fmt
 argb "R:\MEDIA_Debug\video_transition_temp2_33504.mov"
 Splitting the commandline.
 Reading option '-y' ... matched as option 'y' (overwrite output files)
 with argument '1'.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument 'debug'.
 Reading option '-nostats' ... matched as option 'stats' (print progress
 report during encoding) with argument 0.
 Reading option '-hide_banner' ... matched as option 'hide_banner' (do not
 show program banner) with argument '1'.
 Reading option '-init_hw_device' ... matched as option 'init_hw_device'
 (initialise hardware device) with argument 'vulkan=gpu:0,device_type=gpu'.
 Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW
 accelerated decoding) with argument 'vulkan'.
 Reading option '-hwaccel_device' ... matched as option 'hwaccel_device'
 (select a device for HW acceleration) with argument 'gpu'.
 Reading option '-hwaccel_output_format' ... matched as option
 'hwaccel_output_format' (select output format used with HW accelerated
 decoding) with argument 'rgba'.
 Reading option '-i' ... matched as input url with argument
 'R:\MEDIA_Debug\transition_group_transition_group_1.mov'.
 Reading option '-i' ... matched as input url with argument
 'R:\MEDIA_Debug\video_clip_track_1_33504.mov'.
 Reading option '-framerate' ... matched as AVOption 'framerate' with
 argument '10'.
 Reading option '-filter_hw_device' ... matched as option
 'filter_hw_device' (set hardware device used when filtering) with argument
 'gpu'.
 Reading option '-filter_complex' ... matched as option 'filter_complex'
 (create a complex filtergraph) with argument
 
'[0:V:0]format=rgba,hwupload[a];[1:V:0]format=rgba,hwupload[b];[a][b]xfade_vulkan=transition=fade:duration=1.0:offset=2.0,scale_vulkan=1920:1080,hwdownload,format=rgba[video]
 '.
 Reading option '-noautoscale' ... matched as option 'autoscale'
 (automatically insert a scale filter at the end of the filter graph) with
 argument 0.
 Reading option '-map' ... matched as option 'map' (set input stream
 mapping) with argument '[video]'.
 Reading option '-threads' ... matched as AVOption 'threads' with argument
 '6'.
 Reading option '-an' ... matched as option 'an' (disable audio) with
 argument '1'.
 Reading option '-r' ... matched as option 'r' (override input
 framerate/convert to given output framerate (Hz value, fraction or
 abbreviation)) with argument '10'.
 Reading option '-c:v' ... matched as option 'c' (select encoder/decoder
 ('copy' to copy stream without reencoding)) with argument 'qtrle'.
 Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel
 format) with argument 'argb'.
 Reading option 'R:\MEDIA_Debug\video_transition_temp2_33504.mov' ...
 matched as output url.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option y (overwrite output files) with argument 1.
 Applying option loglevel (set logging level) with argument debug.
 Applying option nostats (print progress report during encoding) with
 argument 0.
 Applying option hide_banner (do not show program banner) with argument 1.
 Applying option init_hw_device (initialise hardware device) with argument
 vulkan=gpu:0,device_type=gpu.
 [Vulkan @ 0000021a6c9efe80] Supported layers:
 [Vulkan @ 0000021a6c9efe80] VK_LAYER_NV_optimus
 [Vulkan @ 0000021a6c9efe80] VK_LAYER_NV_present
 [Vulkan @ 0000021a6c9efe80] VK_LAYER_VALVE_steam_overlay
 [Vulkan @ 0000021a6c9efe80] VK_LAYER_VALVE_steam_fossilize
 [Vulkan @ 0000021a6c9efe80] GPU listing:
 [Vulkan @ 0000021a6c9efe80] 0: NVIDIA GeForce RTX 4080 (discrete) (0x2704)
 [Vulkan @ 0000021a6c9efe80] Device 0 selected: NVIDIA GeForce RTX 4080
 (discrete) (0x2704)
 [Vulkan @ 0000021a6c9efe80] Using device extension VK_KHR_push_descriptor
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_EXT_descriptor_buffer
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_EXT_shader_atomic_float
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_cooperative_matrix
 [Vulkan @ 0000021a6c9efe80] Using device extension VK_EXT_shader_object
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_shader_subgroup_rotate
 [Vulkan @ 0000021a6c9efe80] Using device extension VK_EXT_host_image_copy
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_shader_expect_assume
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_video_maintenance1
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_video_maintenance2
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_EXT_external_memory_host
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_external_memory_win32
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_external_semaphore_win32
 [Vulkan @ 0000021a6c9efe80] Using device extension VK_KHR_video_queue
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_video_encode_queue
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_video_decode_queue
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_video_encode_h264
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_video_decode_h264
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_video_encode_h265
 [Vulkan @ 0000021a6c9efe80] Using device extension
 VK_KHR_video_decode_h265
 [Vulkan @ 0000021a6c9efe80] Using device extension VK_KHR_video_decode_av1
 [Vulkan @ 0000021a6c9efe80] Queue families:
 [Vulkan @ 0000021a6c9efe80] 0: graphics compute transfer sparse (queues:
 16)
 [Vulkan @ 0000021a6c9efe80] 1: transfer sparse (queues: 2)
 [Vulkan @ 0000021a6c9efe80] 2: compute transfer sparse (queues: 8)
 [Vulkan @ 0000021a6c9efe80] 3: transfer decode sparse (queues: 1)
 [Vulkan @ 0000021a6c9efe80] 4: transfer encode sparse (queues: 2)
 [Vulkan @ 0000021a6c9efe80] 5: transfer sparse optical_flow (queues: 1)
 [Vulkan @ 0000021a6c9efe80] Using device: NVIDIA GeForce RTX 4080
 [Vulkan @ 0000021a6c9efe80] Alignments:
 [Vulkan @ 0000021a6c9efe80] optimalBufferCopyRowPitchAlignment: 1
 [Vulkan @ 0000021a6c9efe80] minMemoryMapAlignment: 64
 [Vulkan @ 0000021a6c9efe80] nonCoherentAtomSize: 64
 [Vulkan @ 0000021a6c9efe80] minImportedHostPointerAlignment: 4096
 [Vulkan @ 0000021a6c9efe80] Using queue family 0 (queues: 1) for graphics
 [Vulkan @ 0000021a6c9efe80] Using queue family 2 (queues: 8) for compute
 [Vulkan @ 0000021a6c9efe80] Using queue family 1 (queues: 2) for transfers
 [Vulkan @ 0000021a6c9efe80] Using queue family 3 (queues: 1) for decode
 [Vulkan @ 0000021a6c9efe80] Using queue family 4 (queues: 2) for encode
 Applying option filter_hw_device (set hardware device used when filtering)
 with argument gpu.
 Applying option filter_complex (create a complex filtergraph) with
 argument
 
[0:V:0]format=rgba,hwupload[a];[1:V:0]format=rgba,hwupload[b];[a][b]xfade_vulkan=transition=fade:duration=1.0:offset=2.0,scale_vulkan=1920:1080,hwdownload,format=rgba[video]
 .
 Successfully parsed a group of options.
 [AVFilterGraph @ 0000021a6c9b71c0] Setting 'pix_fmts' to value 'rgba'
 Last message repeated 1 times
 [AVFilterGraph @ 0000021a6c9b71c0] Setting 'transition' to value 'fade'
 [AVFilterGraph @ 0000021a6c9b71c0] Setting 'duration' to value '1.0'
 [AVFilterGraph @ 0000021a6c9b71c0] Setting 'offset' to value '2.0'
 [AVFilterGraph @ 0000021a6c9b71c0] Setting 'w' to value '1920'
 [AVFilterGraph @ 0000021a6c9b71c0] Setting 'h' to value '1080'
 [AVFilterGraph @ 0000021a6c9b71c0] Setting 'pix_fmts' to value 'rgba'
 Parsing a group of options: input url
 R:\MEDIA_Debug\transition_group_transition_group_1.mov.
 Applying option hwaccel (use HW accelerated decoding) with argument
 vulkan.
 Applying option hwaccel_device (select a device for HW acceleration) with
 argument gpu.
 Applying option hwaccel_output_format (select output format used with HW
 accelerated decoding) with argument rgba.
 Successfully parsed a group of options.
 Opening an input file:
 R:\MEDIA_Debug\transition_group_transition_group_1.mov.
 [AVFormatContext @ 0000021a6ca06340] Opening
 'R:\MEDIA_Debug\transition_group_transition_group_1.mov' for reading
 [file @ 0000021a6c9f1d00] Setting default whitelist 'file,crypto,data'
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca06340] Format
 mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca06340] ISO: File Type Major Brand:
 qt
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca06340] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca06340] Processing st: 0, edit list 0
 - media time: 0, duration: 30720
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca06340] Before
 avformat_find_stream_info() pos: 132996149 bytes read:33739 seeks:1
 nb_streams:1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca06340] All info found
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca06340] After
 avformat_find_stream_info() pos: 4724209 bytes read:4757912 seeks:2
 frames:1
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
 'R:\MEDIA_Debug\transition_group_transition_group_1.mov':
 Metadata:
 major_brand : qt
 minor_version : 512
 compatible_brands: qt
 encoder : Lavf62.1.100
 Duration: 00:00:03.00, start: 0.000000, bitrate: 354656 kb/s
 Stream #0:0[0x1], 1, 1/10240: Video: qtrle, 1 reference frame (rle /
 0x20656C72), argb(gbr/bt709/bt709, progressive), 1920x1080, 0/1, 354653
 kb/s, 10 fps, 10 tbr, 10240 tbn (default)
 Metadata:
 handler_name : VideoHandler
 vendor_id : FFMP
 encoder : Lavc62.3.101 qtrle
 Successfully opened the file.
 Parsing a group of options: input url
 R:\MEDIA_Debug\video_clip_track_1_33504.mov.
 Successfully parsed a group of options.
 Opening an input file: R:\MEDIA_Debug\video_clip_track_1_33504.mov.
 [AVFormatContext @ 0000021a6c9ff7c0] Opening
 'R:\MEDIA_Debug\video_clip_track_1_33504.mov' for reading
 [file @ 0000021a6c9fd780] Setting default whitelist 'file,crypto,data'
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] Format
 mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] ISO: File Type Major Brand:
 qt
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] Processing st: 0, edit list 0
 - media time: 0, duration: 30720
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] chan: layout=65536 bitmap=3
 num_descr=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] Processing st: 1, edit list 0
 - media time: 1105, duration: 132300
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] skip 1105 audio samples from
 curr_cts: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] Before
 avformat_find_stream_info() pos: 54962545 bytes read:34996 seeks:1
 nb_streams:2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] demuxer injecting skip 1105 /
 discard 0
 [mp3float @ 0000021a6ca019c0] skip 1105 / discard 0 samples due to side
 data
 [mp3float @ 0000021a6ca019c0] skip 1105/1152 samples
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] All info found
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6c9ff7c0] After
 avformat_find_stream_info() pos: 1869585 bytes read:1904545 seeks:2
 frames:2
 Input #1, mov,mp4,m4a,3gp,3g2,mj2, from
 'R:\MEDIA_Debug\video_clip_track_1_33504.mov':
 Metadata:
 major_brand : qt
 minor_version : 512
 compatible_brands: qt
 encoder : Lavf62.1.100
 Duration: 00:00:03.00, start: 0.000000, bitrate: 146566 kb/s
 Stream #1:0[0x1], 1, 1/10240: Video: qtrle, 1 reference frame (rle /
 0x20656C72), argb(gbr/bt709/bt709, progressive), 1920x1080, 0/1, 146237
 kb/s, SAR 1:1 DAR 16:9, 10 fps, 10 tbr, 10240 tbn (default)
 Metadata:
 handler_name : VideoHandler
 vendor_id : FFMP
 encoder : Lavc62.3.101 qtrle
 Stream #1:1[0x2], 1, 1/44100: Audio: mp3 (mp3float) (.mp3 / 0x33706D2E),
 44100 Hz, stereo, fltp, 320 kb/s (default)
 Metadata:
 handler_name : SoundHandler
 vendor_id : [0][0][0][0]
 Successfully opened the file.
 Parsing a group of options: output url
 R:\MEDIA_Debug\video_transition_temp2_33504.mov.
 Applying option noautoscale (automatically insert a scale filter at the
 end of the filter graph) with argument 0.
 Applying option map (set input stream mapping) with argument [video].
 Applying option an (disable audio) with argument 1.
 Applying option r (override input framerate/convert to given output
 framerate (Hz value, fraction or abbreviation)) with argument 10.
 Applying option c:v (select encoder/decoder ('copy' to copy stream without
 reencoding)) with argument qtrle.
 Applying option pix_fmt (set pixel format) with argument argb.
 Successfully parsed a group of options.
 Opening an output file: R:\MEDIA_Debug\video_transition_temp2_33504.mov.
 [out#0/mov @ 0000021a6ca040c0] Adding streams from explicit maps...
 [out#0/mov @ 0000021a6ca040c0] Creating output stream from an explicitly
 mapped complex filtergraph 0, output [video]
 [vost#0:0/qtrle @ 0000021a6ca09f40] Created video stream from complex
 filtergraph 0:[format:default]
 [vost#0:0/qtrle @ 0000021a6ca09f40]
 [file @ 0000021a6ca0bac0] Setting default whitelist 'file,crypto,data'
 Successfully opened the file.
 [fc#0 @ 0000021a6c9f91c0] Binding input with label '0:V:0' to input stream
 0:0
 [fc#0 @ 0000021a6c9f91c0] Binding input with label '1:V:0' to input stream
 1:0
 Stream mapping:
 Stream #0:0 (qtrle) -> format:default
 Stream #1:0 (qtrle) -> format:default
 format:default -> Stream #0:0 (qtrle)
 [vost#0:0/qtrle @ 0000021a6ca09f40] Starting thread...
 [fc#0 @ 0000021a6c9f91c0] Starting thread...
 [vist#0:0/qtrle @ 0000021a6c9fd580] [dec:qtrle @ 0000021a6ca0c100]
 Starting thread...
 [vist#1:0/qtrle @ 0000021a6ca0ca40] [dec:qtrle @ 0000021a6ca1fa80]
 Starting thread...
 [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca02ec0] Starting thread...
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca05c40] Starting thread...
 Press [q] to stop, [?] for help
 [AVFilterGraph @ 0000021a6ca23ac0] Setting 'pix_fmts' to value 'rgba'
 Last message repeated 1 times
 [AVFilterGraph @ 0000021a6ca23ac0] Setting 'transition' to value 'fade'
 [AVFilterGraph @ 0000021a6ca23ac0] Setting 'duration' to value '1.0'
 [AVFilterGraph @ 0000021a6ca23ac0] Setting 'offset' to value '2.0'
 [AVFilterGraph @ 0000021a6ca23ac0] Setting 'w' to value '1920'
 [AVFilterGraph @ 0000021a6ca23ac0] Setting 'h' to value '1080'
 [AVFilterGraph @ 0000021a6ca23ac0] Setting 'pix_fmts' to value 'rgba'
 detected 32 logical cores
 [graph 0 input from stream 0:0 @ 0000021a6ca04400] w:1920 h:1080
 pixfmt:argb tb:1/10240 fr:10/1 sar:0/1 csp:gbr range:unknown
 [graph 0 input from stream 1:0 @ 0000021a6ca04d80] w:1920 h:1080
 pixfmt:argb tb:1/10240 fr:10/1 sar:1/1 csp:gbr range:unknown
 [format @ 0000021a6ca04840] Setting 'pix_fmts' to value 'argb'
 [auto_scale_0 @ 0000021a6ca04740] w:iw h:ih flags:'' interl:0
 [Parsed_format_0 @ 0000021a6ca04300] auto-inserting filter 'auto_scale_0'
 between the filter 'graph 0 input from stream 0:0' and the filter
 'Parsed_format_0'
 [auto_scale_1 @ 0000021a6ca851c0] w:iw h:ih flags:'' interl:0
 [Parsed_format_2 @ 0000021a6ca04e80] auto-inserting filter 'auto_scale_1'
 between the filter 'graph 0 input from stream 1:0' and the filter
 'Parsed_format_2'
 [auto_scale_2 @ 0000021a6ca84c80] w:iw h:ih flags:'' interl:0
 [format @ 0000021a6ca04840] auto-inserting filter 'auto_scale_2' between
 the filter 'Parsed_format_7' and the filter 'format'
 [AVFilterGraph @ 0000021a6ca23ac0] query_formats: 12 queried, 24 merged, 9
 already done, 0 delayed
 [auto_scale_0 @ 0000021a6ca04740] w:1920 h:1080 fmt:argb csp:gbr range:pc
 sar:0/1 -> w:1920 h:1080 fmt:rgba csp:gbr range:pc sar:0/1
 flags:0x00000004
 [auto_scale_0 @ 0000021a6ca04740] [framesync @ 0000021a6ca83a90] Selected
 1/10240 time base
 [auto_scale_0 @ 0000021a6ca04740] [framesync @ 0000021a6ca83a90] Sync
 level 1
 [hwupload @ 0000021a6ca87bc0] Surface format is rgba.
 [auto_scale_1 @ 0000021a6ca851c0] w:1920 h:1080 fmt:argb csp:gbr range:pc
 sar:1/1 -> w:1920 h:1080 fmt:rgba csp:gbr range:pc sar:1/1
 flags:0x00000004
 [auto_scale_1 @ 0000021a6ca851c0] [framesync @ 0000021a753dd5d0] Selected
 1/10240 time base
 [auto_scale_1 @ 0000021a6ca851c0] [framesync @ 0000021a753dd5d0] Sync
 level 1
 [hwupload @ 0000021a6ca87940] Surface format is rgba.
 [Parsed_xfade_vulkan_4 @ 0000021a6ca04b80] Reusing existing frames context
 [Parsed_scale_vulkan_5 @ 0000021a6ca04c80] Reusing existing frames context
 [auto_scale_2 @ 0000021a6ca84c80] w:1920 h:1080 fmt:rgba csp:gbr range:pc
 sar:0/1 -> w:1920 h:1080 fmt:argb csp:gbr range:pc sar:0/1
 flags:0x00000004
 [auto_scale_2 @ 0000021a6ca84c80] [framesync @ 0000021a753f0950] Selected
 1/10240 time base
 [auto_scale_2 @ 0000021a6ca84c80] [framesync @ 0000021a753f0950] Sync
 level 1
 [swscaler @ 0000021a75407800] Forcing full internal H chroma due to input
 having non subsampled chroma
 [Vulkan @ 0000021a6c9efe80] No memory type found for flags 0x1
 Last message repeated 1 times
 [hwupload @ 0000021a6ca87bc0] Failed to allocate frame to upload to.
 [fc#0 @ 0000021a6c9f91c0] Error while filtering: Cannot allocate memory
 [fc#0 @ 0000021a6c9f91c0] Task finished with error code: -12 (Cannot
 allocate memory)
 [fc#0 @ 0000021a6c9f91c0] Terminating thread with return code -12 (Cannot
 allocate memory)
 [vost#0:0/qtrle @ 0000021a6ca09f40] [enc:qtrle @ 0000021a6c9b7940] Encoder
 thread received EOF
 [vost#0:0/qtrle @ 0000021a6ca09f40] [enc:qtrle @ 0000021a6c9b7940] Could
 not open encoder before EOF
 [vost#0:0/qtrle @ 0000021a6ca09f40] Task finished with error code: -22
 (Invalid argument)
 [vost#0:0/qtrle @ 0000021a6ca09f40] Terminating thread with return code
 -22 (Invalid argument)
 [vist#1:0/qtrle @ 0000021a6ca0ca40] [dec:qtrle @ 0000021a6ca1fa80] Decoder
 returned EOF, finishing
 [vist#0:0/qtrle @ 0000021a6c9fd580] [dec:qtrle @ 0000021a6ca0c100] Decoder
 returned EOF, finishing
 [vist#0:0/qtrle @ 0000021a6c9fd580] [dec:qtrle @ 0000021a6ca0c100]
 Terminating thread with return code 0 (success)
 [vist#1:0/qtrle @ 0000021a6ca0ca40] [dec:qtrle @ 0000021a6ca1fa80]
 Terminating thread with return code 0 (success)
 [vist#1:0/qtrle @ 0000021a6ca0ca40] All consumers of this stream are done
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca05c40] All consumers are done
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca05c40] Terminating thread with
 return code 0 (success)
 [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca02ec0] Terminating thread with
 return code 0 (success)
 [out#0/mov @ 0000021a6ca040c0] Nothing was written into output file,
 because at least one of its streams received no packets.
 frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=N/A bitrate=N/A speed=N/A
 elapsed=0:00:00.04
 [AVIOContext @ 0000021a6ca0bbc0] Statistics: 0 bytes written, 0 seeks, 0
 writeouts
 [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca02ec0] Input file #0
 (R:\MEDIA_Debug\transition_group_transition_group_1.mov):
 [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca02ec0] Input stream #0:0
 (video): 6 packets read (26293283 bytes); 5 frames decoded; 0 decode
 errors;
 [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca02ec0] Total: 6 packets
 (26293283 bytes) demuxed
 [AVIOContext @ 0000021a6ca06600] Statistics: 26327022 bytes read, 2 seeks
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca05c40] Input file #1
 (R:\MEDIA_Debug\video_clip_track_1_33504.mov):
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca05c40] Input stream #1:0
 (video): 16 packets read (28995101 bytes); 7 frames decoded; 0 decode
 errors;
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 0000021a6ca05c40] Total: 16 packets
 (28995101 bytes) demuxed
 [AVIOContext @ 0000021a6c9ffa80] Statistics: 29091746 bytes read, 2 seeks
 Conversion failed!

 Exiting with exit code -12

 ==================================================
 [with ffmpeg-2025-05-29-git-75960ac270-full_build == NO error]
 C:\Users\testpath>
 C:\Users\testpath>
 C:\Users\testpath>
 C:\Users\testpath>
 C:\Users\testpath>ffmpeg -y -loglevel debug -nostats -hide_banner
 -init_hw_device vulkan=gpu:0,device_type=gpu -hwaccel vulkan
 -hwaccel_device gpu -hwaccel_output_format rgba -i
 "R:\MEDIA_Debug\transition_group_transition_group_1.mov" -i
 "R:\MEDIA_Debug\video_clip_track_1_33504.mov" -framerate 10
 -filter_hw_device gpu -filter_complex
 
"[0:V:0]format=rgba,hwupload[a];[1:V:0]format=rgba,hwupload[b];[a][b]xfade_vulkan=transition=fade:duration=1.0:offset=2.0,scale_vulkan=1920:1080,hwdownload,format=rgba[video]
 " -noautoscale -map "[video]" -threads 6 -an -r 10 -c:v qtrle -pix_fmt
 argb "R:\MEDIA_Debug\video_transition_temp2_33504.mov"
 Splitting the commandline.
 Reading option '-y' ... matched as option 'y' (overwrite output files)
 with argument '1'.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument 'debug'.
 Reading option '-nostats' ... matched as option 'stats' (print progress
 report during encoding) with argument 0.
 Reading option '-hide_banner' ... matched as option 'hide_banner' (do not
 show program banner) with argument '1'.
 Reading option '-init_hw_device' ... matched as option 'init_hw_device'
 (initialise hardware device) with argument 'vulkan=gpu:0,device_type=gpu'.
 Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW
 accelerated decoding) with argument 'vulkan'.
 Reading option '-hwaccel_device' ... matched as option 'hwaccel_device'
 (select a device for HW acceleration) with argument 'gpu'.
 Reading option '-hwaccel_output_format' ... matched as option
 'hwaccel_output_format' (select output format used with HW accelerated
 decoding) with argument 'rgba'.
 Reading option '-i' ... matched as input url with argument
 'R:\MEDIA_Debug\transition_group_transition_group_1.mov'.
 Reading option '-i' ... matched as input url with argument
 'R:\MEDIA_Debug\video_clip_track_1_33504.mov'.
 Reading option '-framerate' ... matched as AVOption 'framerate' with
 argument '10'.
 Reading option '-filter_hw_device' ... matched as option
 'filter_hw_device' (set hardware device used when filtering) with argument
 'gpu'.
 Reading option '-filter_complex' ... matched as option 'filter_complex'
 (create a complex filtergraph) with argument
 
'[0:V:0]format=rgba,hwupload[a];[1:V:0]format=rgba,hwupload[b];[a][b]xfade_vulkan=transition=fade:duration=1.0:offset=2.0,scale_vulkan=1920:1080,hwdownload,format=rgba[video]
 '.
 Reading option '-noautoscale' ... matched as option 'autoscale'
 (automatically insert a scale filter at the end of the filter graph) with
 argument 0.
 Reading option '-map' ... matched as option 'map' (set input stream
 mapping) with argument '[video]'.
 Reading option '-threads' ... matched as AVOption 'threads' with argument
 '6'.
 Reading option '-an' ... matched as option 'an' (disable audio) with
 argument '1'.
 Reading option '-r' ... matched as option 'r' (override input
 framerate/convert to given output framerate (Hz value, fraction or
 abbreviation)) with argument '10'.
 Reading option '-c:v' ... matched as option 'c' (select encoder/decoder
 ('copy' to copy stream without reencoding)) with argument 'qtrle'.
 Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel
 format) with argument 'argb'.
 Reading option 'R:\MEDIA_Debug\video_transition_temp2_33504.mov' ...
 matched as output url.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option y (overwrite output files) with argument 1.
 Applying option loglevel (set logging level) with argument debug.
 Applying option nostats (print progress report during encoding) with
 argument 0.
 Applying option hide_banner (do not show program banner) with argument 1.
 Applying option init_hw_device (initialise hardware device) with argument
 vulkan=gpu:0,device_type=gpu.
 [Vulkan @ 000001edafd1fd80] Supported layers:
 [Vulkan @ 000001edafd1fd80] VK_LAYER_NV_optimus
 [Vulkan @ 000001edafd1fd80] VK_LAYER_NV_present
 [Vulkan @ 000001edafd1fd80] VK_LAYER_VALVE_steam_overlay
 [Vulkan @ 000001edafd1fd80] VK_LAYER_VALVE_steam_fossilize
 [Vulkan @ 000001edafd1fd80] GPU listing:
 [Vulkan @ 000001edafd1fd80] 0: NVIDIA GeForce RTX 4080 (discrete) (0x2704)
 [Vulkan @ 000001edafd1fd80] Device 0 selected: NVIDIA GeForce RTX 4080
 (discrete) (0x2704)
 [Vulkan @ 000001edafd1fd80] Using device extension VK_KHR_push_descriptor
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_EXT_descriptor_buffer
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_EXT_shader_atomic_float
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_cooperative_matrix
 [Vulkan @ 000001edafd1fd80] Using device extension VK_NV_optical_flow
 [Vulkan @ 000001edafd1fd80] Using device extension VK_EXT_shader_object
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_shader_subgroup_rotate
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_shader_expect_assume
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_video_maintenance1
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_video_maintenance2
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_EXT_external_memory_host
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_external_memory_win32
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_external_semaphore_win32
 [Vulkan @ 000001edafd1fd80] Using device extension VK_KHR_video_queue
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_video_encode_queue
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_video_decode_queue
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_video_encode_h264
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_video_decode_h264
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_video_encode_h265
 [Vulkan @ 000001edafd1fd80] Using device extension
 VK_KHR_video_decode_h265
 [Vulkan @ 000001edafd1fd80] Using device extension VK_KHR_video_decode_av1
 [Vulkan @ 000001edafd1fd80] Queue families:
 [Vulkan @ 000001edafd1fd80] 0: graphics compute transfer sparse (queues:
 16)
 [Vulkan @ 000001edafd1fd80] 1: transfer sparse (queues: 2)
 [Vulkan @ 000001edafd1fd80] 2: compute transfer sparse (queues: 8)
 [Vulkan @ 000001edafd1fd80] 3: transfer decode sparse (queues: 1)
 [Vulkan @ 000001edafd1fd80] 4: transfer encode sparse (queues: 2)
 [Vulkan @ 000001edafd1fd80] 5: transfer sparse optical_flow (queues: 1)
 [Vulkan @ 000001edafd1fd80] Using device: NVIDIA GeForce RTX 4080
 [Vulkan @ 000001edafd1fd80] Alignments:
 [Vulkan @ 000001edafd1fd80] optimalBufferCopyRowPitchAlignment: 1
 [Vulkan @ 000001edafd1fd80] minMemoryMapAlignment: 64
 [Vulkan @ 000001edafd1fd80] nonCoherentAtomSize: 64
 [Vulkan @ 000001edafd1fd80] minImportedHostPointerAlignment: 4096
 [Vulkan @ 000001edafd1fd80] Using queue family 0 (queues: 16) for graphics
 [Vulkan @ 000001edafd1fd80] Using queue family 2 (queues: 8) for compute
 [Vulkan @ 000001edafd1fd80] Using queue family 1 (queues: 2) for transfers
 [Vulkan @ 000001edafd1fd80] Using queue family 3 (queues: 1) for decode
 [Vulkan @ 000001edafd1fd80] Using queue family 4 (queues: 2) for encode
 Applying option filter_hw_device (set hardware device used when filtering)
 with argument gpu.
 Applying option filter_complex (create a complex filtergraph) with
 argument
 
[0:V:0]format=rgba,hwupload[a];[1:V:0]format=rgba,hwupload[b];[a][b]xfade_vulkan=transition=fade:duration=1.0:offset=2.0,scale_vulkan=1920:1080,hwdownload,format=rgba[video]
 .
 Successfully parsed a group of options.
 [AVFilterGraph @ 000001edafce6ec0] Setting 'pix_fmts' to value 'rgba'
 Last message repeated 1 times
 [AVFilterGraph @ 000001edafce6ec0] Setting 'transition' to value 'fade'
 [AVFilterGraph @ 000001edafce6ec0] Setting 'duration' to value '1.0'
 [AVFilterGraph @ 000001edafce6ec0] Setting 'offset' to value '2.0'
 [AVFilterGraph @ 000001edafce6ec0] Setting 'w' to value '1920'
 [AVFilterGraph @ 000001edafce6ec0] Setting 'h' to value '1080'
 [AVFilterGraph @ 000001edafce6ec0] Setting 'pix_fmts' to value 'rgba'
 Parsing a group of options: input url
 R:\MEDIA_Debug\transition_group_transition_group_1.mov.
 Applying option hwaccel (use HW accelerated decoding) with argument
 vulkan.
 Applying option hwaccel_device (select a device for HW acceleration) with
 argument gpu.
 Applying option hwaccel_output_format (select output format used with HW
 accelerated decoding) with argument rgba.
 Successfully parsed a group of options.
 Opening an input file:
 R:\MEDIA_Debug\transition_group_transition_group_1.mov.
 [AVFormatContext @ 000001edafd2b900] Opening
 'R:\MEDIA_Debug\transition_group_transition_group_1.mov' for reading
 [file @ 000001edafd292c0] Setting default whitelist 'file,crypto,data'
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd2b900] Format
 mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd2b900] ISO: File Type Major Brand:
 qt
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd2b900] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd2b900] Processing st: 0, edit list 0
 - media time: 0, duration: 30720
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd2b900] Before
 avformat_find_stream_info() pos: 132996149 bytes read:33739 seeks:1
 nb_streams:1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd2b900] All info found
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd2b900] After
 avformat_find_stream_info() pos: 4724209 bytes read:4757912 seeks:2
 frames:1
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
 'R:\MEDIA_Debug\transition_group_transition_group_1.mov':
 Metadata:
 major_brand : qt
 minor_version : 512
 compatible_brands: qt
 encoder : Lavf62.1.100
 Duration: 00:00:03.00, start: 0.000000, bitrate: 354656 kb/s
 Stream #0:0[0x1], 1, 1/10240: Video: qtrle, 1 reference frame (rle /
 0x20656C72), argb(gbr/bt709/bt709, progressive), 1920x1080, 0/1, 354653
 kb/s, 10 fps, 10 tbr, 10240 tbn (default)
 Metadata:
 handler_name : VideoHandler
 vendor_id : FFMP
 encoder : Lavc62.3.101 qtrle
 Successfully opened the file.
 Parsing a group of options: input url
 R:\MEDIA_Debug\video_clip_track_1_33504.mov.
 Successfully parsed a group of options.
 Opening an input file: R:\MEDIA_Debug\video_clip_track_1_33504.mov.
 [AVFormatContext @ 000001edafd347c0] Opening
 'R:\MEDIA_Debug\video_clip_track_1_33504.mov' for reading
 [file @ 000001edafd33900] Setting default whitelist 'file,crypto,data'
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] Format
 mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] ISO: File Type Major Brand:
 qt
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] Processing st: 0, edit list 0
 - media time: 0, duration: 30720
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] chan: layout=65536 bitmap=3
 num_descr=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] Processing st: 1, edit list 0
 - media time: 1105, duration: 132300
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] skip 1105 audio samples from
 curr_cts: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] Before
 avformat_find_stream_info() pos: 54962545 bytes read:34996 seeks:1
 nb_streams:2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] demuxer injecting skip 1105 /
 discard 0
 [mp3float @ 000001edafd2f340] skip 1105 / discard 0 samples due to side
 data
 [mp3float @ 000001edafd2f340] skip 1105/1152 samples
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] All info found
 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd347c0] After
 avformat_find_stream_info() pos: 1869585 bytes read:1904545 seeks:2
 frames:2
 Input #1, mov,mp4,m4a,3gp,3g2,mj2, from
 'R:\MEDIA_Debug\video_clip_track_1_33504.mov':
 Metadata:
 major_brand : qt
 minor_version : 512
 compatible_brands: qt
 encoder : Lavf62.1.100
 Duration: 00:00:03.00, start: 0.000000, bitrate: 146566 kb/s
 Stream #1:0[0x1], 1, 1/10240: Video: qtrle, 1 reference frame (rle /
 0x20656C72), argb(gbr/bt709/bt709, progressive), 1920x1080, 0/1, 146237
 kb/s, SAR 1:1 DAR 16:9, 10 fps, 10 tbr, 10240 tbn (default)
 Metadata:
 handler_name : VideoHandler
 vendor_id : FFMP
 encoder : Lavc62.3.101 qtrle
 Stream #1:1[0x2], 1, 1/44100: Audio: mp3 (mp3float) (.mp3 / 0x33706D2E),
 44100 Hz, stereo, fltp, 320 kb/s (default)
 Metadata:
 handler_name : SoundHandler
 vendor_id : [0][0][0][0]
 Successfully opened the file.
 Parsing a group of options: output url
 R:\MEDIA_Debug\video_transition_temp2_33504.mov.
 Applying option noautoscale (automatically insert a scale filter at the
 end of the filter graph) with argument 0.
 Applying option map (set input stream mapping) with argument [video].
 Applying option an (disable audio) with argument 1.
 Applying option r (override input framerate/convert to given output
 framerate (Hz value, fraction or abbreviation)) with argument 10.
 Applying option c:v (select encoder/decoder ('copy' to copy stream without
 reencoding)) with argument qtrle.
 Applying option pix_fmt (set pixel format) with argument argb.
 Successfully parsed a group of options.
 Opening an output file: R:\MEDIA_Debug\video_transition_temp2_33504.mov.
 [out#0/mov @ 000001edafd29740] Adding streams from explicit maps...
 [out#0/mov @ 000001edafd29740] Creating output stream from an explicitly
 mapped complex filtergraph 0, output [video]
 [vost#0:0/qtrle @ 000001edafd2fdc0] Created video stream from complex
 filtergraph 0:[format:default]
 [vost#0:0/qtrle @ 000001edafd2fdc0]
 [file @ 000001edafd38d80] Setting default whitelist 'file,crypto,data'
 Successfully opened the file.
 [fc#0 @ 000001edafd28580] Binding input with label '0:V:0' to input stream
 0:0
 [fc#0 @ 000001edafd28580] Binding input with label '1:V:0' to input stream
 1:0
 Stream mapping:
 Stream #0:0 (qtrle) -> format:default
 Stream #1:0 (qtrle) -> format:default
 format:default -> Stream #0:0 (qtrle)
 [vost#0:0/qtrle @ 000001edafd2fdc0] Starting thread...
 [fc#0 @ 000001edafd28580] Starting thread...
 [vist#0:0/qtrle @ 000001edafd328c0] [dec:qtrle @ 000001edafd39980]
 Starting thread...
 [vist#1:0/qtrle @ 000001edafd2edc0] [dec:qtrle @ 000001edafd3b2c0]
 Starting thread...
 [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd31300] Starting thread...
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd32a80] Starting thread...
 Press [q] to stop, [?] for help
 [AVFilterGraph @ 000001edafd4fdc0] Setting 'pix_fmts' to value 'rgba'
 Last message repeated 1 times
 [AVFilterGraph @ 000001edafd4fdc0] Setting 'transition' to value 'fade'
 [AVFilterGraph @ 000001edafd4fdc0] Setting 'duration' to value '1.0'
 [AVFilterGraph @ 000001edafd4fdc0] Setting 'offset' to value '2.0'
 [AVFilterGraph @ 000001edafd4fdc0] Setting 'w' to value '1920'
 [AVFilterGraph @ 000001edafd4fdc0] Setting 'h' to value '1080'
 [AVFilterGraph @ 000001edafd4fdc0] Setting 'pix_fmts' to value 'rgba'
 detected 32 logical cores
 [graph 0 input from stream 0:0 @ 000001edafd29a40] w:1920 h:1080
 pixfmt:argb tb:1/10240 fr:10/1 sar:0/1 csp:gbr range:unknown
 [graph 0 input from stream 1:0 @ 000001edafd29c80] w:1920 h:1080
 pixfmt:argb tb:1/10240 fr:10/1 sar:1/1 csp:gbr range:unknown
 [format @ 000001edafd29d80] Setting 'pix_fmts' to value 'argb'
 [auto_scale_0 @ 000001edafd2a0c0] w:iw h:ih flags:'' interl:0
 [Parsed_format_0 @ 000001edafd29500] auto-inserting filter 'auto_scale_0'
 between the filter 'graph 0 input from stream 0:0' and the filter
 'Parsed_format_0'
 [auto_scale_1 @ 000001edafdb3b00] w:iw h:ih flags:'' interl:0
 [Parsed_format_2 @ 000001edafd29400] auto-inserting filter 'auto_scale_1'
 between the filter 'graph 0 input from stream 1:0' and the filter
 'Parsed_format_2'
 [auto_scale_2 @ 000001edafdb5340] w:iw h:ih flags:'' interl:0
 [format @ 000001edafd29d80] auto-inserting filter 'auto_scale_2' between
 the filter 'Parsed_format_7' and the filter 'format'
 [AVFilterGraph @ 000001edafd4fdc0] query_formats: 12 queried, 24 merged, 9
 already done, 0 delayed
 [auto_scale_0 @ 000001edafd2a0c0] w:1920 h:1080 fmt:argb csp:gbr range:pc
 sar:0/1 -> w:1920 h:1080 fmt:rgba csp:gbr range:pc sar:0/1
 flags:0x00000004
 [auto_scale_0 @ 000001edafd2a0c0] [framesync @ 000001edafdb33d0] Selected
 1/10240 time base
 [auto_scale_0 @ 000001edafd2a0c0] [framesync @ 000001edafdb33d0] Sync
 level 1
 [hwupload @ 000001edafdb7840] Surface format is rgba.
 [auto_scale_1 @ 000001edafdb3b00] w:1920 h:1080 fmt:argb csp:gbr range:pc
 sar:1/1 -> w:1920 h:1080 fmt:rgba csp:gbr range:pc sar:1/1
 flags:0x00000004
 [auto_scale_1 @ 000001edafdb3b00] [framesync @ 000001edc8abd5d0] Selected
 1/10240 time base
 [auto_scale_1 @ 000001edafdb3b00] [framesync @ 000001edc8abd5d0] Sync
 level 1
 [hwupload @ 000001edafdb74c0] Surface format is rgba.
 [Parsed_xfade_vulkan_4 @ 000001edafd29fc0] Reusing existing frames context
 [Parsed_scale_vulkan_5 @ 000001edafd29840] Reusing existing frames context
 [auto_scale_2 @ 000001edafdb5340] w:1920 h:1080 fmt:rgba csp:gbr range:pc
 sar:0/1 -> w:1920 h:1080 fmt:argb csp:gbr range:pc sar:0/1
 flags:0x00000004
 [auto_scale_2 @ 000001edafdb5340] [framesync @ 000001edc8ace350] Selected
 1/10240 time base
 [auto_scale_2 @ 000001edafdb5340] [framesync @ 000001edc8ace350] Sync
 level 1
 [swscaler @ 000001edc8ae9480] Forcing full internal H chroma due to input
 having non subsampled chroma
 [scale_vulkan @ 000001edafdabac0] Shader scale size: 7029 binary (1996
 SPIR-V)
 [scale_vulkan @ 000001edafdabac0] Creating a buffer of 8192 bytes, usage:
 0x620000, flags: 0x7
 [swscaler @ 000001edc9246440] Forcing full internal H chroma due to input
 having non subsampled chroma
 [swscaler @ 000001edc8fc05c0] Forcing full internal H chroma due to input
 having non subsampled chroma
 Output #0, mov, to 'R:\MEDIA_Debug\video_transition_temp2_33504.mov':
 Metadata:
 major_brand : qt
 minor_version : 512
 compatible_brands: qt
 encoder : Lavf62.0.102
 Stream #0:0, 0, 1/10240: Video: qtrle, 1 reference frame (rle /
 0x20656C72), argb(pc, gbr/bt709/bt709, progressive), 1920x1080, 0/1,
 q=2-31, 200 kb/s, 10 fps, 10240 tbn
 Metadata:
 encoder : Lavc62.3.101 qtrle
 [out#0/mov @ 000001edafd29740] Starting thread...
 [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd31300] EOF while reading input
 [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd31300] Terminating thread with
 return code 0 (success)
 [xfade_vulkan @ 000001edafdaa3c0] Shader xfade size: 6676 binary (1356
 SPIR-V)
 [xfade_vulkan @ 000001edafdaa3c0] Creating a buffer of 8192 bytes, usage:
 0x620000, flags: 0x7
 [vist#0:0/qtrle @ 000001edafd328c0] [dec:qtrle @ 000001edafd39980] Decoder
 thread received EOF packet
 [vist#0:0/qtrle @ 000001edafd328c0] [dec:qtrle @ 000001edafd39980] Decoder
 returned EOF, finishing
 [vist#0:0/qtrle @ 000001edafd328c0] [dec:qtrle @ 000001edafd39980]
 Terminating thread with return code 0 (success)
 [auto_scale_0 @ 000001edafd2a0c0] [framesync @ 000001edafdb33d0] Sync
 level 0
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd32a80] EOF while reading input
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd32a80] Terminating thread with
 return code 0 (success)
 [vist#1:0/qtrle @ 000001edafd2edc0] [dec:qtrle @ 000001edafd3b2c0] Decoder
 thread received EOF packet
 [vist#1:0/qtrle @ 000001edafd2edc0] [dec:qtrle @ 000001edafd3b2c0] Decoder
 returned EOF, finishing
 [vist#1:0/qtrle @ 000001edafd2edc0] [dec:qtrle @ 000001edafd3b2c0]
 Terminating thread with return code 0 (success)
 [auto_scale_1 @ 000001edafdb3b00] [framesync @ 000001edc8abd5d0] Sync
 level 0
 [auto_scale_2 @ 000001edafdb5340] [framesync @ 000001edc8ace350] Sync
 level 0
 [out_#0:0 @ 000001edafd2a1c0] EOF on sink link out_#0:0:default.
 [fc#0 @ 000001edafd28580] Filtergraph returned EOF, finishing
 [fc#0 @ 000001edafd28580] All consumers returned EOF
 [fc#0 @ 000001edafd28580] Terminating thread with return code 0 (success)
 [vost#0:0/qtrle @ 000001edafd2fdc0] [enc:qtrle @ 000001edafce89c0] Encoder
 thread received EOF
 [vost#0:0/qtrle @ 000001edafd2fdc0] Terminating thread with return code 0
 (success)
 [out#0/mov @ 000001edafd29740] All streams finished
 [out#0/mov @ 000001edafd29740] Terminating thread with return code 0
 (success)
 [AVIOContext @ 000001edafd38e80] Statistics: 175213831 bytes written, 2
 seeks, 672 writeouts
 [out#0/mov @ 000001edafd29740] Output file #0
 (R:\MEDIA_Debug\video_transition_temp2_33504.mov):
 [out#0/mov @ 000001edafd29740] Output stream #0:0 (video): 50 frames
 encoded; 50 packets muxed (175212652 bytes);
 [out#0/mov @ 000001edafd29740] Total: 50 packets (175212652 bytes) muxed
 [out#0/mov @ 000001edafd29740] video:171106KiB audio:0KiB subtitle:0KiB
 other streams:0KiB global headers:0KiB muxing overhead: 0.000671%
 frame= 50 fps= 32 q=-0.0 Lsize= 171107KiB time=00:00:05.00
 bitrate=280342.1kbits/s speed=3.24x elapsed=0:00:01.54
 [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd31300] Input file #0
 (R:\MEDIA_Debug\transition_group_transition_group_1.mov):
 [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd31300] Input stream #0:0
 (video): 30 packets read (132995142 bytes); 30 frames decoded; 0 decode
 errors;
 [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd31300] Total: 30 packets
 (132995142 bytes) demuxed
 [AVIOContext @ 000001edafd28e40] Statistics: 133028881 bytes read, 2 seeks
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd32a80] Input file #1
 (R:\MEDIA_Debug\video_clip_track_1_33504.mov):
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd32a80] Input stream #1:0
 (video): 30 packets read (54839073 bytes); 30 frames decoded; 0 decode
 errors;
 [in#1/mov,mp4,m4a,3gp,3g2,mj2 @ 000001edafd32a80] Total: 30 packets
 (54839073 bytes) demuxed
 [AVIOContext @ 000001edafd339c0] Statistics: 54991097 bytes read, 2 seeks

 Exiting with exit code 0
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11643>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to