--- name: ffmpeg description: Using FFmpeg and FFprobe in Remotion metadata: tags: ffmpeg, ffprobe, video, trimming --- ## FFmpeg in Remotion `ffmpeg` and `ffprobe` do not need to be installed. They are available via the `npx remotion ffmpeg` and `npx remotion ffprobe`: ```bash npx remotion ffmpeg -i input.mp4 output.mp3 npx remotion ffprobe input.mp4 ``` ### Trimming videos You have 2 options for trimming videos: 1. **Preferred**: Use the `trimBefore` and `trimAfter` props of the `