Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Download from isntagram and convert to mp3
- .\yt-dlp.exe -S "proto,ext:mp3:mp3,res,br" -x [url]
- # Download from instagram and convert to mp4
- .\yt-dlp.exe -S "proto,ext:mp4:m4a,res,br" -x [url]
- #download video fragment
- .\yt-dlp.exe -f "(bestvideo+bestaudio/best)[protocol!*=dash]" --external-downloader ffmpeg --external-downloader-args "ffmpeg_i:-ss 10:36:00.00 -to 11:36:00.00" "[url]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement