This commit is contained in:
Crispy 2023-08-03 21:25:40 +02:00
parent ba797057cf
commit a48d288c19
21 changed files with 72 additions and 68 deletions

View file

@ -11,4 +11,5 @@ if [ $# -eq 0 ]; then
fi
ffmpeg -i "$1" -ss $2 -to $3 -c copy $4"_raw.mp4"
ffmpeg -i "$1" -ss $2 -to $3 $4".mp4"
# ffmpeg -i "$1" -ss $2 -to $3 $4".mp4"
ffmpeg -i $4"_raw.mp4" $4".mp4"

Binary file not shown.

1
scripts/task.sh Executable file
View file

@ -0,0 +1 @@
sed '/# unlikely/q' ~/documents/notes/projects.md | sed 's/#.*//;/^$/d' | shuf -n1 | echo "[$(date +%H:%M)] Work on this for an hour: $(cat -)"