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

ffmpeg: MP3 format crash with Deesing #61

Open
Pendrokar opened this issue Jan 5, 2024 · 2 comments
Open

ffmpeg: MP3 format crash with Deesing #61

Pendrokar opened this issue Jan 5, 2024 · 2 comments

Comments

@Pendrokar
Copy link
Contributor

By default, the Deesing setting is set to 0.1. This makes ffmpeg go into a fatal error and display the pop-up:
Output ./resources/app/output/temp-16335802487988227_ffmpeg.mp3 same as Input #0 - exiting FFmpeg cannot edit existing files in-place.

This part of the code is at fault, as it expects WAV.
https://github.com/DanRuta/xVA-Synth/blob/master/python/audio_post.py#L81

@Pendrokar
Copy link
Contributor Author

Workaround: Either use WAV format or set Deesing to zero within xVASynth settings.

@Pendrokar Pendrokar changed the title ffmpeg: MP3 format crash + Deesing ffmpeg: MP3 format crash with Deesing Jan 5, 2024
@Pendrokar
Copy link
Contributor Author

audio_post.py seems to require a development environment for code changes to take affect.

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