VLM auto-start ?
Posted: 20 Mar 2008 16:25
I am using VLM to transcode about a dozen high rez WMV feeds (528Kbps) to low rez WMV (96Kbps) so I can embed them all into a website without the CPU overloading.
When using the GUI and loading a vlm config file everything runs fine for a few hours, then some of the vlm items stop playing. I think it may be due to CPU load or memory leak.
I have to work in an Windows environment so I'm writing a script to kill the process and relaunch at regular intervals.
In the bat file, i'm using:
Which launches VLC with the VLM playlist (~12 transcode) loaded. The only problem is that the transcodes don't start until I open VLM manually (using the menu, or CTRL+V). I've tried to use dos edit to add the CTRL+V character in the bat file but it won't open VLM automatically. I also tried the original interface and the qt interface and it's the same both ways.
My current option is to launch it with the telnet interface, which works, however I wanted to use to GUI so the operators working with the system can see if all the items in the VLM list are in a 'play' mode.
So my two questions:
1) Is there a way to launch VLM from a .bat while launching VLC?
2) If the telnet interface is the only/best option, how can I provide a status display while it is running?
Any help would be greatly appreciated.
Kind Regards,
Kevin
When using the GUI and loading a vlm config file everything runs fine for a few hours, then some of the vlm items stop playing. I think it may be due to CPU load or memory leak.
I have to work in an Windows environment so I'm writing a script to kill the process and relaunch at regular intervals.
In the bat file, i'm using:
Code: Select all
@echo off
c:
cd\
cd "program files\videolan\vlc"
start vlc -I qt --vlm-conf c:\vlmtest.txt
My current option is to launch it with the telnet interface, which works, however I wanted to use to GUI so the operators working with the system can see if all the items in the VLM list are in a 'play' mode.
So my two questions:
1) Is there a way to launch VLM from a .bat while launching VLC?
2) If the telnet interface is the only/best option, how can I provide a status display while it is running?
Any help would be greatly appreciated.
Kind Regards,
Kevin