Rotate That Shit

Rotate wrongly recorded videos on Windows without dealing with FFmpeg commands.

Overview

Download

Current version: v1.0.0
Release date: 2025-11-29

Windows installer as ZIP:

Download RotateThatShitSetup_v1.0.0.zip

Note: First public release.

Supported systems: Windows 10 / Windows 11 (64-bit). Administrator rights may be required to install.

Old versions

There are no older public versions yet.

Technical information

Platform

  • Native Windows desktop application (64-bit).
  • Uses a bundled ffmpeg.exe for all media processing.
  • No internet connection is required for normal use.

Behaviour

  • You select one or multiple video files.
  • The app builds an FFmpeg command based on the chosen rotation.
  • FFmpeg is started as a separate process and the app waits for it to finish.
  • Output files are saved next to the original with a changed file name.
  • Original input files are never modified in-place.

Example FFmpeg call

Example of what the tool might call internally (actual parameters may change between releases):

ffmpeg -i input.mp4 -vf "transpose=1" -c:v libx264 -c:a copy input_rotated.mp4
                

Data & privacy

  • Reads only the files you select.
  • Writes only the rotated output files and optional local settings.
  • No telemetry, no tracking, no background services.

FFmpeg notice

Rotate That Shit bundles or relies on FFmpeg, which is licensed by the FFmpeg project under LGPL/GPL. FFmpeg is a separate project and is not developed by emrekvt.