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

Transposing video? #111

Closed tottaka closed 2 years ago

tottaka commented 2 years ago

Hi, I am wondering if it's possible to use ffmpeg's "Transpose" feature to flip/rotate the extracted video frames?

radek-k commented 2 years ago

No, FFmpeg filters are not supported. You can rotate the frames using GDI+ (System.Drawing) or some other library such as ImageSharp