christophergeiger3 / the-clipping-project

📎 Clip videos from popular websites like YouTube, then share with friends!
4 stars 0 forks source link

Consider switching to yt-dlp as an alternative to youtube-dl #38

Open christophergeiger3 opened 2 years ago

christophergeiger3 commented 2 years ago

https://github.com/yt-dlp/yt-dlp

christophergeiger3 commented 2 years ago

see EMBEDDING YT-DLP of man page

christophergeiger3 commented 2 years ago

:thinking:

yt-dlp --remux-video mkv --merge-output-format mkv --downloader "ffmpeg" --downloader-args "ffmpeg:-ss 00:00:10 -to 00:00:20 -hide_banner -map 0:0 -map 1:0 -c copy -shortest" https://www.youtube.com/watch\?v\=4PkFLTfID_o

https://www.reddit.com/r/youtubedl/comments/ru7bnv/can_someone_help_with_me_completing_with_this_bat/

christophergeiger3 commented 2 years ago

vs() { yt-dlp --external-downloader ffmpeg --external-downloader-args "ffmpeg_i:-ss $1 -to $2" "$@"; } vs 00:00:11 00:00:25 [options] url

christophergeiger3 commented 2 years ago

https://github.com/yt-dlp/yt-dlp#format-selection-examples