-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video exporting upside down #184
Comments
With my Nexus 5X when I film with the record controls on the left side of the screen, the video clips also show normal in the project, AND when I render the output is the correct side up. Maybe the UI of the camera is just confusing? Otherwise, maybe try with a different camera app on your phone? Open Camera? SImple Camera? |
Yeah if you record with the bottom to the left it exports fine. But with
other devices the user must record with the bottom to the right (camera UI
on the right). Is that what you mean? Can you export right side up by
tilting the top of the phone to the left?
…On Thu, Apr 13, 2017, 20:14 Nathan Freitas ***@***.***> wrote:
With my Nexus 5X when I film with the record controls on the left side of
the screen, the video clips also show normal in the project, AND when I
render the output is the correct side up. Maybe the UI of the camera is
just confusing?
Otherwise, maybe try with a different camera app on your phone? Open
Camera? SImple Camera?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#184 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABLBzWK-D-eNJBr0qpGM3S_DxI8GHS0iks5rvuSWgaJpZM4M3Ah8>
.
|
We can add an option for ffmpeg: ffmpeg -i input -vf transpose=2 output |
There is now a setting for enable rendered video to be flipped. It will make the last step of the render slower because we have to re-encode the video, but at least it works! |
(as a side note, there is some potential other future option related to setting metadata in the output video file that should be looked into. it may avoid the re-encode step) |
Great!!
…On Fri, Apr 14, 2017, 08:17 Nathan Freitas ***@***.***> wrote:
(as a side note, there is some potential other future option related to
setting metadata in the output video file that should be looked into. it
may avoid the re-encode step)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#184 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABLBzZ5QoKyS02wE_BWuC41TJpWvLt62ks5rv44egaJpZM4M3Ah8>
.
|
On the new build the video expired upside down when using the first template in the Ukrainian content pack. I exported twice, the second time with a third video to ensure I was recording with the bottom of the phone to the right. All three videos look normal in the clip card when being reviewed. When they are exported the finished video is upside down.
The text was updated successfully, but these errors were encountered: