This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ffmpeg [2024/03/18 17:55] – adam | ffmpeg [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | tl;dr | ||
- | |||
- | '' | ||
- | |||
- | variables | ||
- | |||
- | '' | ||
- | |||
- | (works on images btw) | ||
- | |||
- | fit a rectangle, with padding | ||
- | |||
- | '' | ||
- | |||
- | text over video, found in ancient text file (might not work) | ||
- | |||
- | '' | ||
- | |||
- | strip audio | ||
- | |||
- | '' | ||
- | |||
- | rotate | ||
- | |||
- | '' | ||
- | |||
- | 0 = 90° counterclockwise and vertical flip (default) | ||
- | 1 = 90° clockwise | ||
- | 2 = 90° counterclockwise | ||
- | 3 = 90° clockwise and vertical flip | ||
- | |||
- | crop | ||
- | |||
- | To crop a 80×60 section, starting from position (200, 100): | ||
- | |||
- | '' | ||