Source code for cutcutcodec.core.compilation.export.muxer

"""Allow to suggest an appropriate muxer."""


[docs] def suggest_muxer(): """Return the name of an ffmpeg container format appropriate for the given parameters.""" return "matroska"