Re: [Mlt-devel] Set service_name and service_provider metadata

2017-01-12 Thread David Alonso Grande
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"

[Mlt-devel] Output video/audio streams pid set with Melt

2017-01-12 Thread David Alonso Grande
Hello, Is there a way to set or change video / audio streams PID in the output TS with Melt? I am looking for an option like the ffmpeg's "streamid". I.e: ffmpeg -i inurl -streamid 0:33 -streamid 1:36 out.ts I can not find it in the avformat consumer options. Regards, David --

Re: [Mlt-devel] Output video/audio streams pid set with Melt

2017-01-12 Thread Brian Matherly
I'm not sure about setting specific values. But would mpegts_start_pid work for you? https://mltframework.org/plugins/ConsumerAvformat/#mpegtsstartpid ~Brian From: David Alonso Grande To: mlt-devel@lists.sourceforge.net Sent: Thursday, January 12, 2017 8:49 AM Subject: [Mlt-devel] Out