pineman / fpt

Gameboy emulator (yes, written in rust)
https://pineman.github.io/fpt
MIT License
5 stars 1 forks source link

Upload v0.1 demo recording to GitHub #100

Closed diogotito closed 3 weeks ago

diogotito commented 3 weeks ago

by dragging and dropping it when editing the README.md

HEVC (AKA H.265) probably should have been VP9

ffmpeg -hide_banner -y -i ".../Screen Recording 2024-08-21 at 21.53.20.mov" -c:v libx265 -crf 32 -vf "scale=w=trunc(iw/2/hsub)*hsub:h=trunc(ih/2/vsub)*vsub:flags=lanczos" -sws_flags lanczos -an -preset veryslow -tag:v hvc1 -movflags +faststart "fpt-1stRelease-tetris_03.mp4"