Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- If YouTube-DLP's '--download-section' is giving you problems, download the entire video, then trim it solely using FFMPEG.
- ffmpeg -i input_video.mp4 -ss [start_time] -to [end_time] -c:v copy -c:a copy output_video.mp4
- Example:
- ffmpeg -i /Movies/Test\ Video.webm -ss 140 -to 240 -c:v copy -c:a copy Test\ Video\ Edited.webm
- FFMPEG:
- https://www.ffmpeg.org/
- YouTube-DLP:
- https://github.com/yt-dlp/yt-dlp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement