How to set marquee font in libvlc 2.1.0?
Posted: 15 May 2014 15:56
From command line, I use:
if I use:
But in libvlc, I use:
the media title name font is MingLiu, but the marquee font still be Arial.
BTW:
I upgrade to version 2.1.3, the command line display correct, but with libvlc, neither media title name or marquee not display.
the media title name font and marquee font is Arial.vlc.exe --sub-source=marq{marquee=Innvation China,size=40} myvideo.mkv
if I use:
the media title name font and marquee font is MingLiu.vlc.exe --sub-source=marq{marquee=Innvation China,size=40} --freetype-font=MingLiu myvideo.mkv
But in libvlc, I use:
Code: Select all
const char * const vlc_args[] = {
"-I", "dumy", // No special interface
"--ignore-config", // Don't use VLC's config
"--plugin-path=C:\\Program Files (x86)\\VideoLAN\\VLC\\plugins",
"--freetype-font=MingLiu",
"--sub-source=marq{marquee=Hello}"
BTW:
I upgrade to version 2.1.3, the command line display correct, but with libvlc, neither media title name or marquee not display.