emil28092005
e3b2cab9f0
feat: fixed 60 FPS render loop + 30 FPS video output
- Main loop: frame limiter at 60 FPS via Thread.Sleep when frame completes
faster than target (16.67ms). Prevents unnecessary GPU/CPU usage.
- FFmpeg: fixed framerate 60 input, -vf fps=30 downsamples to 30 FPS output
- Removed unused skipFrames variable
- Stable timing for physics + video recording
2026-06-19 09:25:10 +03:00
..
2026-06-19 08:44:07 +03:00
2026-06-19 08:52:41 +03:00
2026-06-19 08:54:54 +03:00
2026-06-19 08:56:25 +03:00
2026-06-19 08:59:22 +03:00
2026-06-19 09:01:55 +03:00
2026-06-19 09:04:03 +03:00
2026-06-19 09:07:19 +03:00
2026-06-19 09:09:29 +03:00
2026-06-19 09:13:04 +03:00
2026-06-19 09:17:35 +03:00
2026-06-19 09:21:26 +03:00
2026-06-19 09:25:10 +03:00