A handy tool to convert adobe connect zip data into a single video file
Project description
AdobeConnect2Video
A handy tool to convert adobe connect zip data into a single video file
Requirement
- Python 3
- FFMPEG
- Download ffmpeg and put the installation path into PATH enviroment variable
Quick Start
You need to ffmpeg to use this app, so you can simply download ffmpeg from Official Site then put the installation path into PATH enviroment variable
Now you should install AdobeConnect2Video as global app:
$ pip install -U AdobeConnect2Video
or
$ python -m pip install -U AdobeConnect2Video
Use -U
option to update AdobeConnect2Video to the last version
Usage
Download the adobe connect zip data by adding following path to the address of online recorded class
output/ClassName.zip?download=zip
for exmple if you online recorded class link is
http://online.GGGGG.com/p81var0hcdk5/
you can download zip data from following link
http://online.GGGGG.com/p81var0hcdk5/output/ClassName.zip?download=zip
Then extract the zip in 'data' directory and install AdobeConnect2Video from pip
$ AdobeConnect2Video
$ AdobeConnect2Video -i [classId]
Example: If data extracted into 'Course1' directory inside 'data' directory and you want to have output in 'output' directory with 480x470 resolution you can use following command
$ AdobeConnect2Video -i Course1 -d data -o output -r 480x470
If there is any timing issue use --repair
option to repair the video
$ AdobeConnect2Video -i Course1 -d data -o output -r 480x470 --repair
For more details:
$ AdobeConnect2Video -h
usage: AdobeConnect2Video [-h] -i ID [-d DATA_PATH] [-o OUTPUT_PATH] [-r RESOLUTION]
options:
-h --help show this help message and exit
-i --id the name of directory data is available
-d --data-path the path extracted data must be available as directory
-o --output-path the output path that generated data saved
-r --resolution the resolution of output video
-p --repair repair screen share video
Contributions
If you're interested in contributing to this project, first of all I would like to extend my heartfelt gratitude.
Please feel free to reach out to me if you need help. My Email: AliRezaBeigyKhu@gmail.com Telegram: @AliRezaBeigy
LICENSE
MIT
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
Built Distribution
File details
Details for the file AdobeConnect2Video-1.2.1.tar.gz
.
File metadata
- Download URL: AdobeConnect2Video-1.2.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d3209a1a335f51ed3236949895e1519811764c0f78085690f6bb157b1562dec |
|
MD5 | 1de9e5ba514a115d783e621ab965fbe6 |
|
BLAKE2b-256 | 8d9a1f2623e1a77e7b20946b1f00d6f6691afdc7a9e62352b4b3525610c93197 |
File details
Details for the file AdobeConnect2Video-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: AdobeConnect2Video-1.2.1-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ece13a2dc749eceea9c6eba4ecd9bbe932d5ec7528bd7189818eed5096e2571 |
|
MD5 | dc0095aa2a86c532d8b2f9de703161db |
|
BLAKE2b-256 | 24e89938630229f6b906df6b70be69703dc57c28952145f0160706f343bded9a |