wout32 on Nostr: #AITranslation #Video #Audio Want to translate your videos/audio and give it ...
#AITranslation #Video #Audio
Want to translate your videos/audio and give it subtitles? Here's how:
Use google colab(https://colab.research.google.com/)
Put this in colab:
!pip install git+https://github.com/openai/whisper.git
!sudo apt update && sudo apt install ffmpeg
!whisper "filename of the mp4 or mp3" --model large --task translate
Want to translate your videos/audio and give it subtitles? Here's how:
Use google colab(https://colab.research.google.com/)
Put this in colab:
!pip install git+https://github.com/openai/whisper.git
!sudo apt update && sudo apt install ffmpeg
!whisper "filename of the mp4 or mp3" --model large --task translate