Skip to content
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

feat: cross-fade jump cuts #162

Open
WofWca opened this issue Jul 14, 2023 · 1 comment
Open

feat: cross-fade jump cuts #162

WofWca opened this issue Jul 14, 2023 · 1 comment

Comments

@WofWca
Copy link
Owner

WofWca commented Jul 14, 2023

This is a pretty big one, sounds hard to implement.

You might have watched some videos that use this effect. It's where there is a jump cut, but not a regular one when one clip is immediately replaced by another one, but where you can hear the very ending of the first sentence and the very start of the next one (like 0.2 seconds) at the same time. This is sort of like setting "margin" to a negative value.

I believe with this effect we can save some more time, or improve clarity of audio.

@t9999clint
Copy link

I would like a very similar feature actually, just not for audio.
When skipping segments it would look a lot better to have a 3-5 frame video crossfade between the segments that are being stitched together. This makes the video a lot less jarring when watching people moving around. I used to do this a lot manually when editing videos for people. It makes a big difference and would be pretty neat to have a extension kinda do this automatically for the twitch VODs I like to watch.
I have no idea if that's even possible to implement. Maybe even a quick and dirty method of grabbing the first frame of the next segment and just overlay it at increasing opacity over the video feed right before it skips to the next segment.

On the audio side...
A cross fade thing I would like would be for the audio to fade to silence right before the jump and then fade back in to normal volume right after. This would also be super nice for the non skipping, fast forward mode. When there's background music it starts to sound super weird when it's fast forwarded and is kinda distracting.
This in theory should be pretty simple to implement. (I'm not really a programmer, so I might just be talking out my ass here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants