User Tools

Site Tools


ubuntu:video:rotate_videos_with_ffmpeg

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:video:rotate_videos_with_ffmpeg [2023/06/06 18:29] peterubuntu:video:rotate_videos_with_ffmpeg [2023/06/06 18:30] (current) peter
Line 8: Line 8:
  
 <WRAP info> <WRAP info>
-**NOTE:**  For the transpose parameter you can pass:+**NOTE:**  This will re-encode the audio and video parts. 
 + 
 +  * You can usually copy the audio without touching it, by using **-c:a copy**. 
 +  * To change the video quality, set the bitrate (for example with **-b:v 1M**) or have a look at the H.264 encoding guide if you want VBR options. 
 + 
 + 
 +For the transpose parameter you can pass:
  
   * 0 = 90CounterCLockwise and Vertical Flip (default)   * 0 = 90CounterCLockwise and Vertical Flip (default)
Line 17: Line 23:
 Use **-vf "transpose=2,transpose=2"** for 180 degrees. Use **-vf "transpose=2,transpose=2"** for 180 degrees.
  
-</WRAP> 
- 
- 
-<WRAP info> 
-**NOTE:**  This will re-encode the audio and video parts. 
- 
-You can usually copy the audio without touching it, by using **-c:a copy**. 
- 
-To change the video quality, set the bitrate (for example with **-b:v 1M**) or have a look at the H.264 encoding guide if you want VBR options. 
 </WRAP> </WRAP>
  
ubuntu/video/rotate_videos_with_ffmpeg.1686076170.txt.gz · Last modified: 2023/06/06 18:29 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki