tomaszzmuda / Xabe.FFmpeg

.NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from dotnet core application.

Home Page:https://xabe.net/product/xabe_ffmpeg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

From MediaInfo how can i get bool for IsInterlaced?

foxi69 opened this issue · comments

Is there any options? Or can i get the whole standardoutput after command finished so i can regex Progressive and Interlaced.

Can you extend the mediainfo?