Changes in yt-video
and added yt-video-cut
This commit is contained in:
parent
24dffcb1bb
commit
c5a622638d
@ -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…
Reference in New Issue
Block a user