On Sun, May 10, 2020 at 5:18 PM Mark Polesky via Mlt-devel <
mlt-devel@lists.sourceforge.net> wrote:

> Hi, I tried to create a minimal video 20,000 frames long (should be 11min
> 7sec at 30fps), but melt stopped processing after 14,999 frames (leaving it
> 8min 20sec). Am I doing something wrong? Thanks
>
> test.mp4:
>
> <?xml version='1.0' encoding='utf-8'?>
> <mlt>
>   <profile width="428" height="240" frame_rate_num="30"
> frame_rate_den="1"/>
>   <producer id="background_color" mlt_service="color" in="0" out="20000"/>
> </mlt>
>
> command:
> $ melt test.mlt -consumer avformat:test.mp4
>


You need to set the length property on the color producer.

MLT is mainly for developers. Please remember to use our learn from the GUI
open source MLT apps.
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to