Opened 12 years ago

Closed 11 years ago

#1500 closed enhancement (fixed)

Rotate a video around an arbitrary angle

Reported by: Marco Baumgärtner Owned by:
Priority: wish Component: avfilter
Version: git-master Keywords: rotate
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: yes

Description

I wish ffmpeg to have a command to rotate a video around an arbitrary angle, meaning any angle that is not 0°, 90°, 270°, 180°.

Change History (3)

comment:1 by Stefano Sabatini, 12 years ago

Component: FFmpegavfilter
Priority: importantnormal
Status: newopen

comment:2 by Carl Eugen Hoyos, 12 years ago

Keywords: rotation removed
Priority: normalwish
Version: unspecifiedgit-master

comment:3 by Stefano Sabatini, 11 years ago

Analyzed by developer: set
Reproduced by developer: set
Resolution: fixed
Status: openclosed

Should be fixed in:

commit dc5e26d67f5cdcfb9e9add7c1da3684d29532b34
Author: Stefano Sabatini <stefasab@gmail.com>
Date:   Tue Jun 11 10:31:59 2013 +0200

    lavfi: add rotate filter
    
    Based on the libavfilter SOC filter by Vitor Sessak, with the following additions:
    * integer arithmetic
    * bilinear interpolation
    * RGB path
    * configurable parametric angle, output width and height
    
    Address trac issue #1500.
    
    See thread:
    Subject: [FFmpeg-devel] [WIP] rotate filter(s)
    Date: 2010-10-03 17:35:49 GMT
Note: See TracTickets for help on using tickets.