Thank you!
It worked for me. I am using Melted so I have added in config file:
USET U0 consumer.meta.attr.service_provider.markup=foo
USET U0 consumer.meta.attr.service_name.markup=bar
Cheers,
David
On 10 January 2017 at 23:10, Brian Matherly wrote:
> Set "meta.attr.service_provider.markup"
Set "meta.attr.service_provider.markup" and "meta.attr.service_name.markup"
attributes on the avformat consumer.
Example:# melt input.mp4 -consumer avformat:output.ts
meta.attr.service_provider.markup=foo meta.attr.service_name.markup=bar
vcodec=libx264 f=mpegts muxrate=2000
Cheers,
~Brian