Re: [Mlt-devel] Problem with sound when exporting playlist with blanks

2023-07-23 Thread Rickard Lindberg
Hmm. Do I need to add some kind of transition for the transparent color to have any effect? I expected both of these to generate 100 (or 101?) red frames: $ mlt-melt -track color:red in=0 out=100 -track color:transparent in=0 out=100 $ mlt-melt -track color:transparent in=0 out=100 -track color

Re: [Mlt-devel] Problem with sound when exporting playlist with blanks

2023-07-23 Thread Rickard Lindberg
Thanks for your support! This workaround works fine for me. /Rickard On Sun, Jul 23, 2023, at 00:22, Brian Matherly wrote: > > > mlt-melt color:red in=0 out=25 -blank 25 color:blue in=0 out=25 -consumer > > avformat target=/tmp/export.mp4 > > Thanks for the example command. I reproduce this an