OVE is a specialized software designed for the creation, and customization of subtitles in multimedia content such as videos and films. The primary goal is to provide users with a user-friendly platform to enhance and optimize the subtitle experience in a variety of media formats.
The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Play/Pause: The ability to start and stop playback is essential for accurately timing subtitles. Frame-by-Frame Navigation: Allows users to navigate through the video frame by frame for precise timing adjustments.
Current Timecode: A display showing the current timecode helps users align subtitles with specific moments in the video.
Zoom In/Out: Allows users to zoom in on the video timeline for more accurate timing adjustments. Pan: Move the viewable area along the timeline to focus on specific segments of the video.
Adjustable Speed: Alter the playback speed to review subtitles at different paces, especially helpful for precise timing adjustments.
Full-screen mode is a crucial feature in video editing and subtitle edition applications, offering users an immersive and distraction-free environment to work on their projects. This mode maximizes the use of the display, providing a larger canvas for editors to focus
Loads at most (2x) subtitle file(s) and aloows merging deletion and adding a new subtitle at any point in the file View timestamp and marking time features
A section that enables the user to view in fullscreen or copy a script version of the edited subtitle
Functions that enable to copy the script as text, save as an SRT file and loading subtitle and movie files
Clone the project
git clone https://github.com/Tibex88/OVE
Go to the project directory
```bash
cd OVE
Install dependencies
npm install
Start the server
npm run dev