cmxl / FFmpeg.NET

.NET wrapper for common ffmpeg tasks
MIT License
605 stars 98 forks source link

GetMetaDataAsync wont return frame size on video taken with iphone #48

Closed Ivan-Zlatevski closed 3 years ago

Ivan-Zlatevski commented 3 years ago

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

cmxl commented 3 years ago

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