How to get the information of movie such as TimeCode etc.

How to show the information of the movie, such as timecode, audio channels count, framerate etc?
In earlier versions, I can use MBS QuickTime Plugin.
Now I can get framerate by AVFundation.
And how to get timecode,audio channel count?

with the command line using ffprobe : https://ffmpeg.org/ffprobe.html

Keep in mind that depending on the final destination of your application, you may not be able to include helper tools whose license forces you to share your code or downright forbids them to be included in places like an App Store.

There’s a ton of tools out there that can help getting or manipulating this info, but most have a limiting open source license that may not work for your intentions (although for personal use it’s always alright)

good idea~

[quote=296023:@Eduardo Gutierrez de Oliveira]Keep in mind that depending on the final destination of your application, you may not be able to include helper tools whose license forces you to share your code or downright forbids them to be included in places like an App Store.

There’s a ton of tools out there that can help getting or manipulating this info, but most have a limiting open source license that may not work for your intentions (although for personal use it’s always alright)[/quote]

Is there any other functions or mbs plugins can get it?

@Christian Schmitz

I thought I have something for time codes.
Maybe need to look for it later.