Metadata-Version: 2.1
Name: vertvideo
Version: 1.0.1
Summary: python package to help you convert video/audio files.
Home-page: https://github.com/ellipyhub/vertvideo
Author: Ellipyhub
License: MIT License
Description: # vertvideo
        
        python package to help you convert video/audio files
        
        ## How to install
        
            pip install vertvideo
        
        ## How to run
        
        vertvideo was designed to run on multiple files, so you have to put then inside a folder so they can get processed in one single loop.
        
        `input_folder` is a mandatory arg.
        `output_format` always defaults to mp3 unless a different value is provided.
        
            vertvideo <input_folder> <output_format:?mp3>
        
        
Keywords: audio video file convert
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video :: Conversion
Description-Content-Type: text/markdown
