Video Translator & Dubber

Powered by Gemini & MoviePy

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% endfor %}
{% endif %} {% endwith %} {% if not api_key_set %} {% endif %} {% if imagemagick_missing %} {% endif %}
{% if results %}

Processing Complete!

{% if results.output_video_file %}

Final Processed Video

Download Final Video (.mp4)
{% endif %} {% if results.original_srt_file or results.translated_srt_file or results.tts_audio_file %}

Downloadable Assets

{% if results.original_srt_file %} Original Subtitles (.srt) {% endif %} {% if results.translated_srt_file %} Translated Subtitles (.srt) {% endif %} {% if results.tts_audio_file %} Generated Audio (Dub) (.mp3) {% endif %}
{% endif %}
{% endif %}