NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.27k stars 13.52k forks source link

No video output on VLC for AV1 encoded videos #299174

Open Strum355 opened 5 months ago

Strum355 commented 5 months ago

Describe the bug

For an AV1 encoded video, there is no/black video output but audio works as expected with VLC. Firefox and MPV correctly display the video output, so this is isolated to VLC only.

VLC version 3.0.20 from nixpkgs https://github.com/NixOS/nixpkgs/tree/b06025f1533a1e07b6db3e75151caa155d1c7eb3

This issue is reproducible on:

This issue is not reproducible on:

Steps To Reproduce

Steps to reproduce the behavior:

  1. Fetch an AV1 encoded video e.g. https://github.com/SPBTV/video_av1_samples/blob/master/spbtv_sample_bipbop_av1_960x540_25fps.mp4
  2. Play the video with VLC on NixOS

Expected behavior

Expected video output instead of black/no output.

Screenshots

With Firefox: image

With VLC: image

Additional context

VLC's AV1 codec appears to be loaded

image

Output of vlc --verbose 2 <video file>

``` VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b) [0000000000adf520] main libvlc debug: VLC media player - 3.0.20 Vetinari [0000000000adf520] main libvlc debug: Copyright © 1996-2023 the VideoLAN team [0000000000adf520] main libvlc debug: revision 3.0.20-0-g6f0d0ab126b [0000000000adf520] main libvlc debug: configured with [0000000000adf520] main libvlc debug: searching plug-in modules [0000000000adf520] main libvlc debug: loading plugins cache file /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/plugins/plugins.dat [0000000000adf520] main libvlc debug: recursively browsing `/nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/plugins' [0000000000adf520] main libvlc debug: plug-ins loaded: 503 modules [0000000000adf520] main libvlc debug: opening config file (/home/noah/.config/vlc/vlcrc) [0000000000adf870] main logger debug: looking for logger module matching "any": 4 candidates [0000000000adf870] main logger debug: using logger module "console" [0000000000adf520] main libvlc debug: translation test: code is "C" [0000000000b6d630] main keystore debug: looking for keystore module matching "memory": 3 candidates [0000000000b6d630] main keystore debug: using keystore module "memory" [0000000000adf520] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 SSE4A AVX AVX2 FPU [0000000000b74ac0] main input debug: Creating an input for 'Media Library' [0000000000b74ac0] main input debug: Input is a meta file: disabling unneeded options [0000000000b74ac0] main input debug: using timeshift granularity of 50 MiB [0000000000b74ac0] main input debug: using default timeshift path [0000000000b74ac0] main input debug: `file/directory:///home/noah/.local/share/vlc/ml.xspf' gives access `file' demux `directory' path `/home/noah/.local/share/vlc/ml.xspf' [0000000000b79a90] main input source debug: creating demux: access='file' demux='directory' location='/home/noah/.local/share/vlc/ml.xspf' file='/home/noah/.local/share/vlc/ml.xspf' [0000000000b7a510] main demux debug: looking for access_demux module matching "file": 17 candidates [0000000000b7a510] main demux debug: no access_demux modules matched [0000000000b86270] main stream debug: creating access: file:///home/noah/.local/share/vlc/ml.xspf [0000000000b86270] main stream debug: (path: /home/noah/.local/share/vlc/ml.xspf) [0000000000b86270] main stream debug: looking for access module matching "file": 27 candidates [0000000000b86270] main stream debug: using access module "filesystem" [0000000000b87390] main stream debug: looking for stream_filter module matching "prefetch,cache_read": 26 candidates [0000000000b87390] cache_read stream debug: Using stream method for AStream* [0000000000b87390] cache_read stream debug: starting pre-buffering [0000000000b87390] cache_read stream debug: received first data after 0 ms [0000000000b87390] cache_read stream debug: pre-buffering done 296 bytes in 0s - 13764 KiB/s [0000000000b87390] main stream debug: using stream_filter module "cache_read" [0000000000b88430] main stream debug: looking for stream_filter module matching "any": 26 candidates [0000000000b88430] playlist stream debug: using XSPF playlist reader [0000000000b88430] main stream debug: using stream_filter module "playlist" [0000000000b88430] main stream debug: stream filter added to 0xb87390 [0000000000b8bd70] main stream debug: looking for stream_filter module matching "any": 26 candidates [0000000000b8bd70] main stream debug: no stream_filter modules matched [0000000000b78de0] main stream_directory debug: looking for stream_directory module matching "any": 1 candidates [0000000000b78de0] main stream_directory debug: no stream_directory modules matched [0000000000b79a90] main input source debug: attachment of directory-extractor failed for file:///home/noah/.local/share/vlc/ml.xspf [0000000000b8bd70] main stream debug: looking for stream_filter module matching "record": 26 candidates [0000000000b8bd70] main stream debug: using stream_filter module "record" [0000000000b79a90] main input source debug: creating demux: access='file' demux='directory' location='/home/noah/.local/share/vlc/ml.xspf' file='/home/noah/.local/share/vlc/ml.xspf' [0000000000b7a510] main demux debug: looking for demux module matching "directory": 52 candidates [0000000000b7a510] main demux debug: using demux module "directory" [0000000000b7e3e0] main demux meta debug: looking for meta reader module matching "any": 2 candidates [0000000000b7e3e0] lua demux meta debug: Trying Lua scripts in /home/noah/.local/share/vlc/lua/meta/reader [0000000000b7e3e0] lua demux meta debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/reader [0000000000b7e3e0] lua demux meta debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/reader/filename.luac [0000000000b7e3e0] lua demux meta debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/share/vlc/lua/meta/reader [0000000000b7e3e0] main demux meta debug: no meta reader modules matched [0000000000b74ac0] main input debug: `file/directory:///home/noah/.local/share/vlc/ml.xspf' successfully opened [0000000000bac670] main xml reader debug: looking for xml reader module matching "any": 1 candidates [0000000000bac670] main xml reader debug: using xml reader module "xml" [0000000000b74ac0] main input debug: EOF reached [0000000000b7a510] main demux debug: removing module "directory" [0000000000b8bd70] main stream debug: removing module "record" [0000000000b88430] main stream debug: removing module "playlist" [0000000000b87390] main stream debug: removing module "cache_read" [0000000000b86270] main stream debug: removing module "filesystem" [0000000000b72510] main playlist debug: creating audio output [0000000000babf00] main audio output debug: looking for audio output module matching "any": 5 candidates [0000000000babf00] vlcpulse audio output debug: using library version 17.0.0 [0000000000babf00] vlcpulse audio output debug: (compiled with version 17.0.0, protocol 35) [0000000000babf00] vlcpulse audio output debug: connected locally to /run/user/1000/pulse/native as client #38 [0000000000babf00] vlcpulse audio output debug: using protocol 35, server protocol 35 [0000000000babf00] pulse audio output debug: adding sink 1: alsa_output.usb-Blue_Microphones_Yeti_Stereo_Microphone_FST_2018_06_09_63392-00.analog-stereo (Yeti Stereo Microphone Analog Stereo) [0000000000babf00] pulse audio output debug: adding sink 2: alsa_output.pci-0000_0b_00.4.analog-stereo (Starship/Matisse HD Audio Controller Analog Stereo) [0000000000babf00] pulse audio output debug: adding sink 4: alsa_output.pci-0000_09_00.1.hdmi-stereo-extra1 (Navi 31 HDMI/DP Audio Digital Stereo (HDMI 2)) [0000000000babf00] main audio output debug: using audio output module "pulse" [0000000000b72510] main playlist debug: keeping audio output [0000000000bbc630] main interface debug: looking for interface module matching "dbus,none": 17 candidates [0000000000bbc630] dbus interface debug: listening on dbus as: org.mpris.MediaPlayer2.vlc [0000000000bbc630] main interface debug: using interface module "dbus" [0000000000be6ba0] main interface debug: looking for interface module matching "hotkeys,none": 17 candidates [00007f1628000c30] main input debug: Creating an input for preparsing 'HELLDIVERS 2_replay_2024.03.25-21.52.mp4' [0000000000be6ba0] main interface debug: using interface module "hotkeys" [0000000000be78c0] main interface debug: looking for interface module matching "globalhotkeys,none": 17 candidates [0000000000be78c0] main interface debug: using interface module "xcb_hotkeys" [0000000000adf520] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [0000000000beb360] main interface debug: looking for interface module matching "any": 17 candidates [00007f15f0000c30] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates [00007f15f0000c30] lua meta fetcher debug: Trying Lua scripts in /home/noah/.local/share/vlc/lua/meta/fetcher [00007f15f0000c30] lua meta fetcher debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/fetcher [00007f15f0000c30] lua meta fetcher debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/share/vlc/lua/meta/fetcher [00007f15f0000c30] main meta fetcher debug: no meta fetcher modules matched [00007f15f0000c30] main art finder debug: looking for art finder module matching "any": 2 candidates [00007f15f0000c30] lua art finder debug: Trying Lua scripts in /home/noah/.local/share/vlc/lua/meta/art [00007f15f0000c30] lua art finder debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art [00007f15f0000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/00_musicbrainz.luac [00007f15f0000c30] lua art finder debug: skipping script (unmatched scope) /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/00_musicbrainz.luac [00007f15f0000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/01_googleimage.luac [00007f15f0000c30] lua art finder debug: skipping script (unmatched scope) /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/01_googleimage.luac [00007f15f0000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/02_frenchtv.luac [00007f15f0000c30] lua art finder debug: skipping script (unmatched scope) /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/02_frenchtv.luac [00007f15f0000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/03_lastfm.luac [00007f15f0000c30] lua art finder debug: skipping script (unmatched scope) /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/03_lastfm.luac [00007f15f0000c30] lua art finder debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/share/vlc/lua/meta/art [00007f15f0000c30] main art finder debug: no art finder modules matched [00007f15f4000c30] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates [00007f15f4000c30] lua meta fetcher debug: Trying Lua scripts in /home/noah/.local/share/vlc/lua/meta/fetcher [00007f15f4000c30] lua meta fetcher debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/fetcher [00007f15f4000c30] lua meta fetcher debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/share/vlc/lua/meta/fetcher [00007f15f4000c30] main meta fetcher debug: no meta fetcher modules matched [00007f15f4000c30] main art finder debug: looking for art finder module matching "any": 2 candidates [00007f15f4000c30] lua art finder debug: Trying Lua scripts in /home/noah/.local/share/vlc/lua/meta/art [00007f15f4000c30] lua art finder debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art [00007f15f4000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/00_musicbrainz.luac [00007f15f4000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/01_googleimage.luac [00007f15f4000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/02_frenchtv.luac [00007f15f4000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/03_lastfm.luac [00007f15f4000c30] lua art finder debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/share/vlc/lua/meta/art [00007f15f4000c30] main art finder debug: no art finder modules matched [00007f161811a750] main generic debug: looking for extension module matching "any": 1 candidates [00007f161811a750] lua generic debug: Opening Lua Extension module [00007f161811a750] lua generic debug: Trying Lua scripts in /home/noah/.local/share/vlc/lua/extensions [00007f161811a750] lua generic debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/extensions [00007f161811a750] lua generic debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/extensions/VLSub.luac [00007f161811a750] lua generic debug: Scanning Lua script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/extensions/VLSub.luac [00007f161811a750] lua generic debug: Script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/extensions/VLSub.luac has the following capability flags: 0x5 [00007f161811a750] lua generic debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/share/vlc/lua/extensions [00007f161811a750] main generic debug: using extension module "lua" [0000000000beb360] main interface debug: using interface module "qt" [0000000000b72510] main playlist debug: processing request item: null, node: Playlist, skip: 0 [0000000000b72510] main playlist debug: rebuilding array of current - root Playlist [0000000000b72510] main playlist debug: rebuild done - 1 items, index -1 [0000000000b72510] main playlist debug: starting playback of new item [0000000000b72510] main playlist debug: resyncing on HELLDIVERS 2_replay_2024.03.25-21.52.mp4 [0000000000b72510] main playlist debug: HELLDIVERS 2_replay_2024.03.25-21.52.mp4 is at 0 [0000000000b72510] main playlist debug: creating new input thread [00007f15c8000c90] main input debug: Creating an input for 'HELLDIVERS 2_replay_2024.03.25-21.52.mp4' [0000000000b72510] main playlist debug: requesting art for new input thread [00007f15c8000c90] main input debug: using timeshift granularity of 50 MiB [00007f15c8000c90] main input debug: using default timeshift path [00007f15c8000c90] main input debug: `file:///run/media/noah/Windows%2010/Users/noah/Videos/Radeon%20ReLive/HELLDIVERS%202/HELLDIVERS%202_replay_2024.03.25-21.52.mp4' gives access `file' demux `any' path `/run/media/noah/Windows%2010/Users/noah/Videos/Radeon%20ReLive/HELLDIVERS%202/HELLDIVERS%202_replay_2024.03.25-21.52.mp4' [00007f15cc000fb0] main input source debug: creating demux: access='file' demux='any' location='/run/media/noah/Windows%2010/Users/noah/Videos/Radeon%20ReLive/HELLDIVERS%202/HELLDIVERS%202_replay_2024.03.25-21.52.mp4' file='/run/media/noah/Windows 10/Users/noah/Videos/Radeon ReLive/HELLDIVERS 2/HELLDIVERS 2_replay_2024.03.25-21.52.mp4' [00007f15cc0011a0] main demux debug: looking for access_demux module matching "file": 17 candidates [00007f15c0000c30] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates [00007f15c0000c30] lua meta fetcher debug: Trying Lua scripts in /home/noah/.local/share/vlc/lua/meta/fetcher [00007f15c0000c30] lua meta fetcher debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/fetcher [00007f15c0000c30] lua meta fetcher debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/share/vlc/lua/meta/fetcher [00007f15cc0011a0] main demux debug: no access_demux modules matched [00007f15cc001700] main stream debug: creating access: file:///run/media/noah/Windows%2010/Users/noah/Videos/Radeon%20ReLive/HELLDIVERS%202/HELLDIVERS%202_replay_2024.03.25-21.52.mp4 [00007f15cc001700] main stream debug: (path: /run/media/noah/Windows 10/Users/noah/Videos/Radeon ReLive/HELLDIVERS 2/HELLDIVERS 2_replay_2024.03.25-21.52.mp4) [00007f15cc001700] main stream debug: looking for access module matching "file": 27 candidates [00007f15c0000c30] main meta fetcher debug: no meta fetcher modules matched [00007f15c0000c30] main art finder debug: looking for art finder module matching "any": 2 candidates [00007f15cc001700] main stream debug: using access module "filesystem" [00007f15cc001a50] main stream debug: looking for stream_filter module matching "prefetch,cache_read": 26 candidates [00007f15c0000c30] lua art finder debug: Trying Lua scripts in /home/noah/.local/share/vlc/lua/meta/art [00007f15c0000c30] lua art finder debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art [00007f15cc001a50] cache_read stream debug: Using stream method for AStream* [00007f15cc001a50] cache_read stream debug: starting pre-buffering [00007f15c0000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/00_musicbrainz.luac [00007f15cc001a50] cache_read stream debug: received first data after 0 ms [00007f15cc001a50] cache_read stream debug: pre-buffering done 1024 bytes in 0s - 27027 KiB/s [00007f15cc001a50] main stream debug: using stream_filter module "cache_read" [00007f15ccc01e10] main stream debug: looking for stream_filter module matching "any": 26 candidates [00007f15ccc01e10] lua stream debug: Trying Lua scripts in /home/noah/.local/share/vlc/lua/playlist [00007f15ccc01e10] lua stream debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/anevia_streams.luac [00007f15c0000c30] lua art finder debug: skipping script (unmatched scope) /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/00_musicbrainz.luac [00007f15c0000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/01_googleimage.luac [00007f15c0000c30] lua art finder debug: skipping script (unmatched scope) /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/01_googleimage.luac [00007f15c0000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/02_frenchtv.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/anevia_xml.luac [00007f15c0000c30] lua art finder debug: skipping script (unmatched scope) /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/02_frenchtv.luac [00007f15c0000c30] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/03_lastfm.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/appletrailers.luac [00007f15c0000c30] lua art finder debug: skipping script (unmatched scope) /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/03_lastfm.luac [00007f15c0000c30] lua art finder debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/share/vlc/lua/meta/art [00007f15c0000c30] main art finder debug: no art finder modules matched [00007f15c000fbf0] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates [00007f15c000fbf0] lua meta fetcher debug: Trying Lua scripts in /home/noah/.local/share/vlc/lua/meta/fetcher [00007f15c000fbf0] lua meta fetcher debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/fetcher [00007f15c000fbf0] lua meta fetcher debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/share/vlc/lua/meta/fetcher [00007f15c000fbf0] main meta fetcher debug: no meta fetcher modules matched [00007f15c00024a0] main art finder debug: looking for art finder module matching "any": 2 candidates [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/bbc_co_uk.luac [00007f15c00024a0] lua art finder debug: Trying Lua scripts in /home/noah/.local/share/vlc/lua/meta/art [00007f15c00024a0] lua art finder debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art [00007f15c00024a0] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/00_musicbrainz.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/cue.luac [00007f15c00024a0] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/01_googleimage.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/dailymotion.luac [00007f15c00024a0] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/02_frenchtv.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/jamendo.luac [00007f15c00024a0] lua art finder debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/meta/art/03_lastfm.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/koreus.luac [00007f15c00024a0] lua art finder debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/share/vlc/lua/meta/art [00007f15c00024a0] main art finder debug: no art finder modules matched [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/liveleak.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/newgrounds.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/rockbox_fm_presets.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/soundcloud.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/twitch.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/vimeo.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/vocaroo.luac [00007f15ccc01e10] lua stream debug: Trying Lua playlist script /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/lib/vlc/lua/playlist/youtube.luac [00007f15ccc01e10] lua stream debug: Trying Lua scripts in /nix/store/75iw7r3y2427434b0p88jv03if824sim-vlc-3.0.20/share/vlc/lua/playlist [00007f15ccc01e10] main stream debug: no stream_filter modules matched [00007f15ccc1db60] main stream_directory debug: looking for stream_directory module matching "any": 1 candidates [00007f15ccc1db60] main stream_directory debug: no stream_directory modules matched [00007f15cc000fb0] main input source debug: attachment of directory-extractor failed for file:///run/media/noah/Windows%2010/Users/noah/Videos/Radeon%20ReLive/HELLDIVERS%202/HELLDIVERS%202_replay_2024.03.25-21.52.mp4 [00007f15ccc01e10] main stream debug: looking for stream_filter module matching "record": 26 candidates [00007f15ccc01e10] main stream debug: using stream_filter module "record" [00007f15cc000fb0] main input source debug: creating demux: access='file' demux='any' location='/run/media/noah/Windows%2010/Users/noah/Videos/Radeon%20ReLive/HELLDIVERS%202/HELLDIVERS%202_replay_2024.03.25-21.52.mp4' file='/run/media/noah/Windows 10/Users/noah/Videos/Radeon ReLive/HELLDIVERS 2/HELLDIVERS 2_replay_2024.03.25-21.52.mp4' [00007f15cc0011a0] main demux debug: looking for demux module matching "mp4": 52 candidates [00007f15ccc01e10] mp4 stream debug: dumping root Box "root" [00007f15ccc01e10] mp4 stream debug: | + ftyp size 32 offset 0 [00007f15ccc01e10] mp4 stream debug: | + free size 8 offset 32 [00007f15ccc01e10] mp4 stream debug: | + mdat size 472247908 offset 40 [00007f15ccc01e10] mp4 stream debug: | + moov size 136007 offset 472247948 [00007f15ccc01e10] mp4 stream debug: | | + mvhd size 108 offset 472247956 [00007f15ccc01e10] mp4 stream debug: | | + trak size 90205 offset 472248064 [00007f15ccc01e10] mp4 stream debug: | | | + tkhd size 92 offset 472248072 [00007f15ccc01e10] mp4 stream debug: | | | + edts size 36 offset 472248164 [00007f15ccc01e10] mp4 stream debug: | | | | + elst size 28 offset 472248172 [00007f15ccc01e10] mp4 stream debug: | | | + mdia size 90069 offset 472248200 [00007f15ccc01e10] mp4 stream debug: | | | | + mdhd size 32 offset 472248208 [00007f15ccc01e10] mp4 stream debug: | | | | + hdlr size 45 offset 472248240 [00007f15ccc01e10] mp4 stream debug: | | | | + minf size 89984 offset 472248285 [00007f15ccc01e10] mp4 stream debug: | | | | | + vmhd size 20 offset 472248293 [00007f15ccc01e10] mp4 stream debug: | | | | | + dinf size 36 offset 472248313 [00007f15ccc01e10] mp4 stream debug: | | | | | | + dref size 28 offset 472248321 [00007f15ccc01e10] mp4 stream debug: | | | | | | | + url size 12 offset 472248337 [00007f15ccc01e10] mp4 stream debug: | | | | | + stbl size 89920 offset 472248349 [00007f15ccc01e10] mp4 stream debug: | | | | | | + stsd size 148 offset 472248357 [00007f15ccc01e10] mp4 stream debug: | | | | | | | + av01 size 132 offset 472248373 [00007f15ccc01e10] mp4 stream debug: | | | | | | | | + av1C size 26 offset 472248459 [00007f15ccc01e10] mp4 stream debug: | | | | | | | | + btrt size 20 offset 472248485 [00007f15ccc01e10] mp4 stream debug: | | | | | | + stts size 200 offset 472248505 [00007f15ccc01e10] mp4 stream debug: | | | | | | + stss size 496 offset 472248705 [00007f15ccc01e10] mp4 stream debug: | | | | | | + stsc size 37744 offset 472249201 [00007f15ccc01e10] mp4 stream debug: | | | | | | + stsz size 28808 offset 472286945 [00007f15ccc01e10] mp4 stream debug: | | | | | | + stco size 22516 offset 472315753 [00007f15ccc01e10] mp4 stream debug: | | + trak size 45589 offset 472338269 [00007f15ccc01e10] mp4 stream debug: | | | + tkhd size 92 offset 472338277 [00007f15ccc01e10] mp4 stream debug: | | | + edts size 48 offset 472338369 [00007f15ccc01e10] mp4 stream debug: | | | | + elst size 40 offset 472338377 [00007f15ccc01e10] mp4 stream debug: | | | + mdia size 45441 offset 472338417 [00007f15ccc01e10] mp4 stream debug: | | | | + mdhd size 32 offset 472338425 [00007f15ccc01e10] mp4 stream debug: | | | | + hdlr size 45 offset 472338457 [00007f15ccc01e10] mp4 stream debug: | | | | + minf size 45356 offset 472338502 [00007f15ccc01e10] mp4 stream debug: | | | | | + smhd size 16 offset 472338510 [00007f15ccc01e10] mp4 stream debug: | | | | | + dinf size 36 offset 472338526 [00007f15ccc01e10] mp4 stream debug: | | | | | | + dref size 28 offset 472338534 [00007f15ccc01e10] mp4 stream debug: | | | | | | | + url size 12 offset 472338550 [00007f15ccc01e10] mp4 stream debug: | | | | | + stbl size 45296 offset 472338562 [00007f15ccc01e10] mp4 stream debug: | | | | | | + stsd size 126 offset 472338570 [00007f15ccc01e10] mp4 stream debug: | | | | | | | + mp4a size 110 offset 472338586 [00007f15ccc01e10] mp4 stream debug: | | | | | | | | + esds size 54 offset 472338622 [00007f15ccc01e10] mp4 stream debug: | | | | | | | | + btrt size 20 offset 472338676 [00007f15ccc01e10] mp4 stream debug: | | | | | | + stts size 24 offset 472338696 [00007f15ccc01e10] mp4 stream debug: | | | | | | + stsc size 52 offset 472338720 [00007f15ccc01e10] mp4 stream debug: | | | | | | + stsz size 22520 offset 472338772 [00007f15ccc01e10] mp4 stream debug: | | | | | | + stco size 22512 offset 472361292 [00007f15ccc01e10] mp4 stream debug: | | | | | | + sgpd size 26 offset 472383804 [00007f15ccc01e10] mp4 stream debug: | | | | | | + sbgp size 28 offset 472383830 [00007f15ccc01e10] mp4 stream debug: | | + udta size 97 offset 472383858 [00007f15ccc01e10] mp4 stream debug: | | | + meta size 89 offset 472383866 [00007f15ccc01e10] mp4 stream debug: | | | | + hdlr size 33 offset 472383878 [00007f15ccc01e10] mp4 stream debug: | | | | + ilst size 44 offset 472383911 [00007f15ccc01e10] mp4 stream debug: | | | | | + ctoo size 36 offset 472383919 [00007f15ccc01e10] mp4 stream debug: | | | | | | + data size 28 offset 472383927 [00007f15cc0011a0] mp4 demux debug: ISO Media (isom) version 512. [00007f15cc0011a0] mp4 demux debug: found 2 tracks [00007f15cc0011a0] mp4 demux warning: elst box found [00007f15cc0011a0] mp4 demux debug: - [0] duration=120017ms media time=0ms) rate=1.0 [00007f15cc0011a0] mp4 demux debug: track[Id 0x1] read 5625 chunk [00007f15cc0011a0] mp4 demux warning: STTS table of 23 entries [00007f15cc0011a0] mp4 demux debug: track[Id 0x1] read 7197 samples length:120s [00007f15c8000c90] main input debug: selecting program id=0 [00007f15cc0011a0] mp4 demux debug: adding track[Id 0x1] video (enable) language undef [00007f15cc0011a0] mp4 demux warning: elst box found [00007f15cc0011a0] mp4 demux debug: - [0] duration=2ms media time=-1ms) rate=1.0 [00007f15cc0011a0] mp4 demux debug: - [1] duration=120000ms media time=0ms) rate=1.0 [00007f15cc0011a0] mp4 demux debug: track[Id 0x2] read 5624 chunk [00007f15cc0011a0] mp4 demux warning: STTS table of 1 entries [00007f15cc0011a0] mp4 demux debug: track[Id 0x2] read 5625 samples length:120s [00007f15cc0011a0] mp4 demux debug: adding track[Id 0x2] audio (enable) language undef [00007f15cc0011a0] main demux debug: using demux module "mp4" [00007f15c8000c90] main input debug: looking for a subtitle file in /run/media/noah/Windows 10/Users/noah/Videos/Radeon ReLive/HELLDIVERS 2/ [00007f15ccc13e20] main decoder debug: looking for video decoder module matching "any": 16 candidates [0000000000beb360] qt interface debug: IM: Setting an input [00007f15ccc13e20] avcodec decoder debug: using ffmpeg Lavc60.31.102 [00007f15ccc13e20] avcodec decoder debug: CPU flags: 0x020fd3db [00007f15ccc13e20] avcodec decoder debug: allowing 1 thread(s) for decoding [libdav1d @ 0x7f15ccdb8500] libdav1d 1.4.0 [00007f15ccc13e20] avcodec decoder debug: codec (libdav1d) started [00007f15ccc13e20] avcodec decoder debug: trying format vaapi [00007f15ccc21190] main spu text debug: looking for text renderer module matching "any": 3 candidates [00007f15ccc21190] freetype spu text debug: Building font databases. [00007f15ccc21190] freetype spu text debug: Took -11091 microseconds [00007f15ccc21190] main spu text debug: using text renderer module "freetype" [00007f15cce7e760] main scale debug: looking for video converter module matching "any": 23 candidates [00007f15cce7e760] swscale scale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality) [00007f15cce7e760] main scale debug: using video converter module "swscale" [00007f15cce7e330] main scale debug: looking for video converter module matching "any": 23 candidates [00007f15cce7e330] yuvp scale debug: YUVP to YUVA converter [00007f15cce7e330] main scale debug: using video converter module "yuvp" [00007f15cce092d0] main video output debug: Deinterlacing available [00007f15cce092d0] main video output debug: deinterlace -1, mode auto, is_needed 0 [00007f15ccc09f20] main window debug: looking for vout window module matching "qt,any": 6 candidates [00007f15ccc09f20] qt window debug: requesting video window... [00007f15ccc09f20] main window debug: using vout window module "qt" [00007f15cce278a0] main inhibit debug: looking for inhibit module matching "any": 2 candidates [00007f15ccc09f20] main window debug: resized to 2560x1440 [00007f15cce278a0] dbus_screensaver inhibit debug: cannot find service org.freedesktop.ScreenSaver [00007f15cce278a0] dbus_screensaver inhibit debug: cannot find service org.freedesktop.PowerManagement [00007f15cce278a0] dbus_screensaver inhibit debug: cannot find service org.mate.SessionManager [00007f15cce278a0] dbus_screensaver inhibit debug: cannot find service org.gnome.SessionManager [00007f15cce278a0] main inhibit debug: using inhibit module "xdg" [00007f15cce092d0] main video output debug: Opening vout display wrapper [00007f15c0000b80] main vout display debug: looking for vout display module matching "xcb_x11": 12 candidates [00007f15c0000b80] main vout display debug: VoutDisplayEvent 'resize' 2560x1440 [00007f15c0000b80] xcb vout display debug: connected to X11.0 server [00007f15c0000b80] xcb vout display debug: vendor : The X.Org Foundation [00007f15c0000b80] xcb vout display debug: version: 12101011 [00007f15c0000b80] xcb vout display debug: using screen 0x5be [00007f15c0000b80] xcb_x11 vout display debug: using X11 visual ID 0x21 [00007f15c0000b80] xcb_x11 vout display debug: 24 bits depth [00007f15c0000b80] xcb_x11 vout display debug: 32 bits per pixel [00007f15c0000b80] xcb_x11 vout display debug: 32 bits line pad [00007f15c0000b80] xcb_x11 vout display debug: using X11 window 04400000 [00007f15c0000b80] xcb_x11 vout display debug: using X11 graphic context 04400001 [00007f15ccc09f20] main window debug: resized to 831x1295 [00007f15c0000b80] main vout display debug: VoutDisplayEvent 'resize' 831x1295 [00007f15c0000b80] main vout display debug: using vout display module "xcb_x11" [00007f15c0000b80] main vout display debug: A filter to adapt decoder VAOP to display RV32 is needed [00007f15c000a340] main filter debug: looking for video converter module matching "any": 23 candidates [0000000000beb360] qt interface debug: Logical video size: 2560x1440 [00007f15ccc09f20] main window debug: resized to 2560x1440 [00007f15c0000b80] main vout display debug: VoutDisplayEvent 'resize' 2560x1440 [00007f15c000a340] chain filter debug: Trying to use chroma I420 as middle man [00007f15c000e0b0] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c000e0b0] vaapi_filters filter warning: Using SW chroma filter for 2560x1440 VAOP -> I420 [00007f15c000e0b0] main filter debug: using video converter module "vaapi_filters" [00007f15c000a340] main filter debug: Filter 'VAAPI filters' (0x7f15c000e0b0) appended to chain [00007f15c0012510] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c0012510] swscale filter debug: 2560x1440 (2560x1440) chroma: I420 -> 2560x1440 (2560x1440) chroma: RV32 with scaling using Bicubic (good quality) [00007f15c0012510] main filter debug: using video converter module "swscale" [00007f15c000a340] main filter debug: Filter 'Swscale' (0x7f15c0012510) appended to chain [00007f15c000a340] main filter debug: using video converter module "chain" [00007f15c0000b80] main vout display debug: Filter 'chain' (0x7f15c000a340) appended to chain [00007f15ccc09f20] main window debug: resized to 831x1295 [00007f15cce092d0] main video output debug: original format sz 2560x1440, of (0,0), vsz 2560x1440, 4cc VAOP, sar 1:1, msk r0x0 g0x0 b0x0 [00007f15c0000b80] main vout display debug: VoutDisplayEvent 'resize' 831x1295 [00007f15c0000b80] main vout display warning: VoutDisplayEvent 'pictures invalid' [00007f15c0000b80] main vout display warning: VoutDisplayEvent 'pictures invalid' [00007f15c0000b80] main vout display warning: VoutDisplayEvent 'pictures invalid' [00007f15ccc21190] main spu text debug: removing module "freetype" [00007f15c000a340] main filter debug: removing module "chain" [00007f15c000e0b0] main filter debug: removing module "vaapi_filters" [00007f15c000a340] main filter debug: Filter 0x7f15c000e0b0 removed from chain [00007f15c0012510] main filter debug: removing module "swscale" [00007f15c000a340] main filter debug: Filter 0x7f15c0012510 removed from chain [00007f15c0000b80] main vout display debug: Filter 0x7f15c000a340 removed from chain [00007f15c0000b80] main vout display debug: A filter to adapt decoder VAOP to display RV32 is needed [00007f15c000a340] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c000a340] chain filter debug: Trying to build resize+chroma [00007f15c0012510] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c0012510] main filter debug: no video converter modules matched [00007f15c000a340] main filter error: Failed to create video converter [00007f15c000a340] chain filter debug: Trying to build chroma+resize [00007f15c0012510] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c0012510] chain filter debug: Trying to use chroma I420 as middle man [00007f15c000e0b0] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c000e0b0] vaapi_filters filter warning: Using SW chroma filter for 2560x1440 VAOP -> I420 [00007f15c000e0b0] main filter debug: using video converter module "vaapi_filters" [00007f15c0012510] main filter debug: Filter 'VAAPI filters' (0x7f15c000e0b0) appended to chain [00007f15c0023f50] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c0023f50] swscale filter debug: 2560x1440 (2560x1440) chroma: I420 -> 2560x1440 (2560x1440) chroma: RV32 with scaling using Bicubic (good quality) [00007f15c0023f50] main filter debug: using video converter module "swscale" [00007f15c0012510] main filter debug: Filter 'Swscale' (0x7f15c0023f50) appended to chain [00007f15c0012510] main filter debug: using video converter module "chain" [00007f15c000a340] main filter debug: Filter 'chain' (0x7f15c0012510) appended to chain [00007f15c0010db0] main filter debug: looking for video converter module matching "any": 23 candidates [0000000000beb360] qt interface debug: Logical video size: 2560x1440 [00007f15ccc21190] main spu text debug: looking for text renderer module matching "any": 3 candidates [00007f15ccc21190] freetype spu text debug: Building font databases. [00007f15ccc09f20] main window debug: resized to 2560x1440 [00007f15c0000b80] main vout display debug: VoutDisplayEvent 'resize' 2560x1440 [00007f15c0010db0] swscale filter debug: 2560x1440 (2560x1440) chroma: RV32 -> 831x467 (831x467) chroma: RV32 with scaling using Bicubic (good quality) [00007f15c0010db0] main filter debug: using video converter module "swscale" [00007f15c000a340] main filter debug: Filter 'Swscale' (0x7f15c0010db0) appended to chain [00007f15c000a340] main filter debug: using video converter module "chain" [00007f15c0000b80] main vout display debug: Filter 'chain' (0x7f15c000a340) appended to chain [00007f15ccc09f20] main window debug: resized to 831x1295 [00007f15c0000b80] main vout display debug: VoutDisplayEvent 'resize' 831x1295 [00007f15ccc21190] freetype spu text debug: Took -9414 microseconds [00007f15ccc21190] main spu text debug: using text renderer module "freetype" [00007f15cce67600] main generic debug: looking for hw decoder module matching "any": 1 candidates [00007f15cce67600] main generic debug: no hw decoder modules matched [00007f15ccc13e20] avcodec decoder debug: trying format vdpau [00007f15c000a340] main filter debug: removing module "chain" [00007f15c0012510] main filter debug: removing module "chain" [00007f15c000e0b0] main filter debug: removing module "vaapi_filters" [00007f15c0012510] main filter debug: Filter 0x7f15c000e0b0 removed from chain [00007f15c0023f50] main filter debug: removing module "swscale" [00007f15c0012510] main filter debug: Filter 0x7f15c0023f50 removed from chain [00007f15c000a340] main filter debug: Filter 0x7f15c0012510 removed from chain [00007f15c0010db0] main filter debug: removing module "swscale" [00007f15c000a340] main filter debug: Filter 0x7f15c0010db0 removed from chain [00007f15c0000b80] main vout display debug: Filter 0x7f15c000a340 removed from chain [00007f15c0000b80] main vout display debug: removing module "xcb_x11" [00007f15cce092d0] main video output debug: deinterlace -1, mode auto, is_needed 0 [00007f15cce092d0] main video output debug: Opening vout display wrapper [00007f15c0000b80] main vout display debug: looking for vout display module matching "xcb_x11": 12 candidates [00007f15c0000b80] main vout display debug: VoutDisplayEvent 'resize' 831x1295 [0000000000beb360] qt interface debug: Logical video size: 2560x1440 [00007f15c0000b80] xcb vout display debug: connected to X11.0 server [00007f15c0000b80] xcb vout display debug: vendor : The X.Org Foundation [00007f15c0000b80] xcb vout display debug: version: 12101011 [00007f15c0000b80] xcb vout display debug: using screen 0x5be [00007f15c0000b80] xcb_x11 vout display debug: using X11 visual ID 0x21 [00007f15c0000b80] xcb_x11 vout display debug: 24 bits depth [00007f15c0000b80] xcb_x11 vout display debug: 32 bits per pixel [00007f15c0000b80] xcb_x11 vout display debug: 32 bits line pad [00007f15ccc09f20] main window debug: resized to 2560x1440 [00007f15c0000b80] main vout display debug: VoutDisplayEvent 'resize' 2560x1440 [00007f15c0000b80] xcb_x11 vout display debug: using X11 window 04400000 [00007f15c0000b80] xcb_x11 vout display debug: using X11 graphic context 04400001 [00007f15c0000b80] main vout display debug: using vout display module "xcb_x11" [00007f15c0000b80] main vout display debug: A filter to adapt decoder VDV0 to display RV32 is needed [00007f15c000a340] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c000a340] chain filter debug: Trying to use chroma I420 as middle man [00007f15c0010db0] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c0010db0] main filter debug: using video converter module "vdpau_chroma" [00007f15c000a340] main filter debug: Filter 'VDPAU' (0x7f15c0010db0) appended to chain [00007f15c0012510] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c0012510] swscale filter debug: 2560x1440 (2560x1440) chroma: I420 -> 2560x1440 (2560x1440) chroma: RV32 with scaling using Bicubic (good quality) [00007f15c0012510] main filter debug: using video converter module "swscale" [00007f15c000a340] main filter debug: Filter 'Swscale' (0x7f15c0012510) appended to chain [00007f15c000a340] main filter debug: using video converter module "chain" [00007f15c0000b80] main vout display debug: Filter 'chain' (0x7f15c000a340) appended to chain [00007f15cce092d0] main video output debug: original format sz 2560x1440, of (0,0), vsz 2560x1440, 4cc VDV0, sar 1:1, msk r0x0 g0x0 b0x0 [00007f15cce092d0] qt video output debug: Qt: Fullscreen state changed [0000000000b72510] main playlist debug: reusing provided vout [00007f15cce67600] main generic debug: looking for hw decoder module matching "any": 1 candidates [00007f15ccc09f20] main window debug: resized to 831x1295 [00007f15c0000b80] main vout display debug: VoutDisplayEvent 'resize' 831x1295 [00007f15cce67600] main generic debug: using hw decoder module "vdpau_avcodec" [00007f15ccc13e20] avcodec decoder: Using G3DVL VDPAU Driver Shared Library version 1.0 for hardware decoding [00007f15ccc13e20] main decoder debug: using video decoder module "avcodec" [00007f15cce16070] main decoder debug: looking for audio decoder module matching "any": 19 candidates [00007f15cce16070] main decoder debug: using audio decoder module "faad" [00007f15cd19c810] main demux meta debug: looking for meta reader module matching "any": 2 candidates [00007f15cd19c810] main demux meta debug: using meta reader module "taglib" [00007f15cc0011a0] main demux debug: removing module "taglib" [00007f15c8000c90] main input debug: `file:///run/media/noah/Windows%2010/Users/noah/Videos/Radeon%20ReLive/HELLDIVERS%202/HELLDIVERS%202_replay_2024.03.25-21.52.mp4' successfully opened [00007f15cc0011a0] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track) [00007f15cc0011a0] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss) [00007f15cc0011a0] mp4 demux debug: stss gives 0 --> 0 (sample number) [00007f15c8000c90] main input debug: Buffering 0% [00007f15cc0011a0] mp4 demux warning: elst old=0 new=1 [00007f15cce16070] faad decoder warning: decoded zero sample [0000000000b72510] main playlist debug: reusing audio output [0000000000babf00] pulse audio output debug: using stereo channel map [0000000000babf00] pulse audio output debug: changed buffer metrics: maxlength=4194304, tlength=46080, prebuf=0, minreq=15360 [0000000000babf00] pulse audio output debug: connected to sink alsa_output.pci-0000_0b_00.4.analog-stereo [0000000000babf00] main audio output debug: output 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes [00007f1580006d40] main volume debug: looking for audio volume module matching "any": 2 candidates [00007f1580006d40] main volume debug: using audio volume module "float_mixer" [0000000000babf00] main audio output debug: input 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes [00007f1580009340] main audio filter debug: looking for audio filter module matching "scaletempo": 16 candidates [00007f1580009340] scaletempo audio filter debug: format: 48000 rate, 2 nch, 4 bps, fl32 [00007f1580009340] scaletempo audio filter debug: params: 30 stride, 0.200 overlap, 14 search [00007f1580009340] scaletempo audio filter debug: 1.000 scale, 1440.000 stride_in, 1440 stride_out, 1152 standing, 288 overlap, 672 search, 2400 queue, fl32 mode [00007f1580009340] main audio filter debug: using audio filter module "scaletempo" [0000000000babf00] main audio output debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo [0000000000babf00] main audio output debug: conversion pipeline complete [0000000000babf00] main audio output debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo [0000000000babf00] main audio output debug: conversion pipeline complete [00007f1580010e80] main audio resampler debug: looking for audio resampler module matching "any": 3 candidates [00007f1580010e80] main audio resampler debug: using audio resampler module "samplerate" [00007f15c8000c90] main input debug: Buffering 25% [00007f15c8000c90] main input debug: Buffering 50% [00007f15c8000c90] main input debug: Buffering 75% [00007f15c8000c90] main input debug: Buffering 100% [00007f15c8000c90] main input debug: Stream buffering done (1250 ms in 37 ms) [00007f15c0000b80] main vout display warning: VoutDisplayEvent 'pictures invalid' [00007f15c0000b80] main vout display warning: VoutDisplayEvent 'pictures invalid' [00007f15c0000b80] main vout display warning: VoutDisplayEvent 'pictures invalid' [00007f15c000a340] main filter debug: removing module "chain" [00007f15c0010db0] main filter debug: removing module "vdpau_chroma" [0000000000beb360] qt interface debug: Logical video size: 2560x1440 [00007f15c000a340] main filter debug: Filter 0x7f15c0010db0 removed from chain [00007f15c0012510] main filter debug: removing module "swscale" [00007f15c000a340] main filter debug: Filter 0x7f15c0012510 removed from chain [00007f15c0000b80] main vout display debug: Filter 0x7f15c000a340 removed from chain [00007f15c0000b80] main vout display debug: A filter to adapt decoder VDV0 to display RV32 is needed [00007f15c000a340] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c000a340] chain filter debug: Trying to build resize+chroma [00007f15c0012510] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c0012510] main filter debug: no video converter modules matched [00007f15c000a340] main filter error: Failed to create video converter [00007f15c000a340] chain filter debug: Trying to build chroma+resize [00007f15c0012510] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c0012510] chain filter debug: Trying to use chroma I420 as middle man [00007f15c0010db0] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c0010db0] main filter debug: using video converter module "vdpau_chroma" [00007f15c0012510] main filter debug: Filter 'VDPAU' (0x7f15c0010db0) appended to chain [00007f15c0023f50] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15c0023f50] swscale filter debug: 2560x1440 (2560x1440) chroma: I420 -> 2560x1440 (2560x1440) chroma: RV32 with scaling using Bicubic (good quality) [00007f15c0023f50] main filter debug: using video converter module "swscale" [00007f15c0012510] main filter debug: Filter 'Swscale' (0x7f15c0023f50) appended to chain [00007f15c0012510] main filter debug: using video converter module "chain" [00007f15c000a340] main filter debug: Filter 'chain' (0x7f15c0012510) appended to chain [00007f15c000e0b0] main filter debug: looking for video converter module matching "any": 23 candidates [00007f15ccc09f20] main window debug: resized to 2560x1440 [00007f15c0000b80] main vout display debug: VoutDisplayEvent 'resize' 2560x1440 [00007f15c000e0b0] swscale filter debug: 2560x1440 (2560x1440) chroma: RV32 -> 831x467 (831x467) chroma: RV32 with scaling using Bicubic (good quality) [00007f15c000e0b0] main filter debug: using video converter module "swscale" [00007f15c000a340] main filter debug: Filter 'Swscale' (0x7f15c000e0b0) appended to chain [00007f15c000a340] main filter debug: using video converter module "chain" [00007f15c0000b80] main vout display debug: Filter 'chain' (0x7f15c000a340) appended to chain [00007f15ccc09f20] main window debug: resized to 831x1295 [00007f15c0000b80] main vout display debug: VoutDisplayEvent 'resize' 831x1295 [00007f15ccc13e20] main decoder error: buffer deadlock prevented [00007f15c8000c90] main input debug: Decoder wait done in 979 ms [0000000000babf00] pulse audio output debug: cannot synchronize start [0000000000babf00] pulse audio output debug: deferring start (33226 us) [0000000000babf00] pulse audio output debug: deferring start (12132 us) [0000000000babf00] pulse audio output warning: starting late (-9354 us) [0000000000babf00] pulse audio output debug: started ```

Running with VDPAU_TRACE=1 yields Failed to open VDPAU trace library /run/opengl-driver/lib/vdpau/libvdpau_trace.so.1: cannot open shared object file: No such file or directory because libvdpau_trace.so.1 is in /run/opengl-driver/lib/libvdpau/, not /run/opengl-driver/lib/vdpau/ (not sure who to ping here @vcunat is listed as the maintainer for libvdpau)

Notify maintainers

@AndersonTorres

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.22, NixOS, 24.05 (Uakari), 24.05.20240319.b06025f`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.21.0`
 - channels(noah): `""`
 - channels(root): `"nixos"`
 - nixpkgs: `/nix/store/zaza7mgggz4m5h6z18kajabf4wciaj47-source`

Add a :+1: reaction to issues you find important.

AndersonTorres commented 5 months ago

macOS with the same VLC version

The VLC we provide for MacOS is a precompiled binary. Strange...

When I reproduced it locally and set VDPAU_TRACE=1 vlc file, the video appeared!

Strum355 commented 5 months ago

macOS with the same VLC version

The VLC we provide for MacOS is a precompiled binary. Strange...

When I reproduced it locally and set VDPAU_TRACE=1 vlc file, the video appeared!

Just so im clear, the issue does not happen on macOS with VLC not from nixpkgs. Only on NixOS does the problem happen. Did you reproduce it on NixOS?

AndersonTorres commented 5 months ago

Just so im clear, the issue does not happen on macOS with VLC not from nixpkgs. Only on NixOS does the problem happen. Did you reproduce it on NixOS?

Strum355 commented 5 months ago

Just so im clear, the issue does not happen on macOS with VLC not from nixpkgs. Only on NixOS does the problem happen. Did you reproduce it on NixOS?

  • My machine is an AMD processor with an AMD video board. I do not have an Apple. Also I use nothing besides NixOS.
  • I downloaded the file you linked above
  • I tested it with mpv. Worked fine
  • I tested it with vlc. Black screen plus sound
  • I tested it by setting VDPAU_TRACE=1, and it worked like mpv

Oh that's very weird that VDPAU_TRACE works for you, i get a missing libvdpau_trace.so.1 error, i too have AMD CPU+GPU. Im using the modesetting driver in xserver settings with amdgpu in kernel modules, as that is apparently recommended.

Even weirder that it starts working when VDPAU_TRACE=1 for you..

AndersonTorres commented 5 months ago

You know what is weirder? libvdpau_trace.so is not found here too! It complains with the absence of this sofile and ... executes the video plus sound!