radek-k / FFMediaToolkit

FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
MIT License
352 stars 56 forks source link

Adding a range of frames at once to speed up video creation #131

Open hosyhosyhosy opened 1 year ago

hosyhosyhosy commented 1 year ago

Hi!

I'm creating a video by adding frame by frame, so far so good. But I'm trying to add a range of frames all at once to speed up video creation. Question 1: is there a way to add all frames of old video at once when creating a new video? Question 2: is there a way to add frames of old video to new video in parallel processing?

Thank you very much!