MilhouseVH / bcmstat

Simple Raspberry Pi monitoring tool
GNU General Public License v2.0
263 stars 36 forks source link

Updated available codecs #6

Closed evilpower closed 7 years ago

evilpower commented 7 years ago

I think all available codecs should be listed. I am not sure about synonyms/aliases (such as WMV9/WVC1). Source: https://github.com/raspberrypi/firmware/issues/259

MilhouseVH commented 7 years ago

Thanks. Would you mind changing VORBIS to VORB, as it looks like vcgencmd codec_enabled is checking only that the parameter starts with an enabled codec, so VORBis will be reported as enabled, as will VORBxx

evilpower commented 7 years ago

Done. What is your take on MJPA, MJPB or WMV9?

MilhouseVH commented 7 years ago

Done.

Thanks

What is your take on MJPA, MJPB or WMV9?

As MJPA/MJPB will report the same as MJPG, and WMV9 as WVC1, I'd leave it as-is myself.