Metadata-Version: 2.0
Name: QuickCut
Version: 0.0.1
Summary: Video & subtitle cut on given time-range. ffmpeg/pysrt based.
Home-page: http://github.com/eddy-geek/quickcut/
Author: Edward Oubrayrie
Author-email: edoubrayrie@gmail.com
License: GPL
Keywords: video,subtitle,editor,avi,mp4,srt,ffmpeg,pysrt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Utilities
Requires-Dist: pysrt

# QuickCut
Video &amp; subtitle cut

## Features

* Split video and subtitle based on input time range.
* Supports ffmpeg and libav (avconv) backends for video
  * all common containers (avi, mp4, mkv, ...) and codecs
  * keeping the same codec
* Support pysrt for srt subtitles
* Full input validation
  * Times: HH:MM:SS or HHMMSS or MMSS etc.
* Display backend errors if any.

## Install

### Dependencies

* Fedora -
  *Note*: you need RPMFusion repos for ffmpeg

        sudo dnf install python3-qt5 ffmpeg

* Ubuntu/Debian

        sudo apt-get install python3-pyqt5 ffmpeg

* Windows

    Windows is not supported. I guess it may work, assuming you have ffmpeg.exe in %PATH%.


### QuickCut

* Global (/usr/local)

        sudo pip3 install quickcut  # Hopefully soon

* Local

        pip3 install --user quickcut

* Other: you may have issues with icons if your prefix is not /usr/local (see setup.py). Fixes welcome.


