Show pageOld revisionsBacklinksExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Trimming videos with FFMPEG ====== To trim video with FFMPEG, use the following command: <code> ffmpeg -i input.mp4 -ss xx:xx:xx -to yy:yy:yy -c copy output.mp4 </code> where * input.mp4 is the input file * xx:xx:xx is the start time * yy:yy:yy is the end time * output.mp4 is the output file kb/trimming_videos_with_ffmpeg.txt Last modified: 2024-04-30 04:03by 127.0.0.1