From 33b776cab4dbcac0a81f0a820539fa0c505ba845 Mon Sep 17 00:00:00 2001 From: KieranVR Date: Thu, 26 Mar 2026 11:30:02 -0700 Subject: [PATCH] remove video player documentation (no built-in video player) Codex can extract and play audio from video but does not have a built-in video player. Remove the Video Player, Timeline Editor, and Resizable Player sections from the video-audio-translation page. Made-with: Cursor --- .../translation/video-audio-translation.mdx | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/content/docs/translation/video-audio-translation.mdx b/content/docs/translation/video-audio-translation.mdx index 834cfdf..f348e76 100644 --- a/content/docs/translation/video-audio-translation.mdx +++ b/content/docs/translation/video-audio-translation.mdx @@ -10,7 +10,6 @@ Codex Editor provides powerful features for translating video subtitles and mana ### What You Can Do - **Translate Video Subtitles** - Import VTT/SRT files, translate, and export -- **Play Video in the Editor** - Built-in video player with synchronized timeline - **Import Audio Files** - Automatic segmentation with Voice Activity Detection - **Record Audio** - Record directly inside the cell editor - **Cell-by-Cell Audio Playback** - Waveform visualization aligned with each cell @@ -102,37 +101,6 @@ The system uses **timestamp overlap detection** to automatically align translati --- -## Video in the Editor - -Codex plays video directly inside the editor using a built-in video player. - -### Video Player - -When you open a `.codex` file that has a video URL set in its document metadata (typically after importing subtitles), a **Video** tab appears in the cell editor. The video player: - -- Plays back local video files or HTTP(S) URLs -- Supports VTT subtitles overlaid on the video -- Calls back with the current playback time so the editor can highlight the active cell - -### Timeline Editor - -Below the video player is an interactive **Timeline Editor** that: - -- Shows all translation cells as time blocks along the video timeline -- Highlights the cell currently playing -- Allows **click-to-seek**: clicking a time block jumps the video to that position -- Stays synchronized with video playback in real time - -### Resizable Player - -Drag the **grabber bar** between the video player and timeline to resize the player height (minimum 200px). This lets you allocate more screen space to translation or to the timeline as needed. - - -**Pro Tip:** Use the timeline view to navigate quickly between subtitle segments. Click any block to jump to that point in the video without having to scrub manually. - - ---- - ## Audio Translation ### Importing Audio Files