User Tools

Site Tools


ffmpeg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ffmpeg [2025/04/14 16:40] – more info on 'copy' ... mb don't need to bang on so much ... rjtffmpeg [2025/07/22 01:10] (current) – [Editing] Rotation rjt
Line 90: Line 90:
  
 === Rotation === === Rotation ===
-Rotate 90°.+Rotate 90°. This will reencode the video.
  
 <code>ffmpeg -i inputfile.ext -vf "transpose=1" outputfile.ext</code> <code>ffmpeg -i inputfile.ext -vf "transpose=1" outputfile.ext</code>
 +
 +To rotate -90° is ''transpose=2''.
 +
 +(The easiest, tidiest way to rotate a phone video is to just edit the metadata with [[exiftool]])
  
 === Trimming === === Trimming ===
ffmpeg.1744612825.txt.gz · Last modified: 2025/04/14 16:40 by rjt