Metadata-Version: 2.1
Name: ffmpeg-smart-trim
Version: 0.0.2
Summary: Smart trim with FFMPEG
Home-page: https://github.com/valkjsaaa/ffmpeg-smart-trim
Author: Jackie Yang
Author-email: jackie@jackieyang.me
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/valkjsaaa/ffmpeg-smart-trim/issues
Description: Smart trim with FFMPEG
        ===========================
        
        This tool implements smart trim using python-ffmpeg.
        It allows precise trimming of a video with minimum re-encoding for minimum quality loss. 
        
        For more info about smart trim, see [here](https://superuser.com/questions/1039083/smart-trim-an-h-264-mp4-video-file-in-ffmpeg).
        
        ### Installation
        
        ```bash
        pip3 install ffmpeg_smart_trim
        ```
        
        ### Usage
        
        ```bash
        python3 -m ffmpeg_smart_trim.trim in.mp4 --start_time 12.345 --end_time 67.890 --output out.mp4
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
