1

Is there any easy way to get from original video detailed information as duration and frame rate?? I have to divide originalvideo to single frames and to do it I want to use NReco.VideoConverter but I in the API I could not find function which allows me to get video properties. If there is not possibility to do it, can you recommend me other useful .net wrapper to FFMpeg? I saw of course Using FFmpeg in .net? and Solid FFmpeg wrapper for C#/.NET but there are recommended wrappers which are quite old or have only basic functions. I look wrapper which allows me to get details from original video, divide it to single frames (i need to improve quality) and concat it to new one avi or other file of course with audio with possibility to change paramters(resolution, frame rate etc..)

Community
  • 1
  • 1
dacio
  • 51
  • 8

1 Answers1

0

Maybe this can help, it shows a way to get all metadata form a file using Windows Media Format SDK 11: https://msdn.microsoft.com/en-us/library/windows/desktop/dd743789(v=vs.85).aspx

Dani Ribas
  • 54
  • 3