Skip to main content

A handy tool to convert adobe connect zip data into a single video file

Project description

AdobeConnect2Video

PyPI MIT License PR's Welcome GitHub Repo stars PyPI - Downloads

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

AdobeConnect2Video-1.2.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

AdobeConnect2Video-1.2.1-py3-none-any.whl (12.4 kB view hashes)

Uploaded 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