I have been in DevOps related jobs for past 6 years dealing mainly with Kubernetes in AWS and on-premise as well. I spent quite a lot …
:date_long | 1 min Read
How to cut a portion of video
ffmpeg \
-t 4:12 \
-i <input-file>.mp4 \
-ss 4:07 \
<output-file>.mp4