Metadata-Version: 2.1
Name: animethemes-webm-verifier
Version: 1.0
Summary: Verify WebM(s) Against AnimeThemes Encoding Standards
Home-page: https://github.com/AnimeThemes/animethemes-webm-verifier
Author: paranarimasu
Author-email: paranarimasu@gmail.com
License: UNKNOWN
Description: ### Description
        
        Verify WebM(s) Against AnimeThemes Encoding Standards
        
        Executes a test suite on the input WebM(s) to verify compliance.
        
        Test success/failure does **NOT** guarantee acceptance/rejection of submissions. In some tests, we are determining the correctness of our file properties. In other tests, we are flagging uncommon property values for inspection.
        
        ### Install
        
        **Requirements:**
        
        * FFmpeg
        * Python >= 3.6
        
        **Install:**
        
            pip install animethemes-webm-verifier
        
        ### Usage
        
            test_webm [-h] [--loglevel [{debug,info,error}] [file [file ...]]
        
        * `--loglevel error`: Only show error messages
        * `--loglevel info`: Show error messages and script progression info messages
        * `--loglevel debug`: Show all messages, including variable dumps
        * `[file ...]`: The WebM(s) to verify. If not provided, we will test all WebMs in the current directory.
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
