Skip to main content

Concat 2 video files with same codecs and params

Project description

Language

Concat video

PyPI PyPI - License PyPI - Python Version

Concat 2 video files with same codecs and params. It use ffmpeg. Install ffmpeg and add it to PATH.


Installation

Package Installation from PyPi

$ pip install concat-video-g4

Package Installation from Source Code

The source code is available on GitHub.
Download and install the package:

$ git clone https://github.com/Genzo4/concat_video
$ cd concat_video
$ pip install -r requirements.txt
$ pip install .

Usage

from concat_video_g4 import concat_video

concat_video('path_to_video_1.ts', 'path_to_video_2.ts', 'path_to_output_video.ts')

Changelog


Language

Concat video

PyPI PyPI - License PyPI - Python Version

Объединение двух видео файлов с одинаковыми кодеками и параметрами в один файл. Используется ffmpeg. Для использования установите ffmpeg и пропишите его в PATH.


Установка

Установка пакета с PyPi

$ pip install concat-video-g4

Установка пакета из исходного кода

Исходный код размещается на GitHub.
Скачайте его и установите пакет:

$ git clone https://github.com/Genzo4/concat_video
$ cd concat_video
$ pip install -r requirements.txt
$ pip install .

Использование

from concat_video_g4 import concat_video

concat_video('path_to_video_1.ts', 'path_to_video_2.ts', 'path_to_output_video.ts')

Changelog

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

concat_video_g4-1.0.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

concat_video_g4-1.0.0-py3-none-any.whl (4.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