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

2023-07-21 Thread Rickard Lindberg
I managed to reproduce the problem with melt: $ mlt-melt color:red in=0 out=25 -blank 25 color:blue in=0 out=25 -consumer avformat target=/tmp/export.mp4 +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ |1=-10| |2= -5| |3= -2| |4= -1| |5= 0| |6= 1| |7= 2| |8= 5| |9= 10|

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

2023-07-21 Thread Rickard Lindberg
If I attach the audioconvert filter like this, the export works: playlist.attach(mlt.Filter(profile, "audioconvert")) When loading the xml, this filter seems to be attached automatically, along with avcolor_space. But it is not set for the playlist that I create. Should I wrap my playlist i

Re: [Mlt-devel] Field order broken on rendering

2023-07-21 Thread Jean-Baptiste Mardelle
On Freitag, 21. Juli 2023 04:16:05 CEST you wrote: > The cairoblend transition has an optimization that if the b frame is > opaque, it will never request the a frame > imagehttps://github.com/mltframework/mlt/blob/master/src/modules/frei0r/tra > nsition_frei0r.c#L61 When this optimization is trigg