#AITranslation #Video #Audio #Whisper
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