No project description provided
Project description
MSU Test Video Creator
MSU Test Video Creator is a Python-based commandline application originally created by StructuralMike for creating mp4 and wav files of a series of PCM files to use for uploading to YouTube to test for potential copyright strikes. This version was adapted to use pip/pipx for dependency resolution and easier calling by the MSU Scripter.
Installation
Pre-requisites
- Python 3.8 or above
- ffmpeg
- Ubuntu/Debian: apt-get install libportaudio2
- RHEL: dnf install portaudio
- Arch: pacman -S portaudio
Installation Option 1: pipx (recommended)
pipx is recommended as it installs the application into an isolated environment to avoid dependency conflicts with other Python applications, and it also creates it standalone application which can be ran directly via commandline.
First, you will want to install pipx.
$ pipx install msu_test_video_creator
$ msu_test_video_creator -f test.pcm -o test.mp4
Installation Option 2: pip
First, make sure you have pip installed and running: https://packaging.python.org/en/latest/tutorials/installing-packages/
$ pip install msu_test_video_creator
$ py -m msu_test_video_creator -f test.pcm -o test.mp4
Usage
Depending on your environment and how you installed, you may be able to run it either directly or as a Python module:
# Run directly
$ msu_test_video_creator -f test.pcm -o test.mp4
# Run as Python module
$ py -m msu_test_video_creator -f test.pcm -o test.mp4
The application requires two arguments:
- -f: A comma-delimited list of all pcm files to include
- -o: The path to the mp4 file to generate
Credits
- StructuralMike for the original Python script this was based on.
- Hazem Nabil (arkrow) for the idea of using Poetry for making/distributing Python applications.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file msu_test_video_creator-0.2.0.tar.gz.
File metadata
- Download URL: msu_test_video_creator-0.2.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.2 Linux/6.1.0-17-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a277429ed28313e77cf93cefeaee520736d79898daac2386223e93a699979b88
|
|
| MD5 |
0eb6a3b10b07147d3fb0d9a7b08facf2
|
|
| BLAKE2b-256 |
32f6c9449f78ca374777b55db2facb581bbad61aff9103340ef83b4d3be6cf76
|
File details
Details for the file msu_test_video_creator-0.2.0-py3-none-any.whl.
File metadata
- Download URL: msu_test_video_creator-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.2 Linux/6.1.0-17-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0f61cb594356390582a75ec3864776d3f63a539f7a25f9c105aace2e93b3faa
|
|
| MD5 |
b05b16f251aa1b7597674a51cc98a46d
|
|
| BLAKE2b-256 |
5616df86cf4cbc6834ae4aa4c0ab92f83476acbbc1d51ae327c0c55e2fe7a947
|