mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 09:13:09 +01:00
phone: Include weekday and time in video filenames
This commit is contained in:
parent
4e417707d9
commit
08b38bf11c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user