~/.steam/steam/SteamApps/common/ToeJam & Earl Back In The Groove/backinthegroove_Data/StreamingAssets/
intro_movie.mp4
Outro.mp4
H264 MPEG4-AVC video 1632x1090 resolution
AAC-mp4a 48khz audio
as for why Unity cant play them its probally not bundled with an embedded player & codec and is trying to call the OS codec library which it doesnt know how to do and fails.
since the MP4 plays fine in VLC/MPV/MPC-HC/etc,etc.
testing assumption:
game cannot locate file?
Scenario: Linux displays white screen
test: download windows version to view video
windows plays video without error
rename file in windows intro_movie.mp4 to something else
view video= white screen
hypothesis: Linux cannot find file to play
next test windows: Outro.mp4 at end of game.
CONFIRMED: WHITE SCREEN.
trigger 10/10 ship pieces outro video works as expected
Renaming "Outro.mp4" fails to load video = White Screen
THEORY: Game unable to locate video files
output_log.txt
WindowsVideoMedia error 0x80070002 while reading T:/SteamLibrary/steamapps/common/ToeJam & Earl Back In The Groove/backinthegroove_Data/StreamingAssets/Outro.mp4
Linux Player.log does not show error message when this happens