Welcome to the MPV Trimmer repository! This tool allows you to cut video clips from streams and local files with seamless integration into the MPV player. Whether you're a content creator, educator, or just someone who loves to edit videos, MPV Trimmer makes the process simple and efficient.
- Cross-Platform Compatibility: Works on Windows, macOS, and Linux.
- MPV Player Integration: Utilize the powerful MPV player for playback and trimming.
- Simple User Interface: Easy to navigate, even for beginners.
- Fast Processing: Leverage FFmpeg for quick video processing.
- Subtitle Support: Trim videos while keeping your subtitles intact.
- Customizable Options: Set your own start and end points for trimming.
To get started, download the latest version of MPV Trimmer from the Releases section. Follow the instructions for your operating system to install and run the application.
- Download the
.exe
file from the Releases section. - Double-click the file to run the installer.
- Follow the prompts to complete the installation.
- Download the
.dmg
file from the Releases section. - Open the downloaded file and drag the MPV Trimmer icon to your Applications folder.
- Launch the application from your Applications folder.
- Download the
.tar.gz
file from the Releases section. - Extract the files using the terminal:
tar -xzf mpv-trimmer.tar.gz
- Navigate to the extracted folder and run:
./mpv-trimmer
- Open MPV Trimmer: Launch the application.
- Load Video: Click on "Load Video" and select your desired file or stream.
- Set Trim Points: Use the MPV player to find the start and end points of your clip.
- Trim Video: Click on "Trim" to create your video clip.
- Save Your Clip: Choose a location to save your trimmed video.
MPV Trimmer allows you to customize settings to enhance your experience. Here’s how:
You can edit the configuration file located in the installation directory. Here are some of the settings you can modify:
- Default Output Format: Set the default format for your trimmed videos (e.g., MP4, MKV).
- Subtitle Options: Enable or disable subtitle support.
- Custom FFmpeg Flags: Add custom flags to modify FFmpeg behavior.
MPV Trimmer supports a wide range of video and audio formats, including:
- Video: MP4, MKV, AVI, MOV, FLV
- Audio: MP3, AAC, WAV, OGG
- Subtitles: SRT, ASS, VTT
The MPV Trimmer interface is designed for simplicity and ease of use. Here’s a breakdown of the main components:
- Video Display Area: Shows the video currently loaded.
- Playback Controls: Standard controls for play, pause, rewind, and fast-forward.
- Trim Controls: Buttons to set the start and end points.
- Settings Menu: Access to configuration options.
We welcome contributions to MPV Trimmer! If you would like to help improve the project, please follow these steps:
- Fork the Repository: Click the "Fork" button at the top right of the page.
- Create a Branch: Create a new branch for your feature or bug fix.
git checkout -b feature/YourFeature
- Make Changes: Implement your changes and test them thoroughly.
- Submit a Pull Request: Once you're satisfied with your changes, submit a pull request.
If you encounter any bugs or issues, please report them in the Issues section. Provide as much detail as possible, including:
- Steps to reproduce the issue
- Your operating system
- Any error messages
Comprehensive documentation is available to help you navigate the features of MPV Trimmer. Check the docs
folder in the repository for guides, tutorials, and FAQs.
- MPV Player: For providing a powerful media player.
- FFmpeg: For the best video processing capabilities.
- Open Source Community: For continuous support and contributions.
For any questions or feedback, feel free to reach out to us through the Discussions section.
Thank you for using MPV Trimmer! We hope it enhances your video editing experience.