Changes in yt-video
and added yt-video-cut
This commit is contained in:
parent
14225a0d7c
commit
b7eaa3c123
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
yt-dlp $1
|
||||
yt-dlp "$@"
|
||||
|
2
.local/bin/yt-video-cut
Executable file
2
.local/bin/yt-video-cut
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
yt-dlp --external-downloader ffmpeg --external-downloader-args "ffmpeg_i:-ss $1 -to $2" "${@:3}"
|
Loading…
x
Reference in New Issue
Block a user