cmxl / FFmpeg.NET

.NET wrapper for common ffmpeg tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetMetaDataAsync wont return frame size on video taken with iphone

Ivan-Zlatevski opened this issue · comments

As it's shown on the image i can't seem to read the frame size of the video taken with iphone, i have no issues with other videos.
image
Here is the ffmpeg output for that video:
image

This was due to a wrong Regex in RegexEngine and is now solved in master