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

Weird noise appears when saving audioclips #1174

Closed
Vijayabhaskar96 opened this issue May 3, 2020 · 2 comments
Closed

Weird noise appears when saving audioclips #1174

Vijayabhaskar96 opened this issue May 3, 2020 · 2 comments

Comments

@Vijayabhaskar96
Copy link

Expected Behavior

When I do this:

audio_file = AudioFileClip("source.wav")
audio_file.write_audiofile("noisy.mp3")

I expect both audios to sound the same, but the saved file noisy.mp3 has a weird added noise at the end.
You can see the results here:
Source file: https://bayfiles.com/L5b3tfv8oe/source_wav
Noisy File produced: https://bayfiles.com/3fc1t1vao6/noisy_mp3

Specifications

Tested on Python 3.7 on Google Colab with Latest git dev version of the moviepy
!pip install git+https://github.com/Zulko/moviepy.git --upgrade
and on Windows 10 with moviepy version 1.0.0

@tburrows13
Copy link
Collaborator

tburrows13 commented May 3, 2020

Thanks for the report. I can confirm that it is reproducible in the current dev version of v2.0, but it is fixed in #1108, which will be merged before the release of v2.0.

@tburrows13 tburrows13 mentioned this issue May 3, 2020
5 tasks
@tburrows13
Copy link
Collaborator

Closed in #1108.

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