Breathedge Runs on Linux

Channel:
Subscribers:
80
Published on ● Video Link: https://www.youtube.com/watch?v=tyybkb0mdxE



Breathedge
Game:
Breathedge (2021)
Duration: 15:49
2 views
1


There's something busted about the video files and the intro was freezing, to be on the safe side I re-encoded them all. The videos are in SteamLibrary/steamapps/common/Breathedge/Breathedge/Content/Movies/, the following shell script uses ffmpeg to re-encode them using NVENC (so will need to be adjusted if you don't have an Nvidia GPU):
for FILE in $(find . -type f -iname '*.mp4'); do ffmpeg -i $FILE -c:v h264_nvenc -b:v 10M output.mp4 ; mv output.mp4 $FILE; chmod 755 $FILE; done

HumbleBundle video 6/6.