Concatenation of multiple video files in single file

Del Mervine scooky2000 at gmail.com
Sun May 10 20:30:18 EDT 2020


On 5/9/20 9:36 AM, Akshay Ghodake wrote:
> Hello,
>
> I want a help to concatenation of multiple video files into a single file
> in python.
>
> Any help will be greatly appreciated.
>
> Best regards,
> Akshay Ghodake
As others have said, ffmpeg.

If you need more processing features, Vapoursynth might be an option.
You have the ability to build complex processing graphs that run in 
optimized C/ASM.
Vapoursynth is built with Cython so scripts run faster than pure python.

<https://github.com/vapoursynth/vapoursynth>


More information about the Python-list mailing list