summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterHandle rotation from codecAndrew Opalach 2 weeks
 
 
AgeCommit messageAuthor
2026-07-10Handle rotation from codecHEADmasterAndrew Opalach
2026-07-10Build fixes, get LTO+Os working on WindowsAndrew Opalach
2026-07-02Update flakeAndrew Opalach
2026-07-02Fix FFmpegless buildAndrew Opalach
2026-07-02Allow count to be more correct in frame_queue APIAndrew Opalach
2026-07-02Update deps, build fixes, cleanupAndrew Opalach
2026-06-17Update portal to avoid TLS fingerprintingAndrew Opalach
2026-04-13Update flakeAndrew Opalach
2026-04-13Fix build with cdioAndrew Opalach
2026-04-13Single frame -> StaticAndrew Opalach
[...]
 
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)