phone: Include weekday and time in video filenames

This commit is contained in:
Donovan Glover 2024-08-29 19:08:47 -04:00
parent 4e417707d9
commit 08b38bf11c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -70,7 +70,7 @@ in
-c:v libx264 \
-preset ultrafast \
-qp 23 \
"$(date -I)-$(uuidgen).mp4"
"$(date '+%x%a%R').mp4"
'';
man.generateCaches = mkForce false;