meow
This commit is contained in:
parent
ba797057cf
commit
a48d288c19
21 changed files with 72 additions and 68 deletions
|
@ -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"
|
||||
|
|
BIN
scripts/june
BIN
scripts/june
Binary file not shown.
1
scripts/task.sh
Executable file
1
scripts/task.sh
Executable 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 -)"
|
Loading…
Add table
Add a link
Reference in a new issue