basic structure; zsh default; no desktop assumed
This commit is contained in:
2
_custom/.local/bin/videoconcat
Executable file
2
_custom/.local/bin/videoconcat
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
ffmpeg -safe 0 -f concat -i <(find . -type f -name "$1*" -printf "file '$PWD/%p'\n" | sort) -c copy $2
|
Reference in New Issue
Block a user