Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Spanish guidelines.
561570 of 936 results
561.
goom image height
altura de imagen goom
Translated by Carlos E. Robinson M.
Reviewed by Carlos E. Robinson M.
Cer: ¿goom?
Located in src/post/goom/xine_goom.c:217
562.
The height in pixels of the image to be generated.
La altura en píxeles de la imagen a ser generada.
Translated by Carlos E. Robinson M.
Reviewed by Carlos E. Robinson M.
Located in src/post/goom/xine_goom.c:218
563.
colour space conversion method
método de conversión del espacio de color
Translated by Carlos E. Robinson M.
Located in src/post/goom/xine_goom.c:224
564.
You can choose the colour space conversion method used by goom.
The available selections should be self-explaining.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
Puede escoger el método de conversión del espacio de color usado por goom.
Las selecciones disponibles deberían ser autoexplicativas.
Translated by Carlos E. Robinson M.
Cer: ¿goom?
Located in src/post/goom/xine_goom.c:225
565.
Mosaico does simple picture in picture effects.

Parameters
pip_num: the number of the picture slot the following settings apply to
x: the x coordinate of the left upper corner of the picture
y: the y coordinate of the left upper corner of the picture
w: the width of the picture
h: the height of the picture
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Mosaico hace efectos simples de imagen en imagen.

Parámetros
pip_num: el número de la ranura {slot} de la imagen a la que aplica los siguientes ajustes
x: la coordenada x de la esquina superior izquierda de la imagen
y: la coordenada y de la esquina superior izquierda de la imagen
w: anchura de la imagen
h: altura de la imagen
Translated by Carlos E. Robinson M.
Reviewed by Carlos E. Robinson M.
Located in src/post/mosaico/mosaico.c:274
566.
Switch can be used for fast switching between multiple inputs.

Parameters
select: the number of the input which will be passed to the output
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Switch (conmutador) puede ser usado para conmutar rápidamente entre múltiples entradas.

Parámetros
select (seleccionar): el número de la entrada que se pasará a la salida
Translated by Carlos E. Robinson M.
Reviewed by Carlos E. Robinson M.
Located in src/post/mosaico/switch.c:228
567.
Box blur does a simple blurring of the image.

Parameters
Radius: size of the filter
Power: how often the filter should be applied

* mplayer's boxblur (C) 2002 Michael Niedermayer
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Box blur (caja borrosa) hace un emborronamiento simple de la imagen.

Parámetros
Radius (radio): tamaño del filtro
Power (potencia): cuan a menudo debería ser aplicado el filtro

* mplayer's boxblur (C) 2002 Michael Niedermayer
Translated by Carlos E. Robinson M.
Reviewed by Carlos E. Robinson M.
Located in src/post/planar/boxblur.c:105
568.
This filter aims to reduce image noise producing smooth images and making still images really still (This should enhance compressibility.). It can be given from 0 to 3 parameters. If you omit a parameter, a reasonable value will be inferred.

Parameters
Luma: Spatial luma strength (default = 4)
Chroma: Spatial chroma strength (default = 3)
Time: Temporal strength (default = 6)

* mplayer's denoise3d (C) 2003 Daniel Moreno
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Este filtro trata de reducir el ruido de imagen produciendo imágenes suaves y haciendo la foto fija realmente fija (esto debería mejorar la compresibilidad). Puede dársele de 0 a 3 parámetros. Si omite un parámetro, se inferirá un valor razonable

Parámetros
Luma (¿luminancia)?: Fuerza espacial de luma (por defecto = 4)
Chroma (crominancia): Fuerza espacial de chroma (por defecto = 3)
Time (tiempo): Fuerza temporal (por defecto = 6)

* mplayer's denoise3d (C) 2003 Daniel Moreno
Translated by Carlos E. Robinson M.
Reviewed by Paco Molinero
Located in src/post/planar/denoise3d.c:138
569.
Software equalizer with interactive controls just like the hardware equalizer, for cards/drivers that do not support brightness and contrast controls in hardware.

Parameters
brightness
contrast

Note: It is possible to use frontend's control window to set these parameters.

* mplayer's eq (C) Richard Felker
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Ecualizador en software con controles interactivos justo como el ecualizador en hardware, para tarjetas/drivers que no soportan controles de brillo y contraste en hardware.

Parámetros
brightness (brillo)
contrast (contraste)

Note: es posible usar los la ventana de control de la interfaz para ajustar estos parámetros.

* mplayer's eq (C) Richard Felker
Translated by Carlos E. Robinson M.
Reviewed by Carlos E. Robinson M.
Located in src/post/planar/eq.c:188
570.
Alternative software equalizer that uses lookup tables (very slow), allowing gamma correction in addition to simple brightness, contrast and saturation adjustment.
Note that it uses the same MMX optimized code as 'eq' if all gamma values are 1.0.

Parameters
gamma
brightness
contrast
saturation
rgamma (gamma for the red component)
ggamma (gamma for the green component)
bgamma (gamma for the blue component)

Value ranges are 0.1 - 10 for gammas, -2 - 2 for contrast (negative values result in a negative image), -1 - 1 for brightness and 0 - 3 for saturation.

* mplayer's eq2 (C) Hampa Hug, Daniel Moreno, Richard Felker
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Ecualizador en software alternativo que usa tablas de búsqueda (muy lento), permitiendo corrección gamma además de ajustes simples de brillo, contraste y saturación.
Observe que usa el mísmo código optimizado para MMX que 'eq' si todos los valores gamma son 1.0

Parámetros
gamma
brightness (brillo)
contrast (contraste)
saturation (saturación)
rgamma (gamma para el componente rojo)
ggamma (gamma para el componente verde)
bgamma (gamma para el componente azul)

Los rangos de valores son 0.1 - 10 para los gammas, -2 - 2 para contraste (valores negativos producen una imagen negativa), -1 - 1 para brillo y 0 - 3 para saturación.

* mplayer's eq2 (C) Hampa Hug, Daniel Moreno, Richard Felker
Translated by Carlos E. Robinson M.
Reviewed by Carlos E. Robinson M.
Located in src/post/planar/eq2.c:361
561570 of 936 results

This translation is managed by Ubuntu Spanish Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: AlejandroLeon, Antonio Maldonado, ArtheCrow, Benjamín Valero Espinosa, Carlos E. Robinson M., Daniel Fuertes Pérez (DaniFP), David Gómez, Diego, Eduardo Robles Elvira, Enrique Núñez Pérez, Evan R. Murphy, Fede3c, Felipe Lerena, Fran Casas, Guillermo Gutiérrez, Ignacio Lago Fontán, Iker - eL FRuTeRo, Juan Manuel García Molina, Julian Alarcon, Monkey, Paco Molinero, Ricardo Pérez López, Santiago Lunar, ShreK, darolu, gnuckx, jggrez.