Changes in yt-video and added yt-video-cut

This commit is contained in:
Marcin Woźniak 2024-05-12 01:40:11 +02:00
parent 24dffcb1bb
commit c5a622638d
Signed by: y0rune
GPG Key ID: F204C385F57EB348
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
yt-dlp $1
yt-dlp "$@"

2
.local/bin/yt-video-cut Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
yt-dlp --external-downloader ffmpeg --external-downloader-args "ffmpeg_i:-ss $1 -to $2" "${@:3}"