I’d like to extract data from codec string
For example, there is a string like “avc1.64001F”
And it produce data like below.
Codec : H264
profile : High
Level : L3.1
I use C language and use ffmpeg library.
I keep searching how to use ffmpeg library, but I cannot find proper function to solve it.
Is there any proper method or library to solve this problem?