Hi b4x Team,
I'm developing an app where the user records himself via video with the front camera (selfie-mode) for a defined duration.
During record time the view is flipped/mirrored. Thats good.
After the timer has elapsed the video is running/replay automatically.
This all works good but the video is not flipped in play-mode (what should be the normal case ).
In my special case I need also the video flipped/mirrored in play-mode, so that it has the same orientation for recording(preview) and replay.
Does anyone has an idea how to flip the result video file during recording or manipulating/preprocess it after the record is done?
already looked into SimpleMediaManager but without any success
I'm also fine if there is a possiblity to just show the video horizontal flipped in a VideoView without touching the raw video file
Many Thanks
-Timo
I'm developing an app where the user records himself via video with the front camera (selfie-mode) for a defined duration.
During record time the view is flipped/mirrored. Thats good.
After the timer has elapsed the video is running/replay automatically.
This all works good but the video is not flipped in play-mode (what should be the normal case ).
In my special case I need also the video flipped/mirrored in play-mode, so that it has the same orientation for recording(preview) and replay.
Does anyone has an idea how to flip the result video file during recording or manipulating/preprocess it after the record is done?
already looked into SimpleMediaManager but without any success
I'm also fine if there is a possiblity to just show the video horizontal flipped in a VideoView without touching the raw video file
Many Thanks
-Timo
Last edited: