-
Notifications
You must be signed in to change notification settings - Fork 23
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
Front camera and portrait->landscape crop #21
Comments
You think about autorotation or settings in preferenses dialog? |
New settings (feature requests). Autorotation wouldn't help as we want to convert a portrait oriented video (9:16) to landscape orientation (16:9). For this we must crop/delete top and bottom part of the picture. Then we can watch a portrait recorded video on landscape fullscreen without letterboxes (black borders). Front camera support is probably easy but I'm not sure if that video processing (cropping) is possible. Some approaches come into my mind:
|
Apps that already use this are:
The apps are GPU accelerated that is a good thing. I hope you find it useful as well and consider implementing it. This way you can put your device in the pocket (horizontally) and walk through the streets. :-) |
Hi,
can you add front camera support and (if possible) an option to smart convert portrait recordings (eg. when having phone in breast pocket). The smart convert would convert (crop) a video from 1080x1920 to 1080x608 (16:9) or similar. I think i've seen such a recorder already somewhere that does that in realtime (postprocessing wouldn't make sense as there are enough tools already doing this).
What do you think?
The text was updated successfully, but these errors were encountered: