wf-recorder(1) | General Commands Manual | wf-recorder(1) |
wf-recorder - A simple screen recording program for wlroots-based compositors
wf-recorder [options...] -f [file]
-a, --audio [DEVICE]
[DEVICE] argument is optional. In case you want to specify the PulseAudio device which will capture the audio, you can run this command with the name of that device. You can find your device by running pactl list sinks | grep Name
-c, --codec
To modify codec parameters, use -p <option_name>=<option_value>
-d, --device
Some drivers report support for rgb0 data for vaapi input but really only support yuv.
Use the -t or --to-yuv option in addition to the vaapi options to convert the data in software, before sending it to the GPU.
-f <filename>.ext
You can check the muxers that your FFmpeg installation supports by running ffmpeg -muxers
-m, --muxer
-x, --pixel-format
-g, --geometry
-h, --help
-l, --log
-o, --output
-p, --codec-param
-p <option_name>=<option_value>
-e, --opencl [DEVICE]
-t, --force-yuv
-b [max_b_frames], --bframes [max_b_frames]
wf-recorder is a tool built to record your screen on Wayland compositors. It makes use of wlr-screencopy for capturing video and FFmpeg for encoding it.
2020-11-08 |