Any method to translate all video from arabic to english for free? (translate voice). i tried many apps and sites like veed.io and other sites but it is limited to 1 minute output.
That 1-minute wall isnβt a real limit β itβs a paywall meter those sites bolt on to make you upgrade. Dubbing a video is just 3 steps under the hood β hear it β translate it β say it in English β and every step runs free with no length cap once you stop renting the capped box.
Easiest paths first
β pick by how much you want.
β‘ Fastest free dub β do the whole video in your browser, nothing to install
SoniTranslate runs the full ArabicβEnglish voice-dub in a free Google Colab (a code notebook that runs on Googleβs computers, not yours) or a HuggingFace page. Set source = Arabic, target = English, pick an English voice β download the dubbed video. No 1-min cap; length only bound by run time.
ββ
Colab (click βRunβ) β https://colab.research.google.com/github/R3gm/SoniTranslate/blob/main/SoniTranslate_Colab.ipynb
ββ
web version β https://huggingface.co/spaces/r3gm/SoniTranslate_translate_audio_of_a_video_content
π₯οΈ One-click desktop apps (install once, dub unlimited videos offline, no coding)
Free installers β drop the video in, pick Arabic β English, hit go:
ββ
pyVideoTrans β the popular one, fully offline, uncapped β https://github.com/jianchang512/pyvideotrans
ββ
AigcPanel β dead-simple app: transcribe + translate + voice + swap the audio track in one window β https://github.com/modstart-lib/aigcpanel
ββ
KrillinAI β single-file one-click, 100+ languages β https://github.com/krillinai/KrillinAI
ββ
VideoLingo β cleaner subtitle+dub quality β https://github.com/Huanshere/VideoLingo
ποΈ Make it keep the ORIGINAL speaker's voice (English, but sounds like them) + lip-sync
These clone the speaker from the audio, so the English comes out in their voice, and can move the mouth to match:
ββ
ViDubb β author is Arabic-native, built for exactly ARβEN; voice-clone + lip-sync, free on Kaggleβs GPU β https://github.com/medahmedkrichen/ViDubb
ββ
HeyGem.ai β open-source HeyGen: a 10-second sample clones voice + face, runs 100% on your PC, unlimited β https://github.com/GuijiAI/HeyGem.ai
ββ
OmniVoice-Studio β local dubbing studio, 646 languages β https://github.com/debpalash/OmniVoice-Studio
πΈπ¦ If the Arabic is dialect (Egyptian/Gulf/etc.) and the transcript comes out wrong
Base Whisper leans Modern-Standard-Arabic and can slip on dialect. Swap in a dialect-tuned transcriber, then feed its text to any dubber above:
ββ Cohere Arabic (dialect + code-switch, upload audio) β https://huggingface.co/spaces/CohereLabs/cohere-transcribe-arabic-07-2026
ββ Egyptian-Arabic Whisper (drop-in) β https://huggingface.co/AbdelrahmanHassan/whisper-large-v3-egyptian-arabic
β¨οΈ Just need to UNDERSTAND it (English subtitles, 2-minute route)
Whisper translates Arabic straight to English subtitles in one command β any length, free:
whisper video.mp4 --language Arabic --task translate --model large-v3 --output_format srt
Faster on low-end PCs β https://github.com/SYSTRAN/faster-whisper Β· full CLI dubber β https://github.com/Softcatala/open-dubbing Β· one-model speechβspeech β https://github.com/rennerdo30/speakora
π± On a phone only, no PC
ββ F-Droid Whisper app β offline, translates any language to English β https://f-droid.org/en/packages/org.woheller69.whisper/
ββ Termux + whisper.cpp (one command, uncapped) β https://github.com/itsmuaaz/termux-whisper
For the actual voice dub on mobile, run SoniTranslateβs Colab from the phone browser β the heavy lifting happens on Googleβs side.
π― What people actually do with this
ββ
Dub a full Arabic movie/series into English for family who donβt read subtitles
ββ
Turn an Arabic lecture into an English voiceover you can listen to on a commute
ββ
Re-voice your own Arabic content into English to reach a new audience β same you, new language
ββ
Translate a long Arabic sermon/khutbah into an English track to share
ββ
Watch Arabic news/interviews dubbed instead of squinting at captions
The minute-limit was never the videoβs ceiling β it was theirs. Run the pipeline yourself and length stops mattering.
The Core-Community just AI-upgraded the answer above.
what about other languages
Welcome! And yep β the same tools do any language β any language, not just ArabicβEnglish.
In SoniTranslate / pyVideoTrans / KrillinAI just set a different Source and Target (each supports 100+ languages) β dub away.
Only catch: the one-line Whisper --task translate trick outputs English only β for any other target, let the one-click dubbers do the translate step (they take any pair).
Projector,
Search the net for the subtitle (movie script) movie in file format .srt, .sub. ALL MOVIES IN THE WORLD HAVE A SCRIPT, WHICH IS GENERALLY IN ENGLISH. For example you can search on
https://my-subs.co/
After you have found the subtitle you go to [https://translatesubtitles.com/], add the subtitle, select the language and press translate.
Thatβs all.
Do you use ChatGPT or which AI to create these responses/posts? Iβve had that question for a while.

!