Loading sub-menu...

Software

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (18)

View Page History
{anchor:config_track}
* {{trackN}}
** {color:red}Entrada por cada dispositivo utilizado en el capturador. Pueden ser de diferentes tipos en funcion del valor de {{device}}: hauppauge, pulse, v4l2, vga2usb y mjpeg{color}:
*** Values in audio (pulse) devices:
*** *hauppauge*
**** Values in hauppauge devices:
***** {{name}}: Name assigned to the device.
**** {{device}}: Device type. (v4l2\|vga2usb\|webcam\|hauppage\|pulse)
***** {{device}}: Device type: hauppage
***** {{flavor}}: Matterhorn "flavor" associated to the track. (presenter\|presentation\|other)
**** {{location}}: Device's mount point in the system (e.g. /dev/video0).
***** For PulseAudio devices run:
***** {{location}}: {color:red}Explicar y decir que es default{color}
***** {{loc2}}: {color:red}Explicar y decir que es default{color}
***** {{loc3}}: {color:red}Explicar y decir que es default{color}
***** {{file}}: The file name where the track will be recorded.
***** {{active}}: Whether the device will be played and recorded. (True\|False)
***** {{playing}}: Indicates if the audio, apart from being recorded, is played. (True\|False)
***** {{vumeter}}: Activates data sending to the program's vumeter. (True\|False) Only one device should be activated.
***** {{amplification}}: Gstreamer amplification value: < 1 decreases and > 1 increases volume. Values between 1 and 2 are commonly used.
**** Example:
{code:none}
[track1]
name = Hauppagge
loc2 = /dev/hauprevideo
loc3 = /dev/haupreaudio
location = /dev/haucamera
file = CAMERA.mpg
device = hauppage
flavor = presenter
active = False
{code}
*** *pulse***** Values in audio (pulse) devices:***** {{name}}: Name assigned to the device.***** {{device}}: Device type. (v4l2\|vga2usb\|webcam\|hauppage\|pulse)***** {{flavor}}: Matterhorn "flavor" associated to the track. (presenter\|presentation\|other)***** {{location}}: Device's mount point in the system (e.g. /dev/video0).****** For PulseAudio devices run:{code:none}$ pactl list | grep "Source" -A 5{code}and use "Name:" as the {{location}} field.***** {{file}}: The file name where the track will be recorded.***** {{active}}: Whether the device will be played and recorded. (True\|False)***** {{playing}}: Indicates if the audio, apart from being recorded, is played. (True\|False)***** {{vumeter}}: Activates data sending to the program's vumeter. (True\|False) Only one device should be activated.***** {{amplification}}: Gstreamer amplification value: < 1 decreases and > 1 increases volume. Values between 1 and 2 are commonly used.**** Example:{code:none}[track1]name = Hauppaggeloc2 = /dev/hauprevideoloc3 = /dev/haupreaudiolocation = /dev/haucamerafile = CAMERA.mpgdevice = hauppageflavor = presenteractive = False
[track2]name = Epiphanactive = Falselocation = /dev/screenfile = SCREEN.avidevice = vga2usbflavor = presentation
[track3]amplification = 2.0name = AudioSourcevumeter = Activelocation = alsa_input.usb-046d_081d_96D1FD90-00-U0x46d0x81d.analog-monofile = sound.mp3device = pulseflavor = presenteractive = Falseplaying = False
[track4]name = Webcamvideocrop-left = 160videocrop-right = 160caps = image/jpeg,framerate=25/1,width=1280,height=720active = Falselocation = /dev/webcamfile = CAMERA.avidevice = mjpegflavor = presenter{code}*** *pulse*
**** Values in audio (pulse) devices:
***** {{name}}: Name assigned to the device.
***** {{device}}: Device type. (v4l2\|vga2usb\|webcam\|hauppage\|pulse)
***** {{flavor}}: Matterhorn "flavor" associated to the track. (presenter\|presentation\|other)
***** {{location}}: Device's mount point in the system (e.g. /dev/video0).
****** For PulseAudio devices run:
{code:none}
$ pactl list | grep "Source" -A 5
{code}
and use "Name:" as the {{location}} field.
***** {{file}}: The file name where the track will be recorded.
***** {{active}}: Whether the device will be played and recorded. (True\|False)
***** {{playing}}: Indicates if the audio, apart from being recorded, is played. (True\|False)
***** {{vumeter}}: Activates data sending to the program's vumeter. (True\|False) Only one device should be activated.
***** {{amplification}}: Gstreamer amplification value: < 1 decreases and > 1 increases volume. Values between 1 and 2 are commonly used.
**** Example:
{code:none}
[track1]
flavor = presenter
{code}
*** *pulse*
**** Values in audio (pulse) devices:
***** {{name}}: Name assigned to the device.
***** {{device}}: Device type. (v4l2\|vga2usb\|webcam\|hauppage\|pulse)
***** {{flavor}}: Matterhorn "flavor" associated to the track. (presenter\|presentation\|other)
***** {{location}}: Device's mount point in the system (e.g. /dev/video0).
****** For PulseAudio devices run:
{code:none}
$ pactl list | grep "Source" -A 5
{code}
and use "Name:" as the {{location}} field.
***** {{file}}: The file name where the track will be recorded.
***** {{active}}: Whether the device will be played and recorded. (True\|False)
***** {{playing}}: Indicates if the audio, apart from being recorded, is played. (True\|False)
***** {{vumeter}}: Activates data sending to the program's vumeter. (True\|False) Only one device should be activated.
***** {{amplification}}: Gstreamer amplification value: < 1 decreases and > 1 increases volume. Values between 1 and 2 are commonly used.
**** Example:
{code:none}
[track1]
name = Hauppagge
loc2 = /dev/hauprevideo
loc3 = /dev/haupreaudio
location = /dev/haucamera
file = CAMERA.mpg
device = hauppage
flavor = presenter
active = False

[track2]
name = Epiphan
active = False
location = /dev/screen
file = SCREEN.avi
device = vga2usb
flavor = presentation

[track3]
amplification = 2.0
name = AudioSource
vumeter = Active
location = alsa_input.usb-046d_081d_96D1FD90-00-U0x46d0x81d.analog-mono
file = sound.mp3
device = pulse
flavor = presenter
active = False
playing = False

[track4]
name = Webcam
videocrop-left = 160
videocrop-right = 160
caps = image/jpeg,framerate=25/1,width=1280,height=720
active = False
location = /dev/webcam
file = CAMERA.avi
device = mjpeg
flavor = presenter
{code}
*** *pulse*
**** Values in audio (pulse) devices:
***** {{name}}: Name assigned to the device.
***** {{device}}: Device type. (v4l2\|vga2usb\|webcam\|hauppage\|pulse)
***** {{flavor}}: Matterhorn "flavor" associated to the track. (presenter\|presentation\|other)
***** {{location}}: Device's mount point in the system (e.g. /dev/video0).
****** For PulseAudio devices run:
{code:none}
$ pactl list | grep "Source" -A 5
{code}
and use "Name:" as the {{location}} field.
***** {{file}}: The file name where the track will be recorded.
***** {{active}}: Whether the device will be played and recorded. (True\|False)
***** {{playing}}: Indicates if the audio, apart from being recorded, is played. (True\|False)
***** {{vumeter}}: Activates data sending to the program's vumeter. (True\|False) Only one device should be activated.
***** {{amplification}}: Gstreamer amplification value: < 1 decreases and > 1 increases volume. Values between 1 and 2 are commonly used.
**** Example:
{code:none}
[track1]
name = Hauppagge
loc2 = /dev/hauprevideo
loc3 = /dev/haupreaudio
location = /dev/haucamera
file = CAMERA.mpg
device = hauppage
flavor = presenter
active = False

[track2]
name = Epiphan
active = False
location = /dev/screen
file = SCREEN.avi
device = vga2usb
flavor = presentation

[track3]
amplification = 2.0
name = AudioSource
vumeter = Active
location = alsa_input.usb-046d_081d_96D1FD90-00-U0x46d0x81d.analog-mono
file = sound.mp3
device = pulse
flavor = presenter
active = False
playing = False

[track4]
name = Webcam
videocrop-left = 160
videocrop-right = 160
caps = image/jpeg,framerate=25/1,width=1280,height=720
active = False
location = /dev/webcam
file = CAMERA.avi
device = mjpeg
flavor = presenter
{code}



h6. 5.\- Running