6 Aug
2019
6 Aug
'19
11:31 a.m.
On Tue, Aug 06, 2019 at 12:21:58 +0200, Paul B Mahol wrote:
I just couldn't quickly figure out how to prefix the stream specifiers (e.g. 0:0, 0:1). Look how framehash does it?
Yeah, too obvious. I was looking for "0:1", but the first digit is meaningless, and the second one is just the stream index (which I use to iterate anyway). I'll try to rework it to give the "hash" muxer a "-per_stream" boolean option, then I can (and must) reuse all the code. Cheers, Moritz