GNOME Bugzilla – Bug 732153
pbutils need different descriptions for MPEG4 Video profiles
Last modified: 2018-11-03 11:30:14 UTC
In Transmageddon I know offer people to transcode to either MPEG4 video simple and advanced-simple. It would be great if pbutils could return something else than just MPEG-4 Video for both. For instance it would be perfect if Advanced-simple profile returned something like "MPEG-4 Video (xvid)" for instance. Currently the Transmageddon UI just list MPEG-4 Video twice due to that is what is being returned by pbutils.
That could be implemented in descriptions.c:format_info_get_desc(). We currently create custom strings for variants of codecs already, but don't do that for profiles. If we start doing that for profiles, we should probably also do it for AAC and h264 at least.
> For instance it would be perfect if Advanced-simple profile > returned something like "MPEG-4 Video (xvid)" for instance. We could do MPEG-4 Video (Simple Profile) and MPEG-4 Video (Advanced Simple Profile) or somesuch, but certainly not "MPEG-4 (xvid)" or "H.264 (x264)".
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/122.