Tech How to Clip media using ffmpeg kevin-tofu May 4, 2023 1 min read ffmpeg -i input.mp3 -ss 00:00:00 -t 00:04:00 -acodec copy output.mp3 Continue Reading Previous Previous post: How to get client identification number websocket/FastAPINext Next post: Bad Tips: download files without using SSL authentication Related News Minecraft Server Deployment on Kubernetes Minecraft Server Deployment on Kubernetes Unexpected behavior in Python, mutable variable as default arguments Unexpected behavior in Python, mutable variable as default arguments How to copy files from a pod in Kubernetes, or vice versa How to copy files from a pod in Kubernetes, or vice versa Read JSON file with CPP Read JSON file with CPP