Search found 5 matches

Go to advanced search

by tyros
30 Jan 2009 09:43
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Vlc 0.9.6 logo sub-filter problem on Ubuntu
Replies: 1
Views: 401

Vlc 0.9.6 logo sub-filter problem on Ubuntu

Hi! I have some problem with the logo sub-filter. I try to add a logo to my video, but after I run vlc, I can't show the image. I try to use the videolan's own gui to add the logo, but the same. When I use -vvv option I see: logo filter warning: error while loading logo /home/tyros/Képek/logo.png, w...
by tyros
06 Nov 2008 17:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to add logo and subtitle dynamically with API
Replies: 4
Views: 971

Re: How to add logo and subtitle dynamically with API

Hi! I tried that you said, but still doesn't work. Here is the code I tried: #include <QApplication> #include <QProcess> #include <QDebug> int main(int argc, char* argv[]) { QApplication app(argc,argv); QProcess *proc=new QProcess; // proc->setReadChannelMode(QProcess::MergedChannels); proc->start(&...
by tyros
06 Nov 2008 16:48
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to add logo and subtitle dynamically with API
Replies: 4
Views: 971

Re: How to add logo and subtitle dynamically with API

Hi! I tried that you said, but still doesn't work. Here is the code I tried: #include <QApplication> #include <QProcess> #include <QDebug> int main(int argc, char* argv[]) { QApplication app(argc,argv); QProcess *proc=new QProcess; // proc->setReadChannelMode(QProcess::MergedChannels); proc->start(&...
by tyros
31 Oct 2008 12:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to add logo and subtitle dynamically with API
Replies: 4
Views: 971

How to add logo and subtitle dynamically with API

Hi! I'm working on a problem a long time ago, but I can't solve it. I'm writing a C++ program which can dynamically control vlc media player, but I can't solve how to add dynamically subtitle or logo to a media. I read the mediacontrol API documentation and I found a function called "mediacontr...

Go to advanced search