Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
christophergeiger3 opened this issue May 31, 2022 · 4 comments
Open

Comments

@christophergeiger3
Copy link
Owner

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

@christophergeiger3
Copy link
Owner Author

see EMBEDDING YT-DLP of man page

@christophergeiger3
Copy link
Owner Author

christophergeiger3 commented May 31, 2022

🤔

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
Copy link
Owner Author

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
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant