ohio813 / xvid4psp

Automatically exported from code.google.com/p/xvid4psp
GNU General Public License v2.0
0 stars 0 forks source link

Request: video rotation #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
AviSynth has a built-in ability to rotate video. For example:

AVISource("Video1.avi")
<string>

1. TurnLeft
2. TurnRight
3. Turn180

Is it possible to add this feature on a "Video -> Resolution/Aspect" tab?

Original issue reported on code.google.com by d1mu...@gmail.com on 31 Oct 2011 at 9:32

GoogleCodeExporter commented 9 years ago
Sorry, the type of this issue is wrong :-/

Original comment by d1mu...@gmail.com on 31 Oct 2011 at 9:33

GoogleCodeExporter commented 9 years ago
Well, it's already in my todo list, marked as "flip vertical/horizontal". But 
since it was there for a long time and still not implemented... Anyway, I can't 
promise you "TurnLeft" and "TurnRight", because in this case we physically 
changing the width and height of the picture (for example 720x400 -> 400x720). 
Currently you can create your own filtering preset with those TurnXXX() or 
FlipVertical()/FlipHorizontal() functions and use it when it needed.

Original comment by forc...@gmail.com on 3 Nov 2011 at 5:03

GoogleCodeExporter commented 9 years ago
Hello dear developers,

In this days people more often use mobile phones to record some quick videos. 
So, this feature will be more, and more used, in my opinion. There are other 
tools to do a rotate/flip etc., but with very poor coding/decoding capabilities.

So, please, can you please reconsider this option. Here is an option: Open, 
rotate/flip/cut (half of the video is VERTICAL, other half is HORIZONTAL) and 
finally save the video with same, identical features as original video had.

Thank you very much,
Cornelius@

Original comment by corneliu...@gmail.com on 11 Feb 2014 at 12:56

GoogleCodeExporter commented 9 years ago
I would also like to see the development of simply rotate 90 clockwise or 
counter-clockwise.  Many of my phone videos are sideways.

Original comment by rkgdr...@gmail.com on 5 May 2014 at 6:55