
steamuser
Published
If My Heart Had Wings -Flight Diary-
Tinker Steps:Custom Proton: GE-Proton7-4
Control Layout:Switch To Keyboard And Mouse
Control Layout Customization:Other
Basic rebinding for quick menu access
I need to retranscode all of the game movie file to be able to view it. Related to the Proton GE version, I also tried to run using newer version(7-43 and 8-4) but there seems to be a regression causing some stuttering in newer version
Script that I used (run this inside the game data folder)
#!/bin/bash
# Iterate through .dat files in the folder
for file in ./*.dat; do
if [ -f "$file" ]; then
echo "running for ${file}"
# Backup the file
cp "$file" "${file}.bck"
# Run ffmpeg command
ffmpeg -i "$file" -vcodec libtheora -qscale:v 8 -acodec libopus "${file}.mkv"
mv "${file}.mkv" "${file}"
fi
done
Custom Proton: GE-Proton7-4
Distro:SteamOS Holo
Kernel:5.13.0-valve10.1-1-neptune-02144-g7fffaf925dfb
RAM:15 GB
GPU Driver:4.6 Mesa 22.0.0-devel (git-676ccacebc)
GPU:AMD Custom GPU 0405 (vangogh, LLVM 13.0.0, DRM 3.45, 5.13.0-valve10.1-1-neptune-02144-g7fffaf925dfb)
CPU:AMD Custom APU 0405
Custom Proton: GE-Proton7-4
Distro:SteamOS Holo
Kernel:5.13.0-valve10.1-1-neptune-02144-g7fffaf925dfb
RAM:15 GB
GPU Driver:4.6 Mesa 22.0.0-devel (git-676ccacebc)
GPU:AMD Custom GPU 0405 (vangogh, LLVM 13.0.0, DRM 3.45, 5.13.0-valve10.1-1-neptune-02144-g7fffaf925dfb)
CPU:AMD Custom APU 0405