Page 1 of 1

SVG picture size problem

Posted: 05 May 2011 17:39
by rici80
Hi everybody,

i have an huge problem: i have to put an svg picture over a video.

i use:

Code: Select all

vlc ./movie.avi --spu --osd --text-renderer=svg --sub-filter=marq --marq-marquee=”$(cat ./image.svg)”
the only problem is that vlc scale my svg picture to put them into a small square in the centre of the video... :shock:

...and options marq-x and marq-y don't works with svg renderer... I can't put more little square to put a big pic... :(

thanks to all...
help me please