diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-03 08:42:28 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-03 08:42:28 -0600 |
| commit | 57a37421e6665aa6f27ec440c6c27716a2f96598 (patch) | |
| tree | 6397b81f65e4105f09b7577f7c8b0440f0c367b5 /tests | |
| parent | dc69ec0e0c481cfb853d2ebb83d9c7292cb9f2ff (diff) | |
| download | dotemacs-57a37421e6665aa6f27ec440c6c27716a2f96598.tar.gz dotemacs-57a37421e6665aa6f27ec440c6c27716a2f96598.zip | |
fix(video-recording): correct wf-recorder flags for Wayland pipeline
The wf-recorder command had several incorrect flags:
- `--no-audio`: not a valid option (wf-recorder doesn't record audio by default)
- `-c h264`: wrong encoder name, should be `libx264`
- `-f matroska -o -`: `-o` is for selecting monitor, `-f` is for output file
Fixed to use: `-y -c libx264 -m matroska -f /dev/stdout`
- `-y`: auto-confirm overwrite (avoids prompt for /dev/stdout)
- `-c libx264`: correct encoder name
- `-m matroska`: set container format
- `-f /dev/stdout`: output file to stdout for piping to ffmpeg
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
