Opened 14 years ago
Closed 13 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 , 14 years ago
| Component: | FFmpeg → avfilter |
|---|---|
| Priority: | important → normal |
| Status: | new → open |
comment:2 by , 14 years ago
| Keywords: | rotation removed |
|---|---|
| Priority: | normal → wish |
| Version: | unspecified → git-master |
comment:3 by , 13 years ago
| Analyzed by developer: | set |
|---|---|
| Reproduced by developer: | set |
| Resolution: | → fixed |
| Status: | open → closed |
Note:
See TracTickets
for help on using tickets.



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