Skip to content

ffmpeg:ves_muxer

dolby_encoding:ves_muxer

Dolby Vision VES muxer is a command-line tool that combines a base-layer elementary stream and potentially an enhancement-layer elementary stream with Dolby Vision RPU metadata.

Full documentation: [Dolby Encoding Engine Docs](https://developer.dolby.com/globalassets/professional/product-manuals/dolbyencodingengineusersguide.pdf)

Example:

    {
      "tool": "dolby_encoding:ves_muxer",
      "parameters": {
            "input_bl": "video_in.h265",
            "input_rpu": "test.rpu",
            "overwrite": "1",
            "output": "video_out.h265"
        }
    }
Parameter Properties Default Type Choice Description
input_bl required Input base-layer file.
output required Output bitstream file.
input_el optional Input enhancement-layer file.
input_rpu optional Input RPU file.