I am also new to melt, but It worked for me with melt 6.20.0.  You might 
consider updating.  Also, I do notice that your image is 1920x1080 (16:9) but 
your selected profile is 1440x1080 (4:3).  It's probably best to correct that 
discrepancy.


 On Sunday, May 10, 2020, 12:27:45 AM PDT, Oliver Bauer 
<oliver.ba...@tu-dortmund.de> wrote: 

Hi all,

i have a problem using the following simple script with melt 6.6.0:

#/!/usr/bin/env bash

melt \
color:black  out=00:00:05.000 \
-track \
  title.jpg out=00:00:05.000 \
-track \
  pango: \
    text="Pango test" \
    bgcolour=0xff000080 \
    fgcolour=0x000000ff \
    olcolour=0x000000ff \
    out=00:00:02.000 \
    size=192 \
    weight=1000 \
\
-transition mix:-1 always_active=1 a_track=0 b_track=1 sum=1  \
-transition frei0r.cairoblend a_track=0 b_track=1 disable=0 \
-transition affine valign=bottom halign=center fill=0 a_track=0 b_track=2 \
\
-profile hdv_1080_25p \
-consumer avformat:output.avi acodec=libmp3lame vcodec=libx264

It works fine with valign=top on the transition (works with -consumer sdl
as well).
With valign=bottom it works only with sdl consumer. In the above example
my output-file doesn't
contains the pango-text. The image title.jpg is 1920x1080.

I am relatively new to melt, so the transitions are copied from other
examples. What is the
problem with my approach?

Thanks for your help,
Oliver



_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel


_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to