How Can FFmpeg Trim Video in Original Quality:
Command: ffmpeg -i input.mkv -ss 00:00:00 -to 00:01:30 -c copy output.mkv
- -SS: where to start video (in hour:min:second)
- -to where to end video (in hour:min:second)
- -i Input file name
- -c copy: output in exact quality.
- output.mkv, name of the file you want the new version of the video to be.
Source | Date: May 19th, 2021
Back
© 2019 to 2025 Branden Gilfoil &
© up to 2025 for respective owners.