Hi - I need to run multiple instances of cvlc to capture image frames (every 2 seconds) from a list of MPEG streams. Apart from setting noaudio; are there any performance factors I should take into account so I can run more vlc instances per host?
1) Should I be doing image resizing on another process, and have vlc just dump the raw image into png? Is this really a big performance hog?
2) Since I only need the image frame every 2 seconds, can I tell vlc to skip some frames in the middle and just grab the keyframe?
3) I'm using 0.9.9a version of vlc (installed with yum) - are there a lot of improvements on version 1.0+? (Saw that there are command line options differences with the new version)
Thanks.