FG
šŸ’» Software

Rotate a video file 90 degrees using Ubuntu

Fresh5 days ago
Mar 15, 202646233 views
Confidence Score0%
0%

Problem

I want to use Ubuntu and preferably standard packages such as ffmpeg to rotate a .3gp video file by 90 degrees in any direction. Preferably a command line or Python script. How can I do that?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Rotate a video file 90 degrees using Ubuntu

Low Risk

From the command-line, with ffmpeg: will rotate the video 90 degrees clockwise; to rotate anti-clockwise, use . See the transpose documentation for a bit more information. will strip any existing video stream rotation metadata; otherwise will copy i…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment