Page 1 of 1

Rotate video without cutting corners and show full frame

Posted: 02 Jun 2023 16:13
by giby
transform filter rotates video by 90,180,270 angles only right? Any way to use this filter to rotate any desired angles?

Also, --video-filter=rotate cuts off the video edges.
Looking for suggestion to rotate video to any angle and show full frame, without trimming/cutting edges.
Thanks.

Re: Rotate video without cutting corners and show full frame

Posted: 02 Jun 2023 17:51
by RĂ©mi Denis-Courmont
Yes. No.

Re: Rotate video without cutting corners and show full frame

Posted: 02 Jun 2023 18:09
by giby
while using --video-filter=rotate , is there any way to see the full video frame after rotation, like zoom out/shrink the video to fit in the canvas area?
Any other filter that can be used with --video-filter=rotate to do this task automatically ? or Any other suggestion to see the full video frame after rotation, please.
Thanks.

Re: Rotate video without cutting corners and show full frame

Posted: 07 Jun 2023 14:58
by giby
Found a way to do this by using both rotate and croppadd. Example below.

"--video-filter=croppadd:rotate",
"--rotate-angle=22",
"--croppadd-paddtop=300",
"--croppadd-paddleft=100"