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

Video without sound #82

Open
ESCANOR-LOU opened this issue Aug 24, 2024 · 8 comments
Open

Video without sound #82

ESCANOR-LOU opened this issue Aug 24, 2024 · 8 comments

Comments

@ESCANOR-LOU
Copy link

Hello. Until today, everything was fine, but for some reason the video ends up without sound. No original sound and no translation. Although the audio folder contains all the translated text.

@pkeller00
Copy link

Hi, if you are using Google Colab server what worked for me was changing the video output format. Specifically instead of using the output format as "video(mp4)" I changed it to "video(mkv)" and the dubbing worked for me. This setting can be found under "Advanced settings ->Output type"

@biraescudero
Copy link

biraescudero commented Sep 5, 2024 via email

@developedpage
Copy link

Hello. Until today, everything was fine, but for some reason the video ends up without sound. No original sound and no translation. Although the audio folder contains all the translated text.

I resolved everything by updating FFmpeg and downloading the libx264 codec. I had the same problems

For Ubuntu/Debian:

sudo apt-get update 
sudo apt-get install ffmpeg libavcodec-extra

For Conda:

conda install -c conda-forge ffmpeg x264
conda deactivate
conda activate sonitr

@Harooon1892
Copy link

Hello everyone,

Are there any new approaches or even solutions for this issue? My sound isn’t working either, and I’m not receiving any errors.

Thank you.

@biraescudero
Copy link

biraescudero commented Oct 12, 2024 via email

@Harooon1892
Copy link

Thank you for your response.

FFmpeg is installed—the entire library is set up.

What’s specific is that yesterday it worked—but today it doesn’t anymore.

May I ask, do all formats (.mkv / .mp4 etc.) work for you?

@Harooon1892
Copy link

The problem was that my video downloader for YouTube downloaded the files incorrectly (obviously). With a different tool, it works perfectly.

@biraescudero
Copy link

biraescudero commented Oct 12, 2024 via email

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

5 participants