Trim video
Posted: | Updated: | Tags: ffmpeg tilffmpeg -i input.mkv -ss 00:00:03 -t 00:00:08 -async 1 output.mkv
-i | Specify input filename |
-ss | Seek start position |
-t | Duration after start position |
-async 1 | Start of audio stream is synchronised |
Resources
- ffmpeg Documentation - Official FFmpeg documentation
- ffmprovisor - A repository of useful FFmpeg commands for archivists