Different forms for different recorders.
Status: Beta
Brought to you by:
chuckw
You might want to look into creating a form for each
recorder program.
I'm really working on a wish from a gini here...
xawtv-common comes with a prog called streamer. It has
a setting for size:
-s 320x240 or 640x480
but there is no entry for that parameter so I would
have to hard code it. you might want to just have a
list of commands that have simple substitutions like
output file name and such.
With different recorder command lines you might be able
to rate the different qualities of recording:
High: -size 640x480 -audio stereo -bitrate 1000
Medium: -size 320x240 -audio mono16 -bitrate 500
Low: -size 160x120 -audio mono8 -bitrate 250
You get the idea.