hevc_metadata (and h264_metadata) crop_left and crop_top is interpretted wrong
According to https://stackoverflow.com/a/60092922/5009453 you could add hevc metadata to a file in order to crop a file without reencoding. According to the documentation of this codec (https://www.itu.int/rec/T-REC-H.265-202108-I/en) these crop flags can be used to to crop a file as it is playing. After using ffmpeg to 'crop' the file
this croppedwithmetadata.mp4 file was indeed cropped on Windows Media Player, but left and top was not cropped well in VLC-player. The dimensions (width and height) are correct, but there is only cropping at the right/bottom.
There are on stackoverflow at least two other persons with the same problem: VLC does recognize that it should crop something, but it does all the cropping at the right and bottom and is not recognizing some of the crop_left and crop_top...
I propose that VLC should either interpret these flags correctly OR ignore these flags. Now, VLC is interpretting these flags wrongly (as far as my understanding goes).
You could download these two examples:
croppedwithmetadata and original
I used the command
ffmpeg -i original.MP4 -bsf:v hevc_metadata=crop_left=704:crop_right=512:crop_top=220:crop_bottom=320 -c copy croppedwithmetadata.mp4
to get the croppedwithmetadata.mp4
from the original.mp4
Note: croppedwithmetadata.mp4 IS cropped correctly with Windows Media Player. I also tried several media players under Linux which all did the croppig right.
Note 2: Exactly the same problem occurs with h264_metadata.
OS: Windows 10 Education 21H2 64bit
VLC Player version: 3.0.17.4 Vetinari
Processor: AMD Ryzen 5 5600X
Memory: 16GB
Graphics Card: NVIDIA GeForce GTX 1060 3GB
Motherboard: ASRock B450 Steel Legend (with sound output device attached to)
Log (starting in Dutch, see the bold line):
VLC media player - 3.0.17.4 Vetinari
Copyright © 1996-2022 the VideoLAN team
Waarschuwing: als u de GUI niet meer kunt bereiken, opent u een opdrachtregelvenster en start u in de map waar u VLC geïnstalleerd hebt "vlc -l qt".
Afstandsbediening-interface geinitialiseerd. Typ 'help' voor help.
[000001854d0a57c0] main interface debug: using interface module "oldrc"
shellItem : Unhandled scheme: "d"
[000001854ca2e150] main playlist debug: processing request item: croppedwithmetadata.mp4, node: Afspeellijst, skip: 0
[000001854d1b4ee0] main input debug: Creating an input for preparsing 'croppedwithmetadata.mp4'
[000001854ca2e150] main playlist debug: rebuilding array of current - root Afspeellijst
[000001854ca2e150] main playlist debug: rebuild done - 1 items, index 0
[000001854ca2e150] main playlist debug: starting playback of new item
[000001854ca2e150] main playlist debug: resyncing on croppedwithmetadata.mp4
[000001854d1e81d0] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates
[000001854ca2e150] main playlist debug: croppedwithmetadata.mp4 is at 0
[000001854d1e81d0] lua meta fetcher debug: Trying Lua scripts in C:\Users\Arjan\AppData\Roaming\vlc\lua\meta\fetcher
[000001854ca2e150] main playlist debug: creating new input thread
[000001854d1e81d0] lua meta fetcher debug: Trying Lua scripts in C:\program files\videoLAN\vlc\lua\meta\fetcher
[000001854d20c0d0] main input debug: Creating an input for 'croppedwithmetadata.mp4'
[000001854d1e81d0] main meta fetcher debug: no meta fetcher modules matched
[000001854ca2e150] main playlist debug: requesting art for new input thread
[000001854d20c0d0] main input debug: using timeshift granularity of 50 MiB
[000001854d1e8630] main art finder debug: looking for art finder module matching "any": 2 candidates
[000001854c96e780] qt interface debug: IM: Setting an input
[000001854d20c0d0] main input debug: using timeshift path: C:\Users\Arjan\AppData\Local\Temp
[000001854d1e8630] lua art finder debug: Trying Lua scripts in C:\Users\Arjan\AppData\Roaming\vlc\lua\meta\art
[000001854d20c0d0] main input debug: 'file:///D:/dwn/bug%20vlc%20-%20crop%20metadata/croppedwithmetadata.mp4' gives access 'file' demux 'any' path '/D:/dwn/bug%20vlc%20-%20crop%20metadata/croppedwithmetadata.mp4'
[000001854d1e8630] lua art finder debug: Trying Lua scripts in C:\program files\videoLAN\vlc\lua\meta\art
[000001854d0ab500] main input source debug: creating demux: access='file' demux='any' location='/D:/dwn/bug%20vlc%20-%20crop%20metadata/croppedwithmetadata.mp4' file='D:\dwn\bug vlc - crop metadata\croppedwithmetadata.mp4'
[000001854d1e8630] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\00_musicbrainz.luac
[000001854cabab30] main demux debug: looking for access_demux module matching "file": 15 candidates
[000001854d1e8630] lua art finder debug: skipping script (unmatched scope) C:\program files\videoLAN\vlc\lua\meta\art\00_musicbrainz.luac
[000001854cabab30] main demux debug: no access_demux modules matched
[000001854d1e8630] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\01_googleimage.luac
[000001854c9902d0] main stream debug: creating access: file:///D:/dwn/bug%20vlc%20-%20crop%20metadata/croppedwithmetadata.mp4
[000001854d1e8630] lua art finder debug: skipping script (unmatched scope) C:\program files\videoLAN\vlc\lua\meta\art\01_googleimage.luac
[000001854c9902d0] main stream debug: (path: D:\dwn\bug vlc - crop metadata\croppedwithmetadata.mp4)
[000001854d1e8630] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\02_frenchtv.luac
[000001854c9902d0] main stream debug: looking for access module matching "file": 27 candidates
[000001854d1e8630] lua art finder debug: skipping script (unmatched scope) C:\program files\videoLAN\vlc\lua\meta\art\02_frenchtv.luac
[000001854c9902d0] main stream debug: using access module "filesystem"
[000001854d1e8630] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\03_lastfm.luac
[000001854c990450] main stream debug: looking for stream_filter module matching "prefetch,cache_read": 24 candidates
[000001854d1e8630] lua art finder debug: skipping script (unmatched scope) C:\program files\videoLAN\vlc\lua\meta\art\03_lastfm.luac
[000001854c990450] cache_read stream debug: Using stream method for AStream*
[000001854d1e8630] main art finder debug: no art finder modules matched
[000001854c990450] cache_read stream debug: starting pre-buffering
[000001854d1e9430] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates
[000001854d1e8a90] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates
[000001854c990450] cache_read stream debug: received first data after 8 ms
[000001854d1e9430] lua meta fetcher debug: Trying Lua scripts in C:\Users\Arjan\AppData\Roaming\vlc\lua\meta\fetcher
[000001854d1e8a90] lua meta fetcher debug: Trying Lua scripts in C:\Users\Arjan\AppData\Roaming\vlc\lua\meta\fetcher
[000001854c990450] cache_read stream debug: pre-buffering done 1024 bytes in 0s - 52 KiB/s
[000001854d1e9430] lua meta fetcher debug: Trying Lua scripts in C:\program files\videoLAN\vlc\lua\meta\fetcher
[000001854d1e8a90] lua meta fetcher debug: Trying Lua scripts in C:\program files\videoLAN\vlc\lua\meta\fetcher
[000001854c990450] main stream debug: using stream_filter module "cache_read"
[000001854d1e9430] main meta fetcher debug: no meta fetcher modules matched
[000001854d1e8a90] main meta fetcher debug: no meta fetcher modules matched
[000001854c9908d0] main stream debug: looking for stream_filter module matching "any": 24 candidates
[000001854d1e96d0] main art finder debug: looking for art finder module matching "any": 2 candidates
[000001854d1e95f0] main art finder debug: looking for art finder module matching "any": 2 candidates
[000001854c9908d0] lua stream debug: Trying Lua scripts in C:\Users\Arjan\AppData\Roaming\vlc\lua\playlist
[000001854d1e96d0] lua art finder debug: Trying Lua scripts in C:\Users\Arjan\AppData\Roaming\vlc\lua\meta\art
[000001854d1e95f0] lua art finder debug: Trying Lua scripts in C:\Users\Arjan\AppData\Roaming\vlc\lua\meta\art
[000001854c9908d0] lua stream debug: Trying Lua scripts in C:\program files\videoLAN\vlc\lua\playlist
[000001854d1e96d0] lua art finder debug: Trying Lua scripts in C:\program files\videoLAN\vlc\lua\meta\art
[000001854d1e95f0] lua art finder debug: Trying Lua scripts in C:\program files\videoLAN\vlc\lua\meta\art
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\anevia_streams.luac
[000001854d1e96d0] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\00_musicbrainz.luac
[000001854d1e95f0] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\00_musicbrainz.luac
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\anevia_xml.luac
[000001854d1e96d0] lua art finder debug: skipping script (unmatched scope) C:\program files\videoLAN\vlc\lua\meta\art\00_musicbrainz.luac
[000001854d1e95f0] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\01_googleimage.luac
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\appletrailers.luac
[000001854d1e96d0] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\01_googleimage.luac
[000001854d1e95f0] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\02_frenchtv.luac
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\bbc_co_uk.luac
[000001854d1e96d0] lua art finder debug: skipping script (unmatched scope) C:\program files\videoLAN\vlc\lua\meta\art\01_googleimage.luac
[000001854d1e95f0] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\03_lastfm.luac
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\cue.luac
[000001854d1e96d0] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\02_frenchtv.luac
[000001854d1e95f0] main art finder debug: no art finder modules matched
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\dailymotion.luac
[000001854d1e96d0] lua art finder debug: skipping script (unmatched scope) C:\program files\videoLAN\vlc\lua\meta\art\02_frenchtv.luac
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\jamendo.luac
[000001854d1e96d0] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\03_lastfm.luac
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\koreus.luac
[000001854d1e96d0] lua art finder debug: skipping script (unmatched scope) C:\program files\videoLAN\vlc\lua\meta\art\03_lastfm.luac
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\liveleak.luac
[000001854d1e96d0] main art finder debug: no art finder modules matched
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\newgrounds.luac
[000001854d1e8470] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\rockbox_fm_presets.luac
[000001854d1e8470] lua meta fetcher debug: Trying Lua scripts in C:\Users\Arjan\AppData\Roaming\vlc\lua\meta\fetcher
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\soundcloud.luac
[000001854d1e8470] lua meta fetcher debug: Trying Lua scripts in C:\program files\videoLAN\vlc\lua\meta\fetcher
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\twitch.luac
[000001854d1e8470] main meta fetcher debug: no meta fetcher modules matched
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\vimeo.luac
[000001854d1e9970] main art finder debug: looking for art finder module matching "any": 2 candidates
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\vocaroo.luac
[000001854d1e9970] lua art finder debug: Trying Lua scripts in C:\Users\Arjan\AppData\Roaming\vlc\lua\meta\art
[000001854c9908d0] lua stream debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\playlist\youtube.luac
[000001854d1e9970] lua art finder debug: Trying Lua scripts in C:\program files\videoLAN\vlc\lua\meta\art
[000001854c9908d0] main stream debug: no stream_filter modules matched
[000001854d1e9970] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\00_musicbrainz.luac
[000001854d079bd0] main stream_directory debug: looking for stream_directory module matching "any": 1 candidates
[000001854d1e9970] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\01_googleimage.luac
[000001854d079bd0] main stream_directory debug: no stream_directory modules matched
[000001854d1e9970] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\02_frenchtv.luac
[000001854d0ab500] main input source debug: attachment of directory-extractor failed for file:///D:/dwn/bug%20vlc%20-%20crop%20metadata/croppedwithmetadata.mp4
[000001854d1e9970] lua art finder debug: Trying Lua playlist script C:\program files\videoLAN\vlc\lua\meta\art\03_lastfm.luac
[000001854c9908d0] main stream debug: looking for stream_filter module matching "record": 24 candidates
[000001854d1e9970] main art finder debug: no art finder modules matched
[000001854c9908d0] main stream debug: using stream_filter module "record"
[000001854d0ab500] main input source debug: creating demux: access='file' demux='any' location='/D:/dwn/bug%20vlc%20-%20crop%20metadata/croppedwithmetadata.mp4' file='D:\dwn\bug vlc - crop metadata\croppedwithmetadata.mp4'
[000001854cabb5b0] main demux debug: looking for demux module matching "mp4": 55 candidates
[000001854c9908d0] mp4 stream debug: dumping root Box "root"
[000001854c9908d0] mp4 stream debug: | + ftyp size 28 offset 0
[000001854c9908d0] mp4 stream debug: | + free size 8 offset 28
[000001854c9908d0] mp4 stream debug: | + mdat size 9608523 offset 36
[000001854c9908d0] mp4 stream debug: | + moov size 2446 offset 9608559
[000001854c9908d0] mp4 stream debug: | | + mvhd size 108 offset 9608567
[000001854c9908d0] mp4 stream debug: | | + trak size 1062 offset 9608675
[000001854c9908d0] mp4 stream debug: | | | + tkhd size 92 offset 9608683
[000001854c9908d0] mp4 stream debug: | | | + edts size 36 offset 9608775
[000001854c9908d0] mp4 stream debug: | | | | + elst size 28 offset 9608783
[000001854c9908d0] mp4 stream debug: | | | + mdia size 926 offset 9608811
[000001854c9908d0] mp4 stream debug: | | | | + mdhd size 32 offset 9608819
[000001854c9908d0] mp4 stream debug: | | | | + hdlr size 46 offset 9608851
[000001854c9908d0] mp4 stream debug: | | | | + minf size 840 offset 9608897
[000001854c9908d0] mp4 stream debug: | | | | | + vmhd size 20 offset 9608905
[000001854c9908d0] mp4 stream debug: | | | | | + dinf size 36 offset 9608925
[000001854c9908d0] mp4 stream debug: | | | | | | + dref size 28 offset 9608933
[000001854c9908d0] mp4 stream debug: | | | | | | | + url size 12 offset 9608949
[000001854c9908d0] mp4 stream debug: | | | | | + stbl size 776 offset 9608961
[000001854c9908d0] mp4 stream debug: | | | | | | + stsd size 264 offset 9608969
[000001854c9908d0] mp4 stream debug: | | | | | | | + hvc1 size 248 offset 9608985
[000001854c9908d0] mp4 stream debug: | | | | | | | | + hvcC size 123 offset 9609071
[000001854c9908d0] mp4 stream debug: | | | | | | | | + colr size 19 offset 9609194
[000001854c9908d0] mp4 stream debug: | | | | | | | | + btrt size 20 offset 9609213
[000001854c9908d0] mp4 stream debug: | | | | | | + stts size 24 offset 9609233
[000001854c9908d0] mp4 stream debug: | | | | | | + stss size 32 offset 9609257
[000001854c9908d0] mp4 stream debug: | | | | | | + stsc size 28 offset 9609289
[000001854c9908d0] mp4 stream debug: | | | | | | + stsz size 212 offset 9609317
[000001854c9908d0] mp4 stream debug: | | | | | | + stco size 208 offset 9609529
[000001854c9908d0] mp4 stream debug: | | + trak size 1171 offset 9609737
[000001854c9908d0] mp4 stream debug: | | | + tkhd size 92 offset 9609745
[000001854c9908d0] mp4 stream debug: | | | + edts size 36 offset 9609837
[000001854c9908d0] mp4 stream debug: | | | | + elst size 28 offset 9609845
[000001854c9908d0] mp4 stream debug: | | | + mdia size 1035 offset 9609873
[000001854c9908d0] mp4 stream debug: | | | | + mdhd size 32 offset 9609881
[000001854c9908d0] mp4 stream debug: | | | | + hdlr size 46 offset 9609913
[000001854c9908d0] mp4 stream debug: | | | | + minf size 949 offset 9609959
[000001854c9908d0] mp4 stream debug: | | | | | + smhd size 16 offset 9609967
[000001854c9908d0] mp4 stream debug: | | | | | + dinf size 36 offset 9609983
[000001854c9908d0] mp4 stream debug: | | | | | | + dref size 28 offset 9609991
[000001854c9908d0] mp4 stream debug: | | | | | | | + url size 12 offset 9610007
[000001854c9908d0] mp4 stream debug: | | | | | + stbl size 889 offset 9610019
[000001854c9908d0] mp4 stream debug: | | | | | | + stsd size 123 offset 9610027
[000001854c9908d0] mp4 stream debug: | | | | | | | + mp4a size 107 offset 9610043
[000001854c9908d0] mp4 stream debug: | | | | | | | | + esds size 51 offset 9610079
[000001854c9908d0] mp4 stream debug: | | | | | | | | + btrt size 20 offset 9610130
[000001854c9908d0] mp4 stream debug: | | | | | | + stts size 24 offset 9610150
[000001854c9908d0] mp4 stream debug: | | | | | | + stsc size 76 offset 9610174
[000001854c9908d0] mp4 stream debug: | | | | | | + stsz size 396 offset 9610250
[000001854c9908d0] mp4 stream debug: | | | | | | + stco size 208 offset 9610646
[000001854c9908d0] mp4 stream debug: | | | | | | + sgpd size 26 offset 9610854
[000001854c9908d0] mp4 stream debug: | | | | | | + sbgp size 28 offset 9610880
[000001854c9908d0] mp4 stream debug: | | + udta size 97 offset 9610908
[000001854c9908d0] mp4 stream debug: | | | + meta size 89 offset 9610916
[000001854c9908d0] mp4 stream debug: | | | | + hdlr size 33 offset 9610928
[000001854c9908d0] mp4 stream debug: | | | | + ilst size 44 offset 9610961
[000001854c9908d0] mp4 stream debug: | | | | | + ctoo size 36 offset 9610969
[000001854c9908d0] mp4 stream debug: | | | | | | + data size 28 offset 9610977
[000001854cabb5b0] mp4 demux debug: ISO Media (isom) version 512.
[000001854cabb5b0] mp4 demux debug: found 2 tracks
[000001854cabb5b0] mp4 demux warning: elst box found
[000001854cabb5b0] mp4 demux debug: - [0] duration=2000ms media time=0ms) rate=1.0
[000001854cabb5b0] mp4 demux debug: track[Id 0x1] read 48 chunk
[000001854cabb5b0] mp4 demux warning: STTS table of 1 entries
[000001854cabb5b0] mp4 demux debug: track[Id 0x1] read 48 samples length:2s
[000001854d20c0d0] main input debug: selecting program id=0
[000001854cabb5b0] mp4 demux debug: adding track[Id 0x1] video (enable) language eng
[000001854cabb5b0] mp4 demux warning: elst box found
[000001854cabb5b0] mp4 demux debug: - [0] duration=2006ms media time=0ms) rate=1.0
[000001854cabb5b0] mp4 demux debug: track[Id 0x2] read 48 chunk
[000001854cabb5b0] mp4 demux warning: STTS table of 1 entries
[000001854cabb5b0] mp4 demux debug: track[Id 0x2] read 94 samples length:2s
[000001854cabb5b0] mp4 demux debug: adding track[Id 0x2] audio (enable) language eng
[000001854cabb5b0] main demux debug: using demux module "mp4"
[000001854d20c0d0] main input debug: looking for a subtitle file in D:\dwn\bug vlc - crop metadata\
[000001854d15d950] main decoder debug: looking for video decoder module matching "any": 19 candidates
[000001854d15d950] avcodec decoder debug: using ffmpeg Lavc58.134.100
[000001854d15d950] avcodec decoder debug: CPU flags: 0x000fd3db
[000001854d15d950] avcodec decoder debug: allowing 10 thread(s) for decoding
[hevc @ 000001854d208ac0] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d208ac0] Decoding VPS
[hevc @ 000001854d208ac0] Main profile bitstream
[hevc @ 000001854d208ac0] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d208ac0] Decoding SPS
[hevc @ 000001854d208ac0] Main profile bitstream
[hevc @ 000001854d208ac0] Decoding VUI
[hevc @ 000001854d208ac0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d208ac0] Decoding PPS
[000001854d15d950] avcodec decoder debug: codec (hevc) started
[000001854d15d950] avcodec decoder debug: using frame thread mode with 10 threads
[000001854d15d950] main decoder debug: using video decoder module "avcodec"
[000001854d20f580] main decoder debug: looking for audio decoder module matching "any": 23 candidates
[000001854d20f580] main decoder debug: using audio decoder module "faad"
[000001854c93d210] main demux meta debug: looking for meta reader module matching "any": 2 candidates
[000001854c93d210] main demux meta debug: using meta reader module "taglib"
[000001854cabb5b0] main demux debug: removing module "taglib"
[000001854d20c0d0] main input debug: 'file:///D:/dwn/bug%20vlc%20-%20crop%20metadata/croppedwithmetadata.mp4' successfully opened
[000001854cabb5b0] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[000001854cabb5b0] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[000001854cabb5b0] mp4 demux debug: stss gives 0 --> 0 (sample number)
[000001854cabb5b0] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[000001854d20c0d0] main input debug: Buffering 0%
[000001854[hevc @ 000001854d208ac0] d2nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
0f580] faad decoder warning: decoded zero sample
[000001854d20c0d0] main input debug: Buffering 25%
[000001854d15d950] avcodec decoder debug: available hardware decoder output format 53 (dxva2_vld)
[000001854ca2e150] main playlist debug: reusing audio output
[000001854d20c0d0] main input debug: Buffering 50%
[000001854d15d950] avcodec decoder debug: available hardware decoder output format 118 (d3d11va_vld)
[000001854d2e83d0] main generic debug: looking for aout stream module matching "any": 2 candidates
[000001854d20c0d0] main input debug: Buffering 75%
[000001854d15d950] avcodec decoder debug: available hardware decoder output format 174 (d3d11)
[000001854d15d950] avcodec decoder debug: available software decoder output format 12 (yuvj420p)
[000001854d15d950] avcodec decoder debug: trying format d3d11va_vld
[000001854d22dac0] main spu text debug: looking for text renderer module matching "any": 3 candidates
[000001854d22dac0] freetype spu text debug: Using DWrite backend
[000001854d20c0d0] main input debug: Buffering 100%
[000001854d22dac0] freetype spu text debug: DWrite_GetFamily(): family name: Arial
[000001854d20c0d0] main input debug: Stream buffering done (1250 ms in 39 ms)
[000001854d2e83d0] wasapi generic debug: buffer size : 96000 frames
[000001854d22dac0] freetype spu text debug: DWrite_ParseFamily(): using font at index 0 with weight 400 for bold: 0, italic: 0
[000001854d2e83d0] wasapi generic debug: maximum latency: 000 ns
[000001854d22dac0] freetype spu text debug: DWrite_ParseFamily(): using font at index 1 with weight 700 for bold: 1, italic: 0
[000001854d2e83d0] wasapi generic debug: default period : 10000000 ns
[000001854d22dac0] freetype spu text debug: DWrite_ParseFamily(): using font at index 2 with weight 400 for bold: 0, italic: 1
[000001854d2e83d0] wasapi generic debug: minimum period : 3000000 ns
[000001854d22dac0] freetype spu text debug: DWrite_ParseFamily(): using font at index 3 with weight 700 for bold: 1, italic: 1
[000001854d2e83d0] main generic debug: using aout stream module "wasapi"
[000001854d22dac0] main spu text debug: using text renderer module "freetype"
[000001854ca2e6a0] main audio output debug: output 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes
[000001854d22d420] main scale debug: looking for video converter module matching "any": 24 candidates
[000001854d2e82c0] main volume debug: looking for audio volume module matching "any": 2 candidates
[000001854d22d420] swscale scale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
[000001854d2e82c0] main volume debug: using audio volume module "float_mixer"
[000001854d22d420] main scale debug: using video converter module "swscale"
[000001854ca2e6a0] main audio output debug: input 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes
[000001854d22e4b0] main scale debug: looking for video converter module matching "any": 24 candidates
[000001854d22d770] main audio filter debug: looking for audio filter module matching "scaletempo": 16 candidates
[000001854d22e4b0] yuvp scale debug: YUVP to YUVA converter
[000001854d22d770] scaletempo audio filter debug: format: 48000 rate, 2 nch, 4 bps, fl32
[000001854d22e4b0] main scale debug: using video converter module "yuvp"
[000001854d22d770] scaletempo audio filter debug: params: 30 stride, 0.200 overlap, 14 search
[000001855622f810] main video output debug: Deinterlacing available
[000001854d22d770] scaletempo audio filter debug: 1.000 scale, 1440.000 stride_in, 1440 stride_out, 1152 standing, 288 overlap, 672 search, 2400 queue, fl32 mode
[000001855622f810] main video output debug: deinterlace -1, mode auto, is_needed 0
[000001854d22d770] main audio filter debug: using audio filter module "scaletempo"
[000001854d2c0d00] main window debug: looking for vout window module matching "qt,any": 3 candidates
[000001854ca2e6a0] main audio output debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo
[000001854d2c0d00] qt window debug: requesting video window...
[000001854ca2e6a0] main audio output debug: conversion pipeline complete
QWidget::paintEngine: Should no longer be called
[000001854ca2e6a0] main audio output debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo
[000001854d2c0d00] main window debug: resized to 3342x1333
[000001854ca2e6a0] main audio output debug: conversion pipeline complete
[000001854d2c0d00] main window debug: resized to 2880x1636
\ <- These dimensions are correct, but the video should not be cropped 2880x1636 from the top left.
[000001854d22d0d0] main audio resampler debug: looking for audio resampler module matching "any": 3 candidates
[000001854d2c0d00] main window debug: using vout window module "qt"
[000001854d22d0d0] main audio resampler debug: using audio resampler module "samplerate"
[000001854d2c0d00] main window debug: resized to 3342x1333
[000001854c93c6d0] main inhibit debug: looking for inhibit module matching "any": 1 candidates
[000001854c93c6d0] main inhibit debug: using inhibit module "inhibit"
[000001855622f810] main video output debug: Opening vout display wrapper
[00000185563f0580] main vout display debug: looking for vout display module matching "any": 12 candidates
[00000185563f0580] direct3d11 vout display debug: creating Vout EventThread
[00000185563f0580] direct3d11 vout display debug: Win32VoutCreateWindow
[00000185563f0580] main vout display debug: VoutDisplayEvent 'resize' 3342x1333
[00000185563f0580] direct3d11 vout display debug: inclinometer not found. (hr=0x80070490)
[00000185563f0580] direct3d11 vout display debug: created video sub-window
[00000185563f0580] direct3d11 vout display debug: Vout EventThread running
[00000185563f0580] direct3d11 vout display debug: Created the D3D11 device type 1 level b100.
[00000185563f0580] direct3d11 vout display debug: NVIDIA WDDM driver 31.0.15.1740
[00000185563f0580] direct3d11 vout display debug: supports colorspace RGB Rec.709 gamma:22 range:FULL
[00000185563f0580] direct3d11 vout display debug: supports colorspace RGB Rec.709 gamma:22 range:STUDIO
[00000185563f0580] direct3d11 vout display debug: supports colorspace RGB Rec.2020 gamma:22 range:STUDIO
[00000185563f0580] direct3d11 vout display debug: supports colorspace RGB Rec.2020 gamma:22 range:FULL
[00000185563f0580] direct3d11 vout display debug: supports colorspace RGB Rec.2020 gamma:2084 range:FULL
[00000185563f0580] direct3d11 vout display debug: supports colorspace RGB Rec.2020 gamma:2084 range:STUDIO
[00000185563f0580] direct3d11 vout display debug: Output max luminance: 270.0, colorspace RGB Rec.709 gamma:22 range:FULL, bits per pixel 8
[00000185563f0580] direct3d11 vout display debug: using colorspace RGB Rec.709 gamma:22 range:FULL
[00000185563f0580] direct3d11 vout display debug: Using pixel format VA_NV12 for chroma DX11
[00000185563f0580] main vout display debug: VoutDisplayEvent 'resize' 2898x1683
[00000185563f0580] direct3d11 vout display debug: using GPU render fence
[00000185563f0580] direct3d11 vout display debug: Direct3D11 resources created
[00000185563f0580] direct3d11 vout display debug: Direct3D11 device adapter successfully initialized
[00000185563f0580] direct3d11 vout display debug: Direct3D11 Open Succeeded
[00000185563f0580] main vout display debug: using vout display module "direct3d11"
[00000185563f0580] direct3d11 vout display debug: D3D11 pool succeed with 48 surfaces (4096x2176) context 0x00000185595aebe0
[000001855622f810] main video output debug: original format sz 4096x2176, of (0,0), vsz 2880x1636, 4cc DX11, sar 1:1, msk r0x0 g0x0 b0x0
[000001854d22dac0] main spu text debug: removing module "freetype"
[00000185563f0580] main vout display debug: VoutDisplayEvent 'resize' 3342x1333
[000001854d22e160] main spu text debug: looking for text renderer module matching "any": 3 candidates
[00000185563f0580] direct3d11 vout display debug: Detected size change 2346x1333
[000001854d22e160] freetype spu text debug: Using DWrite backend
[000001854d22e160] freetype spu text debug: DWrite_GetFamily(): family name: Arial
[000001854d22e160] freetype spu text debug: DWrite_ParseFamily(): using font at index 0 with weight 400 for bold: 0, italic: 0
[000001854d22e160] freetype spu text debug: DWrite_ParseFamily(): using font at index 1 with weight 700 for bold: 1, italic: 0
[000001854d22e160] freetype spu text debug: DWrite_ParseFamily(): using font at index 2 with weight 400 for bold: 0, italic: 1
[000001854d22e160] freetype spu text debug: DWrite_ParseFamily(): using font at index 3 with weight 700 for bold: 1, italic: 1
[000001854d22e160] main spu text debug: using text renderer module "freetype"
[000001854c93d210] main generic debug: looking for hw decoder module matching "d3d11va": 2 candidates
[000001854c93d210] d3d11va generic debug: NVIDIA WDDM driver 31.0.15.1740
[000001854c93d210] d3d11va generic debug: Reusing Direct3D11 device
[000001854c93d210] d3d11va generic debug: CreateDevice succeed
[000001854c93d210] d3d11va generic debug: - 'MPEG-2 & MPEG-1 variable-length decoder' is supported
[000001854c93d210] d3d11va generic debug: - 'MPEG-2 variable-length decoder' is supported
[000001854c93d210] d3d11va generic debug: - 'MPEG-1 variable-length decoder, no D pictures' is supported
[000001854c93d210] d3d11va generic debug: - 'VC-1 variable-length decoder' is supported
[000001854c93d210] d3d11va generic debug: - 'VC-1 variable-length decoder' is supported
[000001854c93d210] d3d11va generic debug: - 'Unknown decoder 0x32fcfe3f-0xde46-0x4a49-0x861bac71110649d5' is supported
[000001854c93d210] d3d11va generic debug: - 'H.264 stereo high profile, mbs flag set' is supported
[000001854c93d210] d3d11va generic debug: - 'H.264 stereo high profile' is supported
[000001854c93d210] d3d11va generic debug: - 'H.264 variable-length decoder, no film grain technology' is supported
[000001854c93d210] d3d11va generic debug: - 'HEVC Main profile' is supported
[000001854c93d210] d3d11va generic debug: - 'HEVC Main 10 profile' is supported
[000001854c93d210] d3d11va generic debug: - 'Unknown decoder 0x20bb8b0a-0x97aa-0x4571-0x8e9964e60606c1a6' is supported
[000001854c93d210] d3d11va generic debug: - 'Unknown decoder 0x15df9b21-0x06c4-0x47f1-0x841ea67c97d7f312' is supported
[000001854c93d210] d3d11va generic debug: - 'MPEG-4 Part 2 variable-length decoder, Simple Profile' is supported
[000001854c93d210] d3d11va generic debug: - 'MPEG-4 Part 2 variable-length decoder, Simple&Advanced Profile, no GMC' is supported
[000001854c93d210] d3d11va generic debug: - 'MPEG-4 Part 2 nVidia bitstream decoder' is supported
[000001854c93d210] d3d11va generic debug: - 'Unknown decoder 0x33fcfe41-0xde46-0x4a49-0x861bac71110649d5' is supported
[000001854c93d210] d3d11va generic debug: - 'VP9 profile 0' is supported
[000001854c93d210] d3d11va generic debug: - 'Unknown decoder 0x6affd11e-0x1d96-0x42b1-0xa21593a31f09a53d' is supported
[000001854c93d210] d3d11va generic debug: - 'Unknown decoder 0x914c84a3-0x4078-0x4fa9-0x984ce2f262cb5c9c' is supported
[000001854c93d210] d3d11va generic debug: Trying to use 'HEVC Main profile' as input
[000001854c93d210] d3d11va generic debug: NV12 output is supported for decoder HEVC Main profile.
[000001854c93d210] d3d11va generic debug: Using output format NV12 for decoder HEVC Main profile
[000001854c93d210] d3d11va generic debug: va_pool_SetupDecoder id 173 4096x2176 count: 28
[000001854c93d210] d3d11va generic warning: not enough decoding slices in the texture (6/28)
[000001854c93d210] d3d11va generic debug: ID3D11VideoDecoderOutputView succeed with 28 surfaces (4096x2176)
[000001854c93d210] d3d11va generic debug: we got 2 decoder configurations
[000001854c93d210] d3d11va generic debug: configuration[0] ConfigBitstreamRaw 1
[000001854c93d210] d3d11va generic debug: configuration[1] ConfigBitstreamRaw 1
[000001854c93d210] d3d11va generic debug: DxCreateDecoderSurfaces succeed
[000001854c93d210] main generic debug: using hw decoder module "d3d11va"
[000001854d15d950] avcodec decoder: Using D3D11VA (NVIDIA GeForce GTX 1060 3GB, vendor 10de(NVIDIA), device 1c02, revision a1) for hardware decoding
[hevc @ 000001854d208ac0] Format d3d11va_vld chosen by get_format().
[hevc @ 000001854d208ac0] Format d3d11va_vld requires hwaccel initialisation.
[hevc @ 000001854d208ac0] Output frame with POC 0.
[hevc @ 000001854d208f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d208f40] Output frame with POC 1.
[hevc @ 000001854d209400] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d209400] Output frame with POC 2.
[hevc @ 000001854d2081c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d2081c0] Output frame with POC 3.
[hevc @ 000001854d279380] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d279380] Output frame with POC 4.
[hevc @ 000001854d2773c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d2773c0] Output frame with POC 5.
[hevc @ 000001854d275840] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d275840] Output frame with POC 6.
[hevc @ 000001854d272ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d272ac0] Output frame with POC 7.
[hevc @ 000001854d272600] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d272600] Output frame with POC 8.
[[hevc @ 000001854d274600] 0nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
00001854d15d950] main decoder debug: Received first picture
[hevc @ 000001854d274600] Output frame with POC 9.
[hevc @ 000001854d208ac0] [nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
000001854d20c0d0] main input debug: Decoder wait done in 522 ms
[000001854ca2e6a0] main audio output debug: inserting 1504 zeroes
[000001854ca2e6a0] mmdevice audio output debug: state changed: 1
[hevc @ 000001854d208ac0] Output frame with POC 10.
[hevc @ 000001854d208f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d208f40] Output frame with POC 11.
[hevc @ 000001854d209400] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d209400] Output frame with POC 0.
[hevc @ 000001854d2081c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d2081c0] Output frame with POC 1.
[hevc @ 000001854d279380] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d279380] Output frame with POC 2.
[hevc @ 000001854d2773c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d2773c0] Output frame with POC 3.
[hevc @ 000001854d275840] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d275840] Output frame with POC 4.
[hevc @ 000001854d272ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d272ac0] Output frame with POC 5.
[hevc @ 000001854d272600] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d272600] Output frame with POC 6.
[hevc @ 000001854d274600] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d274600] Output frame with POC 7.
[hevc @ 000001854d208ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d208ac0] Output frame with POC 8.
[hevc @ 000001854d208f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d208f40] Output frame with POC 9.
[hevc @ 000001854d209400] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d209400] Output frame with POC 10.
[hevc @ 000001854d2081c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d2081c0] Output frame with POC 11.
[hevc @ 000001854d279380] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d279380] Output frame with POC 0.
[hevc @ 000001854d2773c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d2773c0] Output frame with POC 1.
[hevc @ 000001854d275840] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d275840] Output frame with POC 2.
[hevc @ 000001854d272ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d272ac0] Output frame with POC 3.
[hevc @ 000001854d272600] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d272600] Output frame with POC 4.
[hevc @ 000001854d274600] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d274600] Output frame with POC 5.
[hevc @ 000001854d208ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d208ac0] Output frame with POC 6.
[hevc @ 000001854d208f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d208f40] Output frame with POC 7.
[hevc @ 000001854d209400] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d209400] Output frame with POC 8.
[hevc @ 000001854d2081c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d2081c0] Output frame with POC 9.
[hevc @ 000001854d279380] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d279380] Output frame with POC 10.
[hevc @ 000001854d2773c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d2773c0] Output frame with POC 11.
[hevc @ 000001854d275840] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d275840] Output frame with POC 0.
[hevc @ 000001854d272ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d272ac0] Output frame with POC 1.
[hevc @ 000001854d272600] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d272600] Output frame with POC 2.
[hevc @ 000001854d274600] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d274600] Output frame with POC 3.
[hevc @ 000001854d208ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d208ac0] Output frame with POC 4.
[hevc @ 000001854d208f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d208f40] Output frame with POC 5.
[hevc @ 000001854d209400] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d209400] Output frame with POC 6.
[00000[hevc @ 000001854d2081c0] 1nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
854d20c[hevc @ 000001854d2081c0] 0Output frame with POC 7.
d0] ma[hevc @ 000001854d279380] inal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
n input debug: EOF reached
[hevc @ 000001854d279380] Output frame with POC 8.
[hevc @ 000001854d2773c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d2773c0] Output frame with POC 9.
[hevc @ 000001854d275840] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d275840] Output frame with POC 10.
[hevc @ 000001854d272ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
[hevc @ 000001854d272ac0] Output frame with POC 11.
[000001854d20c0d0] main input debug: waiting decoder fifos to empty
[000001854d20c0d0] main input debug: waiting decoder fifos to empty
[00000185563f0580] main vout display debug: auto hiding mouse cursor
[000001854d20c0d0] main input debug: waiting decoder fifos to empty
[000001854d20c0d0] main input debug: waiting decoder fifos to empty
[000001854d20c0d0] main input debug: waiting decoder fifos to empty
[000001854d20c0d0] main input debug: waiting decoder fifos to empty
[000001854d20c0d0] main input debug: waiting decoder fifos to empty
[000001854d20c0d0] main input debug: waiting decoder fifos to empty
[000001854d20c0d0] main input debug: waiting decoder fifos to empty
[000001854d20c0d0] main input debug: waiting decoder fifos to empty
[000001854d20c0d0] main input debug: waiting decoder fifos to empty
[000001854d15d950] main decoder debug: killing decoder fourcc 'hevc'
[000001854d15d950] main decoder debug: removing module "avcodec"
[000001854ca2e150] main playlist debug: saving a free vout
[000001854ca2e150] main playlist debug: reusing provided vout
[000001854d20f580] main decoder debug: killing decoder fourcc 'mp4a'
[000001854d20f580] main decoder debug: removing module "faad"
[000001854ca2e6a0] mmdevice audio output debug: state changed: 0
[000001854d2e83d0] wasapi generic debug: reset
[000001854d22d0d0] main audio resampler debug: removing module "samplerate"
[000001854d22d770] main audio filter debug: removing module "scaletempo"
[000001854d2e82c0] main volume debug: removing module "float_mixer"
[000001854ca2e150] main playlist debug: keeping audio output
[000001854cabb5b0] main demux debug: removing module "mp4"
[000001854cabb5b0] mp4 demux debug: freeing all memory
[000001854d20c0d0] main input debug: Program doesn't contain anymore ES
[000001854c9908d0] main stream debug: removing module "record"
[000001854c990450] main stream debug: removing module "cache_read"
[000001854c9902d0] main stream debug: removing module "filesystem"
[000001854ca2e150] main playlist debug: dead input
[000001854ca2e150] main playlist debug: changing item without a request (current 0/1)
[000001854ca2e150] main playlist debug: nothing to play
[000001855622f810] main video output debug: destroying useless vout
[000001854c96e780] qt interface debug: IM: Deleting the input
[00000185563f0580] main vout display debug: removing module "direct3d11"
[00000185563f0580] direct3d11 vout display debug: Direct3D11 resources destroyed
[00000185563f0580] direct3d11 vout display debug: Direct3D11 device adapter closed
[00000185563f0580] direct3d11 vout display error: SetThumbNailClip failed: 0x800706f4
[00000185563f0580] direct3d11 vout display debug: Win32 Vout EventThread terminating
[00000185563f0580] direct3d11 vout display debug: Win32VoutCloseWindow
[00000185563f0580] direct3d11 vout display debug: WinProc WM_DESTROY
[000001854c93c6d0] main inhibit debug: removing module "inhibit"
[000001854d2c0d00] qt window debug: releasing video...
[000001854c96e780] qt interface debug: Video is not needed anymore
[000001854d2c0d00] qt window warning: orphaned video window
[000001854d22e160] main spu text debug: removing module "freetype"
[000001854d22e4b0] main scale debug: removing module "yuvp"
[000001854d22d420] main scale debug: removing module "swscale"
\