{% extends "base.html" %} {% block title %}{{ translations.subtitle_toolkit if translations else 'Subtitle Toolkit' }} - Home{% endblock %} {% block content %}

{{ translations.subtitle_toolkit if translations else 'Subtitle Toolkit' }}

{{ translations.subtitle_manipulation if translations else 'A modern, simple, fast, and secure web interface for subtitle manipulation and translation tools.' }}

🕐

{{ translations.time_shift_tool if translations else 'Time Shift Tool' }}

{{ translations.time_shift_desc if translations else 'Shift timestamps in subtitle files to fix synchronization issues with videos.' }}

🎯

{{ translations.auto_sync_tool if translations else 'Auto Sync Tool' }}

{{ translations.auto_sync_desc if translations else 'Fix subtitle drift by applying time-varying offset correction for frame rate issues.' }}

🎬

{{ translations.mkv_to_srt_tool if translations else 'MKV to SRT Tool' }}

{{ translations.mkv_to_srt_desc if translations else 'Extract subtitles from MKV files and convert them to SRT format.' }}

🌐

{{ translations.translate_tool if translations else 'Subtitle Translation Tool' }}

{{ translations.translate_desc if translations else 'Translate subtitle files using AI models with customizable instructions.' }}

🔄

{{ translations.convert_tool if translations else 'Format Converter Tool' }}

{{ translations.convert_desc if translations else 'Convert subtitle files between different formats (SRT, VTT, ASS, TTML, and more).' }}

{{ translations.select_tool if translations else 'How to Use' }}

1

{{ translations.select_tool if translations else 'Select Tool' }}

{{ translations.select_tool_desc if translations else 'Choose the subtitle tool you want to use from the navigation menu or cards above.' }}

2

{{ translations.upload_file if translations else 'Upload File' }}

{{ translations.upload_file_desc if translations else 'Upload your subtitle or video file and configure the tool settings.' }}

3

{{ translations.get_results if translations else 'Get Results' }}

{{ translations.get_results_desc if translations else 'Download your processed subtitle file with the results.' }}

{% endblock %}