How to get specific information about media files (Duration, Bitrate, FPS, etc.)
问题 I need to get the same kind of info that you can get on "Get Info" when using Finder; more specifically I need the same info that is present in the "More Info" section, like Duration, Bitrate, Dimension, Codecs, Audio channels, etc. To get the basic info like size, type, I have: // Getting the file's attributes NSError *error; NSFileManager *fm = [NSFileManager defaultManager]; NSDictionary *fileInfo = [fm attributesOfItemAtPath:fileName error:&error]; Is there any native Cocoa library to get