Metadata-Version: 2.1
Name: simple-capture
Version: 1.0
Summary: Command line screen recorder, built using FFmpeg.
Home-page: https://github.com/Raj-CSH/simple-capture
Author: Rajarshi Mandal
License: BSD 2-Clause License
Keywords: ffmpeg,record,capture,screen,broadcast,stream
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Console
Requires-Python: >=3.7
Requires-Dist: click (==7.1.2)
Requires-Dist: ffmpeg-python (==0.2.0)
Requires-Dist: screeninfo (==0.6.5)

Simple Capture
==============

|demogif|

Command line screen recorder, built using FFmpeg.

Installation
~~~~~~~~~~~~

Simple Capture can be installed as ``simple-capture`` via `pip <https://pip.pypa.io/en/stable/>`__.

Documentation
~~~~~~~~~~~~~

Documentation can be found `here <https://simple-capture.readthedocs.io/en/latest/>`__.

Dependencies
~~~~~~~~~~~~~

You will need `FFmpeg <https://ffmpeg.org>`__. If on Windows, I also recommend installing
`this <https://github.com/rdp/screen-capture-recorder-to-video-windows-free>`__ if you are on
Windows, so that you can use DirectShow.

Author
------

-  **Rajarshi Mandal** - `Raj-CSH <https://github.com/Raj-CSH>`__

License
-------

This project is licensed under the BSD 2 Clause License - see the
`LICENSE.txt <https://raw.githubusercontent.com/Raj-CSH/simple-capture/master/LICENSE.txt>`__ file
for details.

Acknowledgments
---------------

- The `FFmpeg Project <https://ffmpeg.org>`__ for making this possible! 

.. |demogif| image:: https://raw.githubusercontent.com/Raj-CSH/simple-capture/master/examples/demo.gif


