User Tools

Site Tools


terminal:ffmpeg

Differences

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

Link to this comparison view

terminal:ffmpeg [2022/03/14 20:07]
nanodano created
terminal:ffmpeg [2022/03/14 23:22] (current)
nanodano
Line 26: Line 26:
 </code> </code>
  
 +
 +==== Flip video vertically ====
 +
 +<code bash flip_video_vertically.sh>
 +# Flip video vertically
 +ffmpeg -i in.avi -vf vflip -c:a copy out
 +</code>
  
  
  
terminal/ffmpeg.1647288455.txt.gz ยท Last modified: 2022/03/14 20:07 by nanodano