Skip to main content

Quality assurance for audiovisual collections

Project description

vidqa

https://img.shields.io/pypi/v/vidqa.svg Documentation Status

Quality assurance for audiovisual collections

Features

Ensures:

  • File paths less than 250 characters

  • File names be less than 150 chars

  • Videos are in mp4 format and h264/aac codecs

Usage

To use vidqa in CLI mode

Unique mode to apply to a folder, generating one log file

$ vidqa -i "paste_a_folder_path" -m unique

batch mode to apply to a parent folder generating a different log file for each subfolder

$ vidqa -i "paste_a_folder_path" -m batch

Use by defining folder destination of the Metadata Report and Temporary Folder of Converted Videos

$ vidqa -i "paste_a_folder_path" -m unique -fd "c://my_temp_folder"

To show or change encode video flags in CLI mode

Show actual flags

$ vidqa flags

CRF - Constante Rate Frame. Stable quality. Default 18 to visually lossless.

$ vidqa flags --crf 23

maxrate - maximum bitrate peak in a second. Default 2 (MiB) to flow in slow connection stream.

$ vidqa flags --maxrate 3

folder_destination - Default folder where converted temporary reports and videos should be stored

$ vidqa flags -fd "c://my_temp_folder"

default_destination - Activates the default folder

$ vidqa flags -dd 1 # 0 to deactivate

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2022-08-04)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vidqa-0.1.15.tar.gz (27.7 kB view hashes)

Uploaded Source

Built Distribution

vidqa-0.1.15-py2.py3-none-any.whl (19.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page