Concat video
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')
Concat video
Объединение двух видео файлов с одинаковыми кодеками и параметрами в один файл. Используется 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')
Release files for concat-video-g4 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| concat_video_g4-1.0.0.tar.gz | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| concat_video_g4-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.1 kB
Release files / concat_video_g4-1.0.0.tar.gz
| Download URL | concat_video_g4-1.0.0.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e2c20fbb782a1a663461dfdbbb8067a480e3b587ecefae9d60b290d693fc2736
|
|
BLAKE2b-256 checksum How to use checksums |
87fa1bba0758e5fe70a4c58ed3fa978b7b39339585f12b1874ff5ee0340443e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.4
|
Release files / concat_video_g4-1.0.0-py3-none-any.whl
| Download URL | concat_video_g4-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8bbc058077013c46cf1959ddcf90287cb725abbb3c44985165144325b4336ec9
|
|
BLAKE2b-256 checksum How to use checksums |
e52c486f35e0a17d4ee175b8697c67067a5d1a593e4018ab5370d55a9d499e1e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.4
|