No project description provided
Project description
BatchedFFmpeg
Process multiple videos with one line of ffmpeg command.
Requirements
- ffmpeg
Install
pip install batchedffmpeg
Usage
batchedffmpeg [options] [[infile options] -i infile]… {[outfile options] outfile}…
Usage for command is the same with original ffmpeg besides infile
.
infile
can be a video file or folder(=directory) where the video files are saved. If infile
is a folder, program will search all video files in a folder including subfolders and then those files will be processed under the same command.
The output file is saved differently depending on the extension of outfile
.
if outfile
== video:
input/
hi.mp4
bye.mp4
After running command(outfile=./output/out.avi)...
output/
hi_out.avi
bye_out.avi
elif outfile
== img:
input/
hi.mp4
bye.mp4
After running command(outfile=./output/out%4d.jpg)...
output/
hi/
hi_out0001.jpg
hi_out0002.jpg
...
bye/
bye_out0001.jpg
bye_out0002.jpg
...
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
batchedffmpeg-0.0.0.3.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for batchedffmpeg-0.0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b72cac7044f98a6d3c1032dc95e2c7bf9cde914229b3277378cebf30d53f1780 |
|
MD5 | c35f4df1a80a9c76a3de817d54b78097 |
|
BLAKE2b-256 | f09d49ce275b96886dbcfdc9c8fb440dc8bc1c0f1768111f7b08f8309ff33db9 |