My goal is to pass a Video file to FFMPEG and to get its dimension as output.How can I achieve this. Can anyone help me out with sample code?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Have you tried the FFMPEG-C# Library?
You should uncomment some code to get this working. Hope it helps.
I have code that gets more info from the video, different converts, etc. The code above is sliced and may need slight modifications.