An Audio-Video Helper Utility Package in Python
Project description
av_helper
An Audio-Video Helper Utility Package in Python
Installation
$ pip3 install av-helper
Visit the PyPI page of the package.
Usage
>>> from av_helper import convert_video_to_audio
>>> audio_file_name = convert_video_to_audio('audio_file_in_video_format.mp4')
>>> from av_helper import merge_audio_video as merge_av
>>> output_video = merge_av(audio_file_name, 'video_file_name.mp4')
>>> from av_helper import save_audio_video_file as save_av
>>> save_av(output_video)
Instant Docs
>>> pprint(convert_video_to_audio.__doc__)
('\n'
' Convert A Video File to mp3 format\n'
' :param video_file: File Name of Video\n'
' :param start_time: Starting Time (in s) at which clipping has to do\n'
' :param video_duration: Duration wanted for audio clip\n'
' :return: File-Name of Audio File created\n'
' ')
>>> pprint(merge_av.__doc__)
('\n'
' Function to merge Audio File into Video File\n'
' :param audio_file: File-Name of Audio\n'
' :param video_file: File-Name of Video\n'
' :param frame_number: Frame Number at which audio file to add in Video File\n'
' :param volume_factor: Factor by which Volume of Audio has to be modified\n'
' :return: Video Clip (with Audio merged) of type moviepy.video.VideoClip\n'
' ')
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
av_helper-1.1.0.tar.gz
(3.2 kB
view details)
Built Distribution
av_helper-1.1.0-py3-none-any.whl
(16.5 kB
view details)
File details
Details for the file av_helper-1.1.0.tar.gz
.
File metadata
- Download URL: av_helper-1.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ff37897684ec0556e05fe44b76caa1e23c753b53f041e507ef80983b4465913 |
|
MD5 | 3e7a72f9e512138b3a2b716ab9bc5d43 |
|
BLAKE2b-256 | 3587975997d267dfd7c512c46963912aafe1825f28c6e73e731de7a370440330 |
File details
Details for the file av_helper-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: av_helper-1.1.0-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd7f51859c231c38439608aa56bb159030bbafaf11dbc4228b742cbd5d7918de |
|
MD5 | 690f999c52515bd3f29d2415dfd74116 |
|
BLAKE2b-256 | 382b0c249db1f713db0599b30389240687ad5b17f858845dfe5b84260013974e |