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
357 stars 56 forks source link

Timestamp for VideoOutputStream.AddFrame #23

Closed dakahler closed 4 years ago

dakahler commented 4 years ago

It would be great to be able to optionally pass in the pts for the new frame pushed via AddFrame.

radek-k commented 4 years ago

Yes, I will implement it in the next release.