| Branch | Commit message | Author | Age | |
|---|---|---|---|---|
| master | Handle rotation from codec | 2 weeks | ||
| Age | Commit message | Author | ||
| 2026-07-10 | Handle rotation from codecHEADmaster | |||
| 2026-07-10 | Build fixes, get LTO+Os working on Windows | |||
| 2026-07-02 | Update flake | |||
| 2026-07-02 | Fix FFmpegless build | |||
| 2026-07-02 | Allow count to be more correct in frame_queue API | |||
| 2026-07-02 | Update deps, build fixes, cleanup | |||
| 2026-06-17 | Update portal to avoid TLS fingerprinting | |||
| 2026-04-13 | Update flake | |||
| 2026-04-13 | Fix build with cdio | |||
| 2026-04-13 | Single frame -> Static | |||
| [...] | ||||
| Clone | ||||
| https://git.akon.city/camu.git | ||||
Simple Build and Test
$ (optional) nix develop .
$ meson setup build
$ cd build && ninja
$ ./src/fruits/cmv/cmv [path_to_file]
MinGW
$ nix develop .#mingw64
$ meson setup build-mingw64 --cross-file ./cross/x86_64-w64-mingw32.txt --default-library=static
$ cd build && ninja
$ wine ./src/fruits/cmv/cmv.exe [path_to_file]
Keybinds
Left/Right Arrow - Next/Previous
Space - Pause/Resume
Middle Click or Control + Left Click - Seek to percentage of screen width (temp)