Guitarmonster
Member
- Joined
- Mar 24, 2023
- Messages
- 19
- Programming Experience
- 10+
I’m developing a desktop app and want to be able to “mirror” or copy a media element while playing video. The simplest example would be a video playing on the left and right next to it the same video playing as well. A long time ago I thought I learned about something with visual effects that allowed me to create a mirrored reflection below a video. I was thinking the same would apply. I’m not looking for anyone to write code for me, just to point me in the right direction. I keep trying to google “reflection” but this only brings up things that have nothing to do with video.
The project is an application that simulates a vintage analog cable box when flipping channels. As some may remember, flipping analog channels usually resulted in a temporary loss of vertical hold causing the feed to quickly scroll upwards. This effect can be reproduced on my end but I would need to create duplicate copies just above and below the actual video for it to work.
Here is a video of what the effect would look like. Although it happens very fast, after each channel change the vertical hold scrolls up and automatically aligns the picture. I would facilitate this animation in my code, yet I need the missing piece.
Before anyone suggests, playing the same video in three separate media elements would not be sufficient. Doing so would cause too much of a performance hit and would just be a quick fix when a better solution exists.
The project is an application that simulates a vintage analog cable box when flipping channels. As some may remember, flipping analog channels usually resulted in a temporary loss of vertical hold causing the feed to quickly scroll upwards. This effect can be reproduced on my end but I would need to create duplicate copies just above and below the actual video for it to work.
Here is a video of what the effect would look like. Although it happens very fast, after each channel change the vertical hold scrolls up and automatically aligns the picture. I would facilitate this animation in my code, yet I need the missing piece.
Before anyone suggests, playing the same video in three separate media elements would not be sufficient. Doing so would cause too much of a performance hit and would just be a quick fix when a better solution exists.