I really don't know if VLC Media Player 3.0.xx or 4.0 has the ability to use few lines and little information in development code.
Let's say this, instead of the VLC code citing, as an example in the development line:
Format:Video:
mp4
mkv
webm
Format:Video:Resolution:
mp4:144p
240p
360p
480p
That's the example I want to give you
Instead of using this, if you are using these types of codes, why don't you use them this way?:
Format:Video:(All_video_formats_available)
Format:Video:Resolution(All_available_resolutions)
This will be brilliant and VLC Media Player will certainly be lighter, don't you think?
I would like to know if this is possible with the Python, C or C++ codes present in VLC Media Player?
Why don't you try this method I mentioned?
It will definitely be easier to program VLC and insert new audio, video, codecs, decoders and various other information from a powerful media player like never before.
It's possible ?
Can you explain to me in at least two or three lines how this works?