RenderHeads / UnityPlugin-AVProMovieCapture

AVPro Movie Capture is a Unity Plugin for advanced video capture to AVI/MP4/MOV files
https://renderheads.com/products/avpro-movie-capture/
45 stars 8 forks source link

Rotate screen during recording #341

Closed AllenTomas closed 7 months ago

AllenTomas commented 7 months ago

Hi, how to rotate screen during recording and the movie resolution ratio follow changed。 Now,I discover while I rotate the screen and the movie resolution ratio not changed, and the movie resolution ratio has deformation。 I need your help, please!

Chris-RH commented 7 months ago

Please fill out a full report

Please DO NOT LINK / ATTACH YOUR PROJECT FILES HERE

Describe the bug A clear and concise description of what the bug is.

Your Setup (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Logs If applicable, add error logs to help explain your problem.

Screenshots If applicable, add screenshots to help explain your problem.

Videos If applicable, add a copy of your video or the URL

Please DO NOT LINK / ATTACH YOUR PROJECT FILES HERE Instead email the link to us unitysupport@renderheads.com

MorrisRH commented 7 months ago

I'm afraid what you're asking for is impossible. The resolution of the captured video is set at creation and cannot be changed midway through recording.

Chris-RH commented 7 months ago

Your options would be:

  1. A second capture in the other orientation
  2. Make the capture square and have borders top/bottom or left/right depending on orientation
  3. I believe, on android using the vulkan api with pre-transform enabled it should capture all orientations without any squashing (they will be rotated depending on the device orientation within the video).