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

Sped up portions are silent, pitch correction needed. #29

Open
joshinils opened this issue Jun 4, 2024 · 1 comment
Open

Sped up portions are silent, pitch correction needed. #29

joshinils opened this issue Jun 4, 2024 · 1 comment

Comments

@joshinils
Copy link

To test this I used -x 1 which should produce the same output as was the input. But that is not the case.

Portions marked as silent were silent, but at normal speed, only the loud portions were actually present in the sound.

@joshinils
Copy link
Author

).without_audio()

with audio:

--- a/jumpcutter/clip.py
+++ b/jumpcutter/clip.py
@@ -59,7 +59,7 @@ def jumpcut_silent_parts(
                 silence_clip = self.clip.subclip(start, stop)
                 silence_clip = speedx(
                     silence_clip, self.silence_part_speed
-                ).without_audio()
+                )
                 jumpcutted_clips.append(silence_clip)
 
             previous_stop = stop

if sped up, there is no pitch correction, so the fast portions sound like chipmunks.

@joshinils joshinils changed the title Sped up portions are silent Sped up portions are silent, pitch correction needed. Jun 4, 2024
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

1 participant