diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-06-19 20:24:54 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-06-19 20:24:54 +0200 |
| commit | d4070ead9548efb41f5fb16895ca60c05d5df5a9 (patch) | |
| tree | 45ee08c5e6280547a778c995cd7f0b917cd9bdcc /bin/guiscripts | |
| parent | ec29bef2997079bfc9cb23c736680c82d53bc685 (diff) | |
checkpoint
Diffstat (limited to 'bin/guiscripts')
| -rwxr-xr-x | bin/guiscripts/vrec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/vrec b/bin/guiscripts/vrec index e16679d..f876da0 100755 --- a/bin/guiscripts/vrec +++ b/bin/guiscripts/vrec @@ -111,7 +111,7 @@ case "$option" in ;; last) file="$(find "$dir" -type f -iname '*.mp4' -printf '%Ts %p\n' | sort -n -r | head -n 1 | cut -f 2- -d' ')" - printf '%s' "$file" | clipp + printf '%s' "$file" ;; full) record_cmd 0 0 1920 1080 "$dir" "$output" ;; audio) |
