msgid "This program extracts specific parts from a &matroska; file to other useful formats. The first argument is the name of the source file which must be a &matroska; file."
msgstr "Este programa extrae partes específicas de un archivo &matroska; a otros formatos. El primer argumento es el nombre del archivo origen que debe ser un archivo &matroska;."
msgid "All other arguments either switch to a certain extraction mode, change options for the currently active mode or specify what to extract into which file. Multiple modes can be used in the same invocation of mkvextract allowing the extraction of multiple things in a single pass. Most options can only be used in certain modes with a few options applying to all modes."
msgstr "Todos los argumentos cambian a un modo de extracción concreto, cambian las opciones del modo actualmente activo o especifican qué extraer a cierto archivo. Varios modos se pueden usar en la misma invocación de mkvextract permitiendo la extracción de múltiples elementos de una sola vez. La mayoría de las opciones sólo se pueden usar en ciertos modos con algunas opciones que se aplican a todos los modos."
msgid "Sets the parse mode to 'full'. The default mode does not parse the whole file but uses the meta seek elements for locating the required elements of a source file. In 99% of all cases this is enough. But for files that do not contain meta seek elements or which are damaged the user might have to use this mode. A full scan of a file can take a couple of minutes while a fast scan only takes seconds."
msgstr "Establece el modo de análisis a 'completo'. El modo predeterminado no analiza el archivo entero pues usa la búsqueda de elementos de metadatos para localizar los elementos necesarios de un archivo origen. En un 99% de todos los casos es suficiente. Pero para archivos que no contienen elementos de metadatos o que están dañados, el usuario debería usar este modo. Un análisis completo de un archivo puede requerir bastantes minutos mientras que un análisis rápido sólo lleva unos segundos. "
msgstr "Establece el conjunto de caracteres a convertir las cadenas de texto dadas desde la línea de comandos. Por defecto, se ajusta al conjunto de caracteres dado por la configuración local del sistema. "
msgid "Sets the character set to which strings are converted that are to be output. It defaults to the character set given by system's current locale."
"Establece el conjunto de caracteres para convertir las cadenas de texto que serán usadas en el archivo de salida. Por defecto, se ajusta al conjunto de caracteres dado por la configuración local del sistema. "
msgid "Writes all messages to the file <parameter>file-name</parameter> instead of to the console. While this can be done easily with output redirection there are cases in which this option is needed: when the terminal reinterprets the output before writing it to a file. The character set set with <link linkend=\"mkvextract.description.common.output_charset\"><option>--output-charset</option></link> is honored."
msgstr "Escribe todos los mensajes al archivo <parameter>nombre-archivo</parameter> en vez de en la consola. Aunque esto se puede hacer fácilmente con la opción de redirección hay casos en los que es necesaria esta opción: cuando el terminal reinterpreta la salida antes de escribirlo al archivo. El conjunto de caracteres establecido con <link linkend=\"mkvextract.description.common.output_charset\"><option>--output-charset</option></link> se respeta. "
msgid "Tells the program to flush all data cached in memory to storage when closing files opened for writing. This can be used to prevent data loss on power outages or to circumvent certain problems in the operating system or drivers. The downside is that multiplexing will take longer as mkvmerge will wait until all data has been written to the storage before exiting. See issues #2469 and #2480 on the MKVToolNix bug tracker for in-depth discussions on the pros and cons."
msgstr "Le dice al programa que libere de datos la memoria cache cuando se cierren los archivos para su escritura. Esto se puede usar para evitar la pérdida de datos en cortes de energía o para evitar ciertos problemas en el sistema operativo o los controladores. La desventaja es que el multiplexado tardará más, ya que mkvmerge deberá esperar hasta que todos los datos se hayan escrito en el almacenamiento antes de salir. Ver falos #2469 y #2480 en el servidor de MKVToolNix para analizar los pros y los contras en profundidad. "
msgid "Forces the translations for the language <parameter>code</parameter> to be used (e.g. '<literal>de_DE</literal>' for the German translations). Entering '<literal>list</literal>' as the <parameter>code</parameter> will cause the program to output a list of available translations."
msgstr "Fuerza la traducción al <parameter>código</parameter> de idioma que será usado (p.e. '<literal>de_DE</literal>' para la traducción al Alemán). Introduciendo '<literal>list</literal>' como <parameter>código</parameter> provocará que el programa muestre una lista de las traducciones disponibles. "
msgid "Turn on experimental features. A list of available features can be requested with <command>mkvextract --engage list</command>. These features are not meant to be used in normal situations."
msgstr "Habilita características experimentales. Una lista de características disponibles puede ser solicitada con la instrucción <command>mkvextract --engage list</command>. Estas características no están indicadas para ser usadas en situaciones normales. "
msgid "Turns on GUI mode. In this mode specially-formatted lines may be output that can tell a controlling GUI what's happening. These messages follow the format '<literal>#GUI#message</literal>'. The message may be followed by key/value pairs as in '<literal>#GUI#message#key1=value1#key2=value2…</literal>'. Neither the messages nor the keys are ever translated and always output in English."
msgstr "Habilita el modo GUI. En este modo las líneas especialmente formateadas pueden ser generadas para decirle a un control de la GUI lo que está pasando. Estos mensajes se rigen bajo el formato '<literal>#GUI#mensaje</literal>'. El mensaje puede ser continuado por pares de valores/claves como en '<literal>#GUI#mensaje#clave1=valor1#clave2=valor2…</literal>'. Ni los mensajes ni las claves pueden ser traducidas y siempre se generan en inglés. "
msgid "Reads additional command line arguments from the file <parameter>options-file</parameter>. For a full explanation on the supported formats for such files see the section called \"Option files\" in the &mkvmerge; man page."
msgstr "Lee argumentos adicionales de la línea de comandos desde el archivo <parameter>archivo-opciones</parameter>. Para más información sobre los formatos admitidos para esos archivos mire la sección acerca de \"archivos de opciones\" en la página del manual de &mkvmerge;"
msgid "The following command line options are available for each track in the '<literal>tracks</literal>' extraction mode. They have to appear in front of the track specification (see below) they should be applied to."
msgstr "Las siguientes opciones de línea de comandos están disponibles para cada pista en el modo de extracción de pistas ('<literal>tracks</literal>'). Tienen que aparecer delante de la especificación de pista a las que se deben aplicar (ver abajo). "
msgid "Sets the character set to convert the next text subtitle track to. Only valid if the next track ID targets a text subtitle track. It defaults to UTF-8."
msgstr "Establece el conjunto de caracteres para convertir el texto de la siguiente pista de subtítulo. Sólo es válido si el ID de la siguiente pista corresponde a un subtítulo. Por defecto usa UTF-8. "
msgid "Keep only the BlockAdditions up to this level. The default is to keep all levels. This option only affects certain kinds of codecs like WAVPACK4."
msgstr "Conserva el BlockAdditions sólo hasta este nivel. Por defecto conserva todos los niveles. Esta opción sólo afecta a ciertos tipos de códecs como WAVPACK4. "
msgid "Causes &mkvextract; to extract a <abbrev>CUE</abbrev> sheet from the chapter information and tag data for the following track into a file whose name is the track's output name with '<literal>.cue</literal>' appended to it."
msgstr "Provoca que &mkvextract; extraiga un <abbrev>CUE</abbrev> sheet desde la información de capítulos y etiquetas para la siguiente pista, a un archivo cuyo nombre es el del archivo de salida junto con la extensión '<literal>.cue</literal>'."
msgid "Extracts the raw data into a file without any container data around it. Unlike the <link linkend=\"mkvextract.description.tracks.fullraw\"><option>--fullraw</option></link> flag this flag does not cause the contents of the <classname>CodecPrivate</classname> element to be written to the file. This mode works with all <classname>CodecIDs</classname>, even the ones that &mkvextract; doesn't support otherwise, but the resulting files might not be usable."
msgstr "Extrae los datos en bruto (raw) a un archivo sin contenedor. A diferencia de <link linkend=\"mkvextract.description.tracks.fullraw\"><option>--fullraw</option></link> esta opción no provoca que el contenido del elemento <classname>CodecPrivate</classname> se escriba en el archivo. Este modo funciona sólo con todos los <classname>CodecIDs</classname>, incluso con los que &mkvextract; no sea compatible pero los archivos resultantes podrían ser inutilizables. "
msgid "Extracts the raw data into a file without any container data around it. The contents of the <classname>CodecPrivate</classname> element will be written to the file first if the track contains such a header element. This mode works with all <classname>CodecIDs</classname>, even the ones that &mkvextract; doesn't support otherwise, but the resulting files might not be usable."
msgstr "Extrae los datos en bruto (raw) a un archivo sin contenedor. El contenido del elemento <classname>CodecPrivate</classname> se escribirá en el primer archivo si la pista contiene ese elemento en el encabezado. Este modo funciona sólo con todos los <classname>CodecIDs</classname>, incluso con los que &mkvextract; no sea compatible pero los archivos resultantes podrían ser inutilizables. "
msgid "Causes extraction of the track with the ID <parameter>TID</parameter> into the file <parameter>outname</parameter> if such a track exists in the source file. This option can be given multiple times. The track IDs are the same as the ones output by &mkvmerge;'s <option>--identify</option> option."
msgstr "Provoca la extracción de la pista con el ID <parameter>TID</parameter> a un archivo con el <parameter>nombre-salida</parameter> si dicha pista existe en el archivo fuente. Esta opción puede ser usada múltiples veces. Los IDs de la pista son los mismos que muestra &mkvmerge; con la opción <option>--identify</option>."
msgid "Each output name should be used only once. The exception are RealAudio and RealVideo tracks. If you use the same name for different tracks then those tracks will be saved in the same file. Example:"
msgstr "Cada nombre de salida sólo debe ser usado una vez. La única excepción son las pistas RealAudio y RealVideo. Si usas el mismo nombre para pistas diferentes entonces estas pistas serán almacenadas en el mismo archivo. Ejemplo: "
msgid "Causes extraction of the attachment with the ID <parameter>AID</parameter> into the file <parameter>outname</parameter> if such an attachment exists in the source file. If the <parameter>outname</parameter> is left empty then the name of the attachment inside the source &matroska; file is used instead. This option can be given multiple times. The attachment IDs are the same as the ones output by &mkvmerge;'s <option>--identify</option> option."
msgstr "Provoca la extracción del adjunto con el ID <parameter>AID</parameter> a un archivo con el <parameter>nombre-salida</parameter> si dicho adjunto existe en el archivo fuente. Si el <parameter>nombre-salida</parameter> se deja vacío entonces será usado el nombre del adjunto en el archivo &matroska;. Esta opción puede ser usada múltiples veces. Los IDs de los adjuntos son los mismos que muestra &mkvmerge; con la opción <option>--identify</option>. "
msgid "Exports the chapter information in the simple format used in the <abbrev>OGM</abbrev> tools (CHAPTER01=..., CHAPTER01NAME=...). In this mode some information has to be discarded. Default is to output the chapters in &xml; format."
msgstr "Exporta la información de capítulos en un formato simple usado en las herramientas de <abbrev>OGM</abbrev> (CAPITULO01=..., CAPITULO01NOMBRE=...). En este modo alguna información será descartada. Por defecto la salida de los capítulos están en formato XML. "
msgid "If the simple format is enabled then &mkvextract; will only output a single entry for each chapter atom encountered even if a chapter atom contains more than one chapter name. By default &mkvextract; will use the first chapter name found for each atom regardless of its language."
msgstr "Si se habilita el formato simple entonces &mkvextract; sólo generará una única entrada de cada capítulo atom encontrado incluso si un capítulo atom contiene más de un nombre de capítulos. Por defecto &mkvextract; usará el primer nombre de capítulos que encuentre para cada atom, independientemente de su idioma. "
msgid "Using this option allows the user to determine which chapter names are output if atoms contain more than one chapter name. The <parameter>language</parameter> parameter must be an ISO 639-1 or ISO 639-2 code."
msgstr "Usar esta opción permite al usuario determinar que nombres de capítulos se generan si los atoms contienen más de un nombre de capítulos. El parámetro <parameter>language</parameter> debe ser un código ISO 639-1 o ISO 639-2."
msgid "The chapters are written to specified output file. By default the &xml; format understood by &mkvmerge; is used. If no chapters are found in the file, the output file is not created."
msgstr "Los capítulos se escriben a un archivo de salida especificado. Por defecto, se utiliza el formato &xml; que es interpretado por &mkvmerge;. Si en el archivo no hay capítulos, el archivo de salida no será creado."
msgid "The tags are written to specified output file in the &xml; format understood by &mkvmerge;. If no tags are found in the file, the output file is not created."
msgstr "Las etiquetas se escriben a un archivo de salida especificado en el formato &xml; que es interpretado por &mkvmerge;. Si en el archivo no hay etiquetas, el archivo de salida no será creado."
msgstr "La tabla de contenidos -cue sheet- se escribe a un archivo de salida especificado. Si en el archivo no hay capítulos o etiquetas, el archivo de salida no será creado."
msgid "Causes extraction of the timestamps for the track with the ID <parameter>TID</parameter> into the file <parameter>outname</parameter> if such a track exists in the source file. This option can be given multiple times. The track IDs are the same as the ones output by &mkvmerge;'s <option>--identify</option> option."
msgstr "Provoca la extracción de los timestamps para la pista con el ID <parameter>TID</parameter> a un archivo con el <parameter>nombre-salida</parameter> si dicha pista existe en el archivo origen. Esta opción puede ser usada múltiples veces. Los IDs de la pista son los mismos que muestra &mkvmerge; con la opción <option>--identify</option>."
msgid "Causes extraction of the cues for the track with the ID <parameter>TID</parameter> into the file <parameter>outname</parameter> if such a track exists in the source file. This option can be given multiple times. The track IDs are the same as the ones output by &mkvmerge;'s <option>--identify</option> option and not the numbers contained in the <classname>CueTrack</classname> element."
msgstr "Provoca la extracción de los cues (índices) para la pista con el ID <parameter>TID</parameter> a un archivo con el <parameter>nombre-salida</parameter> si dicha pista existe en el archivo origen. Esta opción puede ser usada múltiples veces. Los IDs de la pista son los mismos que muestra &mkvmerge; con la opción <option>--identify</option> y no los números contenidos en el elemento <classname>CueTrack</classname>. "
msgid "The format output is a simple text format: one line per <classname>CuePoint</classname> element with <literal>key=value</literal> pairs. If an optional element is not present in a <classname>CuePoint</classname> (e.g. <classname>CueDuration</classname>) then a dash will be output as the value."
msgstr "El formato de salida es un simple formato de texto: una línea por cada elemento <classname>CuePoint</classname> con <literal>clave=valor</literal>. Si un elemento opcional no existe en un <classname>CuePoint</classname> (p.e. <classname>CueDuration</classname>) entonces un guión será devuelto como valor."
msgstr "El código de tiempo del cue point con precisión de nanosegundos. El formato es <literal>HH:MM:SS.nnnnnnnnn</literal>. Este elemento siempre se establece. "
msgid "Inside the &matroska; file the <classname>CueClusterPosition</classname> is relative to the segment's data start offset. The value output by &mkvextract;'s cue extraction mode, however, contains that offset already and is an absolute offset from the beginning of the file."
msgstr "Dentro del archivo &matroska; el <classname>CueClusterPosition</classname> se refiere a la compensación (offset) de los datos de inicio del segmento. El valor de salida es dado por el modo de extracción de cue de &mkvextract;, sin embargo ya contiene esa compensación y que es absoluta a partir del inicio del archivo. "
msgid "The relative position in bytes inside the cluster where the <classname>BlockGroup</classname> or <classname>SimpleBlock</classname> element the cue point refers to starts."
msgstr "La posición relativa en bytes dentro del clúster en donde el elemento <classname>BlockGroup</classname> o <classname>SimpleBlock</classname> es el cue point que se refiere al inicio. "
msgid "Inside the &matroska; file the <classname>CueRelativePosition</classname> is relative to the cluster's data start offset. The value output by &mkvextract;'s cue extraction mode, however, is relative to the cluster's ID. The absolute position inside the file can be calculated by adding <literal>cluster_position</literal> and <literal>relative_position</literal>."
msgstr "Dentro del archivo &matroska; el <classname>CueRelativePosition</classname> se refiere a la compensación de los datos de inicio del clúster. El valor de salida es dado por el modo de extracción de cue de &mkvextract;, sin embargo es relativo al ID del clúster. La posición absoluta dentro del archivo puede ser calculada por añadir <literal>cluster_position</literal> y <literal>relative_position</literal>."
msgstr "$ mkvextract \"Otra pelicula.mkv\" tracks 0:video.h265 \"1:audio principal.aac\" \"2:comentarios del director.aac\" timestamps_v2 \"0:marcas tiempo del video.txt\" \"1:marcas de tiempo del audio principal.txt\" \"2:marcas de tiempo de los comentarios del director.txt\""
msgid "For an in-depth discussion about how all tools in the MKVToolNix suite handle character set conversions, input/output encoding, command line encoding and console encoding please see the identically-named section in the &mkvmerge; man page."
msgstr "Para una discusión en profundidad sobre como la suite de MkvToolNix manipula las conversiones de caracteres, la codificación entrada/salida y la codificación de la línea de comandos y consola, por favor consulte la sección llamada de igual manera en la pagina del manual para &mkvmerge;."
msgid "The decision about the output format is based on the track type, not on the extension used for the output file name. The following track types are supported at the moment:"
msgstr "La decisión sobre el tipo de formato se basa en el tipo de pista y no en la extensión usada en el nombre del archivo de salida. Por ahora, los siguientes tipos de pista son compatibles:"
msgid "All <abbrev>AAC</abbrev> files will be written into an <abbrev>AAC</abbrev> file with <abbrev>ADTS</abbrev> headers before each packet. The <abbrev>ADTS</abbrev> headers will not contain the deprecated emphasis field."
msgstr "Todos los archivos <abbrev>AAC</abbrev> se escribirán en un archivo <abbrev>AAC</abbrev> con encabezados <abbrev>ADTS</abbrev> antes de cada paquete. Los encabezados <abbrev>ADTS</abbrev> no contendrán el obsoleto campo de énfasis. "
msgid "Raw <abbrev>PCM</abbrev> data will be written to a <abbrev>WAV</abbrev> file. Big-endian integer data will be converted to little-endian data in the process."
msgstr "Los datos <abbrev>PCM</abbrev> sin procesar serán escritos al archivo <abbrev>WAV</abbrev>. Los datos enteros big-endian se convertirán en datos little-endian en el proceso."
msgid "<productname>TrueAudio</productname> tracks are written to <abbrev>TTA</abbrev> files. Please note that due to &matroska;'s limited timestamp precision the extracted file's header will be different regarding two fields: <varname>data_length</varname> (the total number of samples in the file) and the <abbrev>CRC</abbrev>."
msgstr "Las pistas <productname>TrueAudio</productname> se escriben en archivos <abbrev>TTA</abbrev>. Por favor, tenga en cuenta que debido a la precisión limitada de los códigos de tiempo de &matroska;, el encabezado del archivo extraído será diferente con respecto a dos campos: <varname>data_length</varname> (el número total de muestras en el archivo) y el <abbrev>CRC</abbrev>."
msgid "<abbrev>SSA</abbrev> and <abbrev>ASS</abbrev> text subtitles will be written as <abbrev>SSA</abbrev>/<abbrev>ASS</abbrev> files respectively."
msgstr "Los subtítulos de texto <abbrev>SSA</abbrev> y <abbrev>ASS</abbrev> se escribirán como archivos <abbrev>SSA</abbrev>/<abbrev>ASS</abbrev>, respectivamente. "
msgid "<productname>VobSub</productname> subtitles will be written as <abbrev>SUB</abbrev> files along with the respective index files, as <abbrev>IDX</abbrev> files."
msgstr "Los subtítulos <productname>VobSub</productname> se escribirán como archivos <abbrev>SUB</abbrev> junto con sus respectivos archivos de índice <abbrev>IDX</abbrev>. "
msgid "<abbrev>H.264</abbrev> / <abbrev>AVC</abbrev> video tracks are written to <abbrev>H.264</abbrev> elementary streams which can be processed further with e.g. <productname>MP4Box</productname> from the <productname>GPAC</productname> package."
msgstr "Las pistas de video <abbrev>H.264</abbrev> / <abbrev>AVC</abbrev> se escriben en secuencias elementales <abbrev>H.264</abbrev> que pueden ser procesadas posteriormente, por ejemplo con <productname>MP4Box</productname> del paquete <productname>GPAC</productname>. "
msgid "<abbrev>H.265</abbrev> / <abbrev>HEVC</abbrev> video tracks are written to <abbrev>H.265</abbrev> elementary streams which can be processed further with e.g. <productname>MP4Box</productname> from the <productname>GPAC</productname> package."
msgstr "Las pistas de video <abbrev>H.265</abbrev>/<abbrev>HEVC</abbrev> serán escritas a secuencias básicas <abbrev>H.265</abbrev> que pueden ser procesadas posteriormente, por ejemplo, con <productname>MP4Box</productname> del paquete <productname>GPAC</productname>. "
msgid "Fixed <abbrev>FPS</abbrev> video tracks with this <classname>CodecID</classname> are written to <abbrev>AVI</abbrev> files."
msgstr "Las pistas de video con <abbrev>FPS</abbrev> fijadas con este <classname>CodecID</classname> se escriben en los archivos <abbrev>AVI</abbrev>."
msgid "Chapters are converted to a &xml; format. This format is the same that &mkvmerge; supports for reading chapters. Alternatively a stripped-down version can be output in the simple <abbrev>OGM</abbrev> style format."
msgstr "Los capítulos se convierten a formato &xml;. Este formato es el mismo que &mkvmerge; admite para leer capítulos. Alternativamente, una versión reducida puede ser generada a un simple formato de estilo <abbrev>OGM</abbrev>."
msgid "Timestamps are first sorted and then output as a timestamp v2 format compliant file ready to be fed to &mkvmerge;. The extraction to other formats (v1, v3 and v4) is not supported."
msgstr "Los códigos de tiempo se ordenan de principio a fin, y entonces se genera un archivo compatible con el formato timestamp v2 preparado para ser proporcionado a &mkvmerge;. La extracción a otros formatos (v1, v3 y v4) no son compatibles. "
msgid "<constant>1</constant> -- In this case &mkvextract; has output at least one warning, but extraction did continue. A warning is prefixed with the text '<literal>Warning:</literal>'. Depending on the issues involved the resulting files might be ok or not. The user is urged to check both the warning and the resulting files."
msgstr "<constant>1</constant> -- En este caso &mkvextract; genera una salida con al menos una advertencia, pero la extracción continuó. Una advertencia es prefijada con el texto '<literal>Advertencia:</literal>'. Dependiendo de los fallos involucrados los archivos creados serán correctos o no. El usuario es instado a que revise tanto las advertencias como los archivos creados. "
msgid "<constant>2</constant> -- This exit code is used after an error occurred. &mkvextract; aborts right after outputting the error message. Error messages range from wrong command line arguments over read/write errors to broken files."
msgstr "<constant>2</constant> -- Este código de salida es usado después de que ocurra un error. &mkvextract; aborta el proceso justo después de mostrar el mensaje de error. El rango de los mensajes de error va desde los argumentos de la línea de comandos, por delante de los errores de lectura/escritura, hasta los archivos erróneos. "
msgid "&mkvextract; uses the default variables that determine the system's locale (e.g. <varname>LANG</varname> and the <varname>LC_*</varname> family). Additional variables:"
msgstr "&mkvextract; usa las variables predefinidas que se determinan en la configuración local del sistema (p.e. <varname>LANG</varname> y la familia <varname>LC_*</varname>). Variables adicionales: "
msgid "The content is treated as if it had been passed via the <link linkend=\"mkvextract.description.debug\"><option>--debug</option></link> option."
msgstr "El contenido se trata como si se hubiese pasado a través de la opción <link linkend=\"mkvextract.description.debug\"><option>--debug</option></link>."
msgid "The content is treated as if it had been passed via the <link linkend=\"mkvextract.description.engage\"><option>--engage</option></link> option."
msgstr "El contenido se trata como si se hubiese pasado a través de la opción <link linkend=\"mkvextract.description.engage\"><option>--engage</option></link>. "
msgid "This program lists all elements contained in a &matroska;. The output can be limited to a list of tracks in the file including information about the codecs used."
msgstr "Este programa muestra una lista de todos los elementos contenidos en un archivo &matroska;. La salida puede ser limitada a una lista de pistas en un archivo incluyendo información acerca de los códecs usados. "
msgid "By default &mkvinfo; stops when it encounters the first cluster. Additionally it doesn't show certain often occurring elements. With this option &mkvinfo; will continue processing regardless of the verbosity level and show all elements."
msgstr "Por defecto &mkvinfo; se detiene cuando encuentra un primer clúster. Además, no muestra ciertos elementos que ocurren con frecuencia. Con esta opción &mkvinfo; continuará el proceso sin importar el nivel de verbosidad mostrando todos los elementos."
msgid "By default &mkvinfo; stops when it encounters the first cluster. With this option &mkvinfo; will continue processing regardless of the verbosity level."
msgstr "Por defecto &mkvinfo; se detiene cuando encuentra un primer clúster. Con esta opción &mkvinfo; continuará el proceso sin importar el nivel de verbosidad."
msgid "Writes all messages to the file <parameter>file-name</parameter> instead of to the console. While this can be done easily with output redirection there are cases in which this option is needed: when the terminal reinterprets the output before writing it to a file. The character set set with <link linkend=\"mkvinfo.description.output_charset\"><option>--output-charset</option></link> is honored."
msgstr "Escribe todos los mensajes al archivo <parameter>nombre-archivo</parameter> en vez de en la consola. Mientras esto puede ser realizado fácilmente con una redirección de salida hay casos en el que esta opción es necesaria: cuando el terminal reinterpreta la salida antes la escribe a un archivo. El conjunto de caracteres establecidos con <link linkend=\"mkvinfo.description.output_charset\"><option>--output-charset</option></link> se respeta. "
msgid "Turn on experimental features. A list of available features can be requested with <command>mkvinfo --engage list</command>. These features are not meant to be used in normal situations."
msgstr "Activa características experimentales. Una lista de características disponibles pueden ser solicitada con <command>mkvinfo --engage list</command>. Estas características no están destinadas para ser utilizadas en situaciones normales. "
msgid "Be more verbose. See the section about <link linkend=\"mkvinfo.verbosity_levels\">verbosity levels</link> for a description which information will be output at which level."
msgstr "Ser más detallado. Mire la sección acerca de <link linkend=\"mkvinfo.verbosity_levels\">niveles de detalle</link> para una descripción de que información será generada en cada nivel. "
msgid "The <link linkend=\"mkvinfo.description.verbose\"><option>-v</option></link> option can be used to increase &mkvinfo;'s verbosity level and print more information about the current file."
msgstr "La opción <link linkend=\"mkvinfo.description.verbose\"><option>-v</option></link> puede ser usada para incrementar el nivel de verbosidad &mkvinfo; e imprimir más información sobre al archivo actual. "
msgid "At level 0 &mkvinfo; will print only the track headers it finds and their types. &mkvinfo; will exit as soon as the headers are parsed completely (more technical: as soon as the first cluster is encountered). In this level the seek head entries and the cues will not be displayed -- even if they're located in front of the track information."
msgstr "En el nivel 0 &mkvinfo; imprimirá sólo los encabezados de la pista que encuentra y sus tipos. &mkvinfo; saldrá tan pronto como los encabezados sean analizados completamente (más técnico: tan pronto como el primer clúster sea encontrado). En este nivel, la búsqueda de entradas del encabezado y los índices no será mostrados -- incluso si ellos están localizados al principio de la información de la pista. "
msgid "At level 1 &mkvinfo; will also print all &matroska; elements encountered for the complete file but the seek head entries and the cue entries. If the summary mode is enabled then &mkvinfo; will output the frame position as well."
msgstr "En el nivel 1 &mkvinfo; también imprimirá todos los elementos encontrados &matroska; en todo el archivo al buscar las entradas del encabezado y del índice. Si el modo resumen está habilitado entonces &mkvinfo; también generará la posición del fotograma. "
msgid "At level 2 &mkvinfo; will also print the seek head entries, the cue entries and the file position at which each &matroska; element can be found at."
msgstr "En el nivel 2 &mkvinfo; también imprimirá las entradas buscadas del encabezado, las del índice y la posición en el archivo en el que cada elemento &matroska; pudo ser encontrado. "
msgid "At level 3 and above &mkvinfo; will print some information that is not directly connected to a &matroska; element. All other elements only print stuff about the elements that were just found. Level 3 adds meta information to ease debugging (read: it's intended for developers only). All lines written by level 3 are enclosed in square brackets to make filtering them out easy."
msgstr "En el nivel 3 y superiores &mkvinfo; imprimirá algo de información que no está directamente relacionada al elemento &matroska;. El resto de elementos sólo imprimirá datos sobre los elementos que fueron encontrados. El nivel 3 añade meta información para facilitar la depuración (leer: está indicado para desarrolladores). Todas las líneas escritas por el nivel 3 están cerradas entre corchetes para facilitar el filtrado. "
msgid "<constant>1</constant> -- In this case &mkvinfo; has output at least one warning, but the run did continue. A warning is prefixed with the text '<literal>Warning:</literal>'."
msgstr "<constant>1</constant> -- En este caso &mkvinfo; genera una salida con al menos una advertencia, pero la extracción continuó. Una advertencia es prefijada con el texto '<literal>Advertencia:</literal>'. "
msgid "<constant>2</constant> -- This exit code is used after an error occurred. &mkvinfo; aborts right after outputting the error message. Error messages range from wrong command line arguments over read/write errors to broken files."
msgstr "<constant>2</constant> -- Este código de salida es usado después de que ocurra un error. &mkvinfo; aborta el proceso justo después de mostrar el mensaje de error. El rango de los mensajes de error va desde los argumentos de la línea de comandos, por delante de los errores de lectura/escritura, hasta los archivos erróneos. "
msgid "&mkvinfo; uses the default variables that determine the system's locale (e.g. <varname>LANG</varname> and the <varname>LC_*</varname> family). Additional variables:"
msgstr "&mkvinfo; usa las variables predefinidas que se determinan en la configuración local del sistema (p.e. <varname>LANG</varname> y la familia <varname>LC_*</varname>). Variables adicionales: "
msgid "The content is treated as if it had been passed via the <link linkend=\"mkvinfo.description.debug\"><option>--debug</option></link> option."
msgstr "El contenido se trata como si se hubiese pasado a través de la opción <link linkend=\"mkvinfo.description.debug\"><option>--debug</option></link>."
msgid "The content is treated as if it had been passed via the <link linkend=\"mkvinfo.description.engage\"><option>--engage</option></link> option."
msgstr "El contenido se trata como si se hubiese pasado a través de la opción <link linkend=\"mkvinfo.description.engage\"><option>--engage</option></link>."
msgid "This program takes the input from several media files and joins their streams (all of them or just a selection) into a &matroska; file; see <ulink url=\"http://www.matroska.org/\">the &matroska; website</ulink>."
msgstr "Esto programa toma los archivos multimedia de entrada y une sus secuencias (todas ellas o sólo las seleccionadas) en un archivo &matroska;; mire <ulink url=\"http://www.matroska.org/\">la página web de Matroska</ulink>."
msgid "The order of command line options is important. Please read the section <link linkend=\"mkvmerge.option_order\">"Option order"</link> if you're new to the program."
msgstr "El orden de las opciones en la línea de comandos es importante. Por favor, lea la sección <link linkend=\"mkvmerge.option_order\">"Orden de opciones"</link> si eres nuevo usando el programa. "
msgid "Write to the file <parameter>file-name</parameter>. If splitting is used then this parameter is treated a bit differently. See the explanation for the <link linkend=\"mkvmerge.description.split\"><option>--split</option></link> option for details."
msgstr "Escribe el <parameter>nombre-archivo</parameter>. Si la división es usada entonces este parámetro es tratado de distinta manera. Mire la explicación sobre la opción <link linkend=\"mkvmerge.description.split\"><option>--split</option></link> para obtener más detalles. "
msgid "Create a WebM compliant file. This is also turned on if the output file name's extension is "webm". This mode enforces several restrictions. The only allowed codecs are VP8, VP9 video and Opus, Vorbis audio tracks. The DocType header item is changed to "webm"."
msgstr "Crea un archivo compatible WebM. Esto también se habilita si el nombre de la extensión del archivo de salida es "webm". Este modo impone ciertas restricciones. Los únicos códecs permitidos son VP8, VP9 para video y Opus, Vorbis para pistas de audio. La entrada DocType de la cabecera se cambia a "webm"."
msgid "For chapters and tags only a subset of elements are allowed. &mkvmerge; will automatically remove all elements not allowed by the specification."
msgstr "Para capítulos y etiquetas sólo se permite un subconjunto de elementos. &mkvmerge; eliminará automáticamente todos los elementos no permitidos por la especificación. "
msgid "Sets the default language code that will be used for tracks for which no language is set with the <link linkend=\"mkvmerge.description.language\"><option>--language</option></link> option and for which the source container doesn't provide a language."
msgstr "Establece el código de lenguaje predefinido que será usado para todas las pistas a menos que se sobrescriban con la opción <link linkend=\"mkvmerge.description.language\"><option>--language</option></link>. "
msgid "Read segment information from a <abbrev>XML</abbrev> file. This file can contain the segment family <abbrev>UID</abbrev>, segment <abbrev>UID</abbrev>, previous and next segment <abbrev>UID</abbrev> elements. An example file and a <abbrev>DTD</abbrev> are included in the MKVToolNix distribution."
msgstr "Lee la información del segmento a partir de un archivo <abbrev>XML</abbrev>. Este archivo puede contener el <abbrev>UID</abbrev> de la familia del segmento: el <abbrev>UID</abbrev> del segmento, el <abbrev>UID</abbrev> del segmento anterior y el <abbrev>UID</abbrev> del segmento siguiente. Un archivo de muestra así como un <abbrev>DTD</abbrev> están incluidos en el paquete de MKVToolNix. "
msgid "See the section about <link linkend=\"mkvmerge.segmentinfo\">segment info XML files</link> below for details."
msgstr "Mire la sección de más adelante sobre <link linkend=\"mkvmerge.segmentinfo\">los archivos XML de información del segmento</link> para más detalles. "
msgid "Sets the segment UIDs to use. This is a comma-separated list of 128-bit segment UIDs in the usual UID form: hex numbers with or without the "0x" prefix, with or without spaces, exactly 32 digits."
msgstr "Establece los UIDs del segmento que se usarán. Esto es una lista separada por comas con UIDs del segmento con una longitud de 128 bits en la forma típica del UID: números hexadecimales con o sin el prefijo "0x" con o sin espacios y siendo 32 dígitos exactos."
msgid "Each file created contains one segment, and each segment has one segment UID. If more segment UIDs are specified than segments are created then the surplus UIDs are ignored. If fewer UIDs are specified than segments are created then random UIDs will be created for them."
msgstr "Cada archivo creado contiene un segmento, y cada segmento tiene un SID (UID del segmento). Si se especifican más SIDs que segmentos entonces los UIDs que sobren son ignorados. Si se especifican menos UIDs que segmentos entonces se crearán de manera aleatoria los UIDs que faltan. "
msgid "Sets the ISO 639-2 language code that is written for each chapter entry. Defaults to '<literal>eng</literal>'. See the section about <link linkend=\"mkvmerge.chapters\">chapters</link> below for details."
msgstr "Establece el código de idioma ISO 639-2 que se escribe en cada entrada de capítulo. Por defecto se establece a '<literal>eng</literal>'. Mire la sección de más adelante sobre <link linkend=\"mkvmerge.chapters\">los capítulos</link> para obtener más detalles. "
msgid "This option can be used both for simple chapter files and for source files that contain chapters but no information about the chapters' language, e.g. MP4 and OGM files."
msgstr "Esta opción puede ser usada tanto para archivos simples de capítulos como para archivos de entrada que contengan capítulos sin información del idioma de los capítulos, p.e. archivos MP4 y OGM. "
msgid "The language set with this option is also used when chapters are generated with the <link linkend=\"mkvmerge.description.generate_chapters\"><option>--generate-chapters</option> option</link>."
msgstr "El idioma establecido con esta opción se usa también cuando los capítulos se generan con la <link linkend=\"mkvmerge.description.generate_chapters\"><option>--generate-chapters</option> opción</link>."
msgid "Sets the character set that is used for the conversion to UTF-8 for simple chapter files. See the section about <link linkend=\"mkvmerge.text_files_and_charsets\">text files and character sets</link> for an explanation how &mkvmerge; converts between character sets."
msgstr "Establece el conjunto de caracteres que se usará para la conversión a UTF-8 para archivos simples de capítulos. Mire la sección sobre <link linkend=\"mkvmerge.text_files_and_charsets\">la conversión de archivos de texto y conjunto de caracteres</link> para ver una explicación sobre cómo &mkvmerge; realiza la conversión entre conjunto de caracteres. "
msgid "This switch does also apply to chapters that are copied from certain container types, e.g. Ogg/OGM and MP4 files. See the section about chapters below for details."
msgstr "Este ajuste también se aplica a los capítulos que se copian desde ciertos tipos de contenedores, p.e. archivos Ogg/OGM y MP4. Mire la sección de más adelante sobre capítulos para obtener más detalles. "
msgid "Adjust the timestamps of the chapters in the following source file by <parameter>d</parameter> ms. Alternatively you can use the <option>--sync</option> option with the special track ID <constant>-2</constant> (see section <link linkend=\"mkvmerge.track_ids.special_ids\">special track IDs</link>)."
msgstr "Ajusta los códigos de tiempo de los capítulos en el siguiente archivo de origen en <parameter>d</parameter> ms. Como alternativa, se puede usar la opción <option>--sync</option> con el ID <constant>-2</constant> de pista especial (vea la sección <link linkend=\"mkvmerge.track_ids.special_ids\">IDs de pista especiales</link>) "
msgid "<parameter>o</parameter>/<parameter>p</parameter>: adjust the timestamps by <parameter>o</parameter>/<parameter>p</parameter> to fix linear drifts. <parameter>p</parameter> defaults to 1 if omitted. Both <parameter>o</parameter> and <parameter>p</parameter> can be floating point numbers."
msgstr "<parameter>o</parameter>/<parameter>p</parameter>: ajusta las marcas de tiempo por <parameter>o</parameter>/<parameter>p</parameter> para fijar desfases lineales. Si se omite, <parameter>p</parameter> por defecto es 1. Tanto <parameter>o</parameter> y <parameter>p</parameter> pueden ser números decimales. "
msgid "Defaults: no manual sync correction (which is the same as <parameter>d</parameter> = <constant>0</constant> and <parameter>o</parameter>/<parameter>p</parameter> = <constant>1.0</constant>)."
msgstr "Por defecto: no hay ninguna sincronización manual (que es lo mismo que <parameter>d</parameter> = <constant>0</constant> y <parameter>o</parameter>/<parameter>p</parameter> = <constant>1.0</constant>). "
msgid "This option can be used multiple times for an input file applying to several tracks by selecting different track IDs each time."
msgstr "Esta opción se puede utilizar varias veces para un archivo de entrada aplicándola a diversas pistas seleccionando IDs de pista diferente de pista cada vez. "
msgid "&mkvmerge; requires a video or an audio track to be present in order to be able to determine when a new file is appended. If one or more video tracks are muxed the first one is used. Otherwise the first audio track is used."
msgstr "&mkvmerge; requiere una pista de video o audio a fin de poder determinar cuando se añade un nuevo archivo. Si una o más pistas de vídeo se multiplexan, se utiliza la primera. Por el contrario, se utiliza la primera pista de audio."
msgid "'<literal>interval:</literal><parameter>time-spec</parameter>' – This mode creates one chapter at fixed intervals given by <parameter>time-spec</parameter>. The format is either the form <parameter>HH:MM:SS.nnnnnnnnn</parameter> or a number followed by one of the units '<literal>s</literal>', '<literal>ms</literal>' or '<literal>us</literal>'."
msgstr "'<literal>interval:</literal><parameter>time-spec</parameter>' – Este modo crea un capítulo conforme a un intervalo establecido mediante <parameter>time-spec</parameter>. El formato es <parameter>HH:MM:SS.nnnnnnnnn</parameter> o un número seguido por una unidad '<literal>s</literal>', '<literal>ms</literal>' o '<literal>us</literal>'."
msgid "The names for the new chapters are controlled by the option <link linkend=\"mkvmerge.description.generate_chapters_name_template\">--generate-chapters-name-template</link>. The language is set with <link linkend=\"mkvmerge.description.chapter_language\">--chapter-language</link> which must occur before <option>--generate-chapters</option>."
msgstr "Los nombres para los nuevos capítulos se controlan con la opción <link linkend=\"mkvmerge.description.generate_chapters_name_template\">--generate-chapters-name-template</link>. El idioma se establece con <link linkend=\"mkvmerge.description.chapter_language\">--chapter-language</link> que se debe establecer antes de <option>--generate-chapters</option>."
msgid "This sets the name template for chapter names generated by the option <link linkend=\"mkvmerge.description.generate_chapters\">--generate-chapters</link>. If the option is not used then default '<literal>Chapter <NUM:2></literal>' will be used."
msgstr "Esto establece el nombre de la plantilla para los nombres de los capítulos creados con la opción <link linkend=\"mkvmerge.description.generate_chapters\">--generate-chapters</link>. Si no se usa la opción entonces se usa por defecto '<literal>Chapter <NUM:2></literal>'."
msgid "There are several variables that can be used in the template that are replaced by their actual values when a chapter is generated. The string '<literal><NUM></literal>' will be replaced by the chapter number. The string '<literal><START></literal>' will be replaced by the chapter's start timestamp."
msgstr "Hay diversas variables que se pueden usar en la plantilla que son reemplazadas por sus valores correspondientes cuando se genera un capítulo. La cadena de texto '<literal><NUM></literal>' será reemplazada por el número de capítulo. La cadena de texto '<literal><START></literal>' será reemplazada por la marca de tiempo inicial del capítulo."
msgid "The strings <literal>'<FILE_NAME>'</literal> and <literal>'<FILE_NAME_WITH_EXT>'</literal> are only filled when generating chapters for appended files. They will be replaced by the appended file's name wihtout respectively with its extension. Note that only the file's base name and extension are inserted, not its directory or drive components."
msgstr "Las cadenas de texto <literal>'<FILE_NAME>'</literal> y <literal>'<FILE_NAME_WITH_EXT>'</literal> sólo serán establecidas cuando se generen capítulos para los archivos anexados. Serán reemplazadas por el nombre de los archivos anexados sin sus extensiones. Tenga en cuenta, que sólo se inserta el nombre del archivo y su extensión, descartando la ruta y la unidad. "
msgid "You can specify a minimum number of places for the chapter number with '<literal><NUM:places></literal>', e.g. '<literal><NUM:3></literal>'. The resulting number will be padded with leading zeroes if the number of places is less than specified."
msgstr "Puede especificar el número mínimo de dígitos del número del capítulo con '<literal><NUM:places></literal>', p.e. '<literal><NUM:3></literal>'. Se le añadirán ceros a la izquierda si el número resultante tiene menos dígitos de los especificados."
msgid "You can control the format used by the start timestamp with <literal><START:format></literal>. The format defaults to '<literal>%H:%M:%S</literal>' if none is given. Valid format codes are:"
msgstr "Puede controlar el formato a usar según la marca de tiempo inicial con <literal><START:format></literal>. Por defecto, se usará '<literal>%H:%M:%S</literal>'. Los códigos válidos de formato son:"
msgid "&mkvmerge; supports reading <abbrev>CUE</abbrev> sheets for audio files as the input for chapters. <abbrev>CUE</abbrev> sheets usually contain the entries <varname>PERFORMER</varname> and <varname>TITLE</varname> for each index entry. &mkvmerge; uses these two strings in order to construct the chapter name. With this option the format used for this name can be set."
msgstr "&mkvmerge; puede leer <abbrev>CUE</abbrev> sheets de archivos de audio como entrada para capítulos. Los <abbrev>CUE</abbrev> sheets normalmente contiene las entradas <varname>PERFORMER</varname> y <varname>TITLE</varname> para cada entrada del índice. &mkvmerge; usa estos dos textos a fin de construir el nombre del capítulo. Con esta opción, se puede configurar el formato usado para este nombre. "
msgid "If this option is not given then &mkvmerge; defaults to the format '<code>%p - %t</code>' (the performer, followed by a space, a dash, another space and the title)."
msgstr "Si esta opción no se establece entonces &mkvmerge; usa por defecto el formato '<code>%p - %t</code>' (el artista, seguido por un espacio, una barra, otro espacio y el título). "
msgid "Read chapter information from the file <parameter>file-name</parameter>. See the section about <link linkend=\"mkvmerge.chapters\">chapters</link> below for details."
msgstr "Lee la información de capítulo de <parameter>nombre-archivo</parameter>. Mire la sección de más adelante sobre <link linkend=\"mkvmerge.chapters\">capítulos</link> para obtener más detalles. "
msgid "Read global tags from the file <parameter>file-name</parameter>. See the section about <link linkend=\"mkvmerge.tags\">tags</link> below for details."
msgstr "Lee las etiquetas globales de <parameter>nombre-archivo</parameter>. Mire la sección de más adelante sobre <link linkend=\"mkvmerge.tags\">etiquetas</link> para obtener más detalles. "
msgid "This option changes the order in which the tracks for an input file are created. The argument is a comma separated list of pairs IDs. Each pair contains first the file ID (<parameter>FID1</parameter>) which is simply the number of the file on the command line starting at 0. The second is a track ID (<parameter>TID1</parameter>) from that file. If some track IDs are omitted then those tracks are created after the ones given with this option have been created."
msgstr "Esta opción cambia el orden en el que se crean las pistas de un archivo de entrada. El argumento es una lista separada por comas de pares de IDs. Cada par contiene primero el ID de archivo (<parameter>FID1</parameter>) que es tan sólo es el número del archivo en la línea de comandos partiendo de cero. El segundo es el ID de pista (<parameter>TID1</parameter>) de ese archivo. Si algunos IDs de pista son omitidos entonces esas pistas se crean después de que se hayan creado las establecidas con esta opción. "
msgid "Limit the number of data blocks or the duration of data in each cluster. The <parameter>spec</parameter> parameter can either be a number <parameter>n</parameter> without a unit or a number <parameter>d</parameter> postfixed with '<literal>ms</literal>'."
msgstr "Limita el número de bloques de datos o la duración de los datos en cada clúster. El parámetro <parameter>especificación</parameter> puede ser un número <parameter>n</parameter> sin unidad o un número <parameter>d</parameter> con el sufijo '<literal>ms</literal>'. "
msgid "If no unit is used then &mkvmerge; will put at most <parameter>n</parameter> data blocks into each cluster. The maximum number of blocks is 65535."
msgstr "Si no se usa ninguna unidad entonces &mkvmerge; pondrá como máximo <parameter>n</parameter> bloques de información en cada clúster. El número máximo de bloques es 65535."
msgid "If the number <parameter>d</parameter> is postfixed with '<literal>ms</literal>' then &mkvmerge; puts at most <parameter>d</parameter> milliseconds of data into each cluster. The minimum for <parameter>d</parameter> is '<literal>100ms</literal>', and the maximum is '<literal>32000ms</literal>'."
msgstr "Si el número <parameter>d</parameter> tiene el sufijo '<literal>ms</literal>' entonces &mkvmerge; pondrá como máximo <parameter>d</parameter> milisegundos de información en cada clúster. El valor mínimo para <parameter>d</parameter> es '<literal>100ms</literal>', y el máximo es '<literal>32000ms</literal>'. "
msgid "Programs trying to find a certain frame can only seek directly to a cluster and have to read the whole cluster afterwards. Therefore creating larger clusters may lead to imprecise or slow seeking."
msgstr "Los programas al tratar de encontrar cierto fotograma tan sólo pueden buscar directamente un clúster y posteriormente leer todo el clúster. Por lo tanto, crear clústeres muy grandes podría conllevar una búsqueda lenta e imprecisa. "
msgid "Tells &mkvmerge; not to create and write the cue data which can be compared to an index in an AVI. &matroska; files can be played back without the cue data, but seeking will probably be imprecise and slower. Use this only if you're really desperate for space or for testing purposes. See also option <link linkend=\"mkvmerge.description.cues\"><option>--cues</option></link> which can be specified for each input file."
msgstr "Le dice a &mkvmerge; no crear y escribir la información del índice (cue) que puede ser comparada al índice de un AVI. Los archivos &matroska; se pueden reproducir sin la información del índice, pero la búsqueda será probablemente imprecisa y lenta. Usa esto tan sólo si realmente estás desesperado por ahorrar espacio o con fines de testeo. Mire también la opción <link linkend=\"mkvmerge.description.cues\"><option>--cues</option></link> que puede ser especificada para cada archivo de entrada. "
msgid "Tells &mkvmerge; to create a meta seek element at the end of the file containing all clusters. See also the section about the <link linkend=\"mkvmerge.file_layout\">&matroska; file layout</link>."
msgstr "Le dice a &mkvmerge; crear un elemento meta seek al final del archivo que contendrá todos los clústeres. Mire también la sección sobre <link linkend=\"mkvmerge.file_layout\">diseño de archivos &matroska;</link>. "
msgid "By default &mkvmerge; sets the \"date\" segment information field to the time & date when multiplexing started. With this option that field is not written at all."
msgstr "Por defecto &mkvmerge; establece en el campo \"fecha\" de información del segmento el tiempo & fecha del inicio del multiplexado. Con esta opción, este campo no será escrito."
msgid "Disables lacing for all tracks. This will increase the file's size, especially if there are many audio tracks. This option is not intended for everyday use."
msgstr ""
" \t\n"
"\n"
"Deshabilita el lacing para todas las pistas. Esto incrementará el tamaño del archivo, especialmente si hay muchas pistas de audio. Esta opción no está diseñada para su uso frecuente. "
msgid "Write durations for all blocks. This will increase file size and does not offer any additional value for players at the moment."
msgstr "Escribe las duraciones para todos los bloques. Esto incrementará el tamaño del archivo y por ahora, no ofrece ningún valor adicional para los reproductores. "
msgid "Normally &mkvmerge; will write certain tags with statistics for each track. If such tags are already present then they will be overwritten. The tags are <constant>BPS</constant>, <constant>DURATION</constant>, <constant>NUMBER_OF_BYTES</constant> and <constant>NUMBER_OF_FRAMES</constant>."
msgstr "Normalmente, &mkvmerge; escribirá algunas etiquetas con estadísticas para cada pista. Si dichas etiquetas ya están presentes entonces serán sobrescritas. Las etiquetas <constant>BPS</constant>, <constant>DURATION</constant>, <constant>NUMBER_OF_BYTES</constant> y <constant>NUMBER_OF_FRAMES</constant>. "
msgid "Forces the timestamp scale factor to <parameter>factor</parameter>. Valid values are in the range <constant>1000</constant>..<constant>10000000</constant> or the special value <constant>-1</constant>."
msgstr "Fuerza el factor de escala de los códigos de tiempo con <parameter>factor</parameter>. Los valores admitidos están comprendidos en el rango <constant>1000</constant>..<constant>10000000</constant> o el valor especial <constant>-1</constant>. "
msgid "Normally &mkvmerge; will use a value of <constant>1000000</constant> which means that timestamps and durations will have a precision of 1ms. For files that will not contain a video track but at least one audio track &mkvmerge; will automatically chose a timestamp scale factor so that all timestamps and durations have a precision of one audio sample. This causes bigger overhead but allows precise seeking and extraction."
msgstr "Normalmente, &mkvmerge; usará el valor <constant>1000000</constant> lo que significa que los códigos de tiempo y duraciones tendrán una precisión de 1ms. Para los archivos que no vayan a contener una pista de video pero si al menos una de audio entonces &mkvmerge; elegirá automáticamente un factor de escala de códigos de tiempo por lo que todos los códigos de tiempo y duraciones tendrán una precisión de una muestra (sample) de audio. Esto causa una sobrecarga mayor pero permite que la búsqueda y extracción sea más precisa. "
msgid "If the special value <constant>-1</constant> is used then &mkvmerge; will use sample precision even if a video track is present."
msgstr "Si se usa el valor especial <constant>-1</constant> entonces &mkvmerge; usará la precisión de la muestra incluso si existe una pista de video. "
msgid "Splits the output file after a given size or a given time. Please note that tracks can only be split right before a key frame. Therefore the split point may be a bit off from what the user has specified."
msgstr "Divide el archivo generado después de un tamaño o tiempo especificado. Por favor, tenga en cuenta que estas pistas sólo pueden ser divididas justo antes de un fotograma clave. Por lo tanto, el punto de división podría ser algo distinto del especificado por el usuario. "
msgid "The parameter <parameter>d</parameter> may end with '<literal>k</literal>', '<literal>m</literal>' or '<literal>g</literal>' to indicate that the size is in KB, MB or GB respectively. Otherwise a size in bytes is assumed. After the current output file has reached this size limit a new one will be started."
msgstr "El parámetro d puede acabar con '<parameter>k</parameter>', '<parameter>m</parameter>' o '<parameter>g</parameter>' para indicar que el tamaño están en KB, MB o GB, respectivamente. De cualquier otro modo, se asume el tamaño en bytes. Después de que el archivo de salida alcance el tamaño limite, comienza la creación de otro archivo. "
msgid "The parameter must either have the form <parameter>HH:MM:SS.nnnnnnnnn</parameter> for specifying the duration in up to nano-second precision or be a number <parameter>d</parameter> followed by the letter '<literal>s</literal>' for the duration in seconds. <parameter>HH</parameter> is the number of hours, <parameter>MM</parameter> the number of minutes, <parameter>SS</parameter> the number of seconds and <parameter>nnnnnnnnn</parameter> the number of nanoseconds. Both the number of hours and the number of nanoseconds can be omitted. There can be up to nine digits after the decimal point. After the duration of the contents in the current output has reached this limit a new output file will be started."
msgstr "El parámetro puede tener la forma <parameter>HH:MM:SS.nnnnnnnnn</parameter> para especificar la duración en precisión de nanosegundos o puede ser un número <parameter>d</parameter> seguido por la letra '<parameter>s</parameter>' para una duración en segundos. <parameter>HH</parameter> es el número de las horas, <parameter>MM</parameter> el de los minutos, <parameter>SS</parameter> para los segundos y <parameter>nnnnnnnnn</parameter> son los nanosegundos. Tanto los números de las horas como los nanosegundos pueden ser omitidos. Hay hasta nueve dígitos después del punto decimal. Después de que la duración del contenido, en el archivo actual, alcance este límite comienza la creación de otro archivo. "
msgid "The parameters <parameter>A</parameter>, <parameter>B</parameter>, <parameter>C</parameter> etc must all have the same format as the ones used for the duration (see above). The list of timestamps is separated by commas. After the input stream has reached the current split point's timestamp a new file is created. Then the next split point given in this list is used."
msgstr "Los parámetros <parameter>A</parameter>, <parameter>B</parameter>, <parameter>C</parameter>, etc... pueden tener el mismo formato que el usado para la división por duración (mire más arriba). La lista de códigos de tiempo están separados por comas. Tras alcanzar, en la secuencia de entrada, el código de tiempo del punto de división actual se crea un nuevo archivo. Entonces se usa el siguiente punto de división especificado en la lista. "
msgid "The <literal>parts</literal> mode tells &mkvmerge; to keep certain ranges of timestamps while discarding others. The ranges to keep have to be listed after the <literal>parts:</literal> keyword and be separated by commas. A range itself consists of a start and an end timestamp in the same format the other variations of <parameter>--split</parameter> accept (e.g. both <literal>00:01:20</literal> and <literal>80s</literal> refer to the same timestamp)."
msgstr "El modo <literal>parts</literal> le dice a &mkvmerge; conservar ciertos rangos de códigos de tiempo mientras se descartan otros. Los rangos a conservar tienen que ser listados después de la palabra clave <literal>parts:</literal> y separados por comas. Un rango, en sí mismo, consiste en un inicio y un fin, en el mismo formato y formas que acepta <parameter>--split</parameter> (p.e. tanto <literal>00:01:20</literal> y <literal>80s</literal> se refieren al mismo código de tiempo). "
msgid "If a start timestamp is left out then it defaults to the previous range's end timestamp. If there was no previous range then it defaults to the start of the file (see example 3)."
msgstr "Si el código de tiempo de inicio se omite entonces por defecto lo toma del valor del código de tiempo final del rango anterior. Si no existe un rango anterior entonces por defecto lo toma el valor del inicio del archivo (mire el ejemplo 3). "
msgid "If an end timestamp is left out then it defaults to the end of the source files which basically tells &mkvmerge; to keep the rest (see example 3)."
msgstr "Si el código de tiempo final se omite entonces por defecto lo toma del valor final de los archivos entrada que básicamente le dice a &mkvmerge; que conserve el resto (mire el ejemplo 3). "
msgid "Normally each range will be written to a new file. This can be changed so that consecutive ranges are written to the same file. For that the user has to prefix the start timestamp with a <literal>+</literal>. This tells &mkvmerge; not to create a new file and instead append the range to the same file the previous range was written to. Timestamps will be adjusted so that there will be no gap in the output file even if there was a gap in the two ranges in the input file."
msgstr "Por lo general, cada rango será escrito a un nuevo archivo. Esto se puede cambiar para que los rangos consecutivos se escriban en el mismo archivo. Por eso el usuario tiene que asignar el prefijo <literal>+</literal> al código de tiempo de inicial. Esto le dice a &mkvmerge; que no cree un nuevo archivo y, en vez de eso, concatene el rango después del último rango escrito en el archivo. Los códigos de tiempo serán ajustados para que no existan discontinuidades en el archivo de salida incluso si había un espacio sin abarcar entre dos rangos del archivo de entrada. "
msgid "In example 1 &mkvmerge; will create two files. The first will contain the content starting from <literal>00:01:20</literal> until <literal>00:02:45</literal>. The second file will contain the content starting from <literal>00:05:50</literal> until <literal>00:10:30</literal>."
msgstr "En el ejemplo 1 &mkvmerge; creará dos archivos. El primero abarca el contenido a partir de <literal>00:01:20</literal> hasta <literal>00:02:45</literal>. El segundo archivo comprende el contenido a partir de <literal>00:05:50</literal> hasta <literal>00:10:30</literal>. "
msgid "In example 2 &mkvmerge; will create only one file. This file will contain both the content starting from <literal>00:01:20</literal> until <literal>00:02:45</literal> and the content starting from <literal>00:05:50</literal> until <literal>00:10:30</literal>."
msgstr "En el ejemplo 2 &mkvmerge; creará sólo un archivo. Este archivo abarcará tanto el contenido a partir de <literal>00:01:20</literal> hasta <literal>00:02:45</literal>, como el contenido a partir de <literal>00:05:50</literal> hasta <literal>00:10:30</literal>. "
msgid "In example 3 &mkvmerge; will create two files. The first will contain the content from the start of the source files until <literal>00:02:45</literal>. The second file will contain the content starting from <literal>00:05:50</literal> until the end of the source files."
msgstr "En el ejemplo 3 &mkvmerge; creará dos archivos. El primero abarcará el contenido desde el inicio del archivo de entrada hasta <literal>00:02:45</literal>. El segundo archivo abarca el contenido a partir de <literal>00:05:50</literal> hasta el final del archivo de entrada. "
msgid "Note that &mkvmerge; only makes decisions about splitting at key frame positions. This applies to both the start and the end of each range. So even if an end timestamp is between two key frames &mkvmerge; will continue outputting the frames up to but excluding the following key frame."
msgstr "Tenga en cuenta que &mkvmerge; sólo realiza divisiones en fotogramas claves. Esto es aplicable tanto al inicio como al final de cada rango. Así que si un código de tiempo final está entre dos fotogramas claves, &mkvmerge; continuará el procesamiento de los fotogramas hasta el final pero excluirá el siguiente fotograma clave. "
msgid "The <literal>parts-frames</literal> mode tells &mkvmerge; to keep certain ranges of frame/field numbers while discarding others. The ranges to keep have to be listed after the <literal>parts-frames:</literal> keyword and be separated by commas. A range itself consists of a start and an end frame/field number. Numbering starts at 1."
msgstr "El modo <literal>parts-frames</literal> le dice a &mkvmerge; para conservar ciertos rangos numéricos de fotogramas/campos mientras se descartan otros. Los rangos a conservan tienen que ser especificados después de la palabra clave <literal>parts-frames:</literal> y separados por comas. Un rango, en si mismo, es un número de un fotograma/campo inicial y final. La numeración comienza en 1."
msgid "If a start number is left out then it defaults to the previous range's end number. If there was no previous range then it defaults to the start of the file (see example 3)."
msgstr "Si el número inicial se omite entonces por defecto lo toma del número final del rango anterior. Si no existe un rango anterior entonces por defecto lo toma del inicio del archivo (mire el ejemplo 3). "
msgid "If an end number is left out then it defaults to the end of the source files which basically tells &mkvmerge; to keep the rest (see example 3)."
msgstr "Si el número final se omite entonces por defecto lo toma del final del archivo de entrada que básicamente le dice a &mkvmerge; que conserve el resto (mire el ejemplo 3). "
msgid "Normally each range will be written to a new file. This can be changed so that consecutive ranges are written to the same file. For that the user has to prefix the start number with a <literal>+</literal>. This tells &mkvmerge; not to create a new file and instead append the range to the same file the previous range was written to. Timestamps will be adjusted so that there will be no gap in the output file even if there was a gap in the two ranges in the input file."
msgstr "Por lo general, cada rango será escrito a un nuevo archivo. Esto se puede cambiar para que los rangos consecutivos se escriban en el mismo archivo. Por eso el usuario tiene que asignar el prefijo <literal>+</literal> al código de tiempo de inicial. Esto le dice a &mkvmerge; que no cree un nuevo archivo y, en vez de eso, concatene el rango después del último rango escrito en el archivo. Los códigos de tiempo serán ajustados para que no existan discontinuidades en el archivo de salida incluso si había un espacio sin abarcar entre dos rangos del archivo de entrada. "
msgid "Note that &mkvmerge; only makes decisions about splitting at key frame positions. This applies to both the start and the end of each range. So even if an end frame/field number is between two key frames &mkvmerge; will continue outputting the frames up to but excluding the following key frame."
msgstr "Tenga en cuenta que &mkvmerge; sólo realiza divisiones en fotogramas claves. Esto es aplicable tanto al inicio como al final de cada rango. Así que si un código de tiempo final está entre dos fotogramas claves, &mkvmerge; continuará el procesamiento de los fotogramas hasta el final pero excluirá el siguiente fotograma clave. "
msgid "In example 1 &mkvmerge; will create two files. The first will contain the content starting from the first key frame at or after <literal>137</literal> up to but excluding the first key frame at or after <literal>258</literal>. The second file will contain the content starting from <literal>548</literal> until <literal>1211</literal>."
msgstr "En el ejemplo 1 &mkvmerge; creará dos archivos. El primero abarca el contenido a partir del primer fotograma clave anterior, posterior o el mismo <literal>137</literal> hasta el primer fotograma clave anterior o el mismo <literal>258</literal>. El segundo abarca el contenido a partir del <literal>548</literal> hasta el <literal>1211</literal>. "
msgid "In example 2 &mkvmerge; will create only one file. This file will contain both the content starting from <literal>733</literal> until <literal>912</literal> and the content starting from <literal>1592</literal> until <literal>2730</literal>."
msgstr "En el ejemplo 2 &mkvmerge; creará sólo un archivo. Este archivo contendrá tanto el contenido a partir del <literal>733</literal> hasta el <literal>912</literal> como el contenido a partir del <literal>1592</literal> hasta el <literal>2730</literal>."
msgid "In example 3 &mkvmerge; will create two files. The first will contain the content from the start of the source files until <literal>430</literal>. The second file will contain the content starting from <literal>2512</literal> until the end of the source files."
msgstr "En el ejemplo 3 &mkvmerge; creará dos archivos. El primero abarcará el contenido a partir del inicio del archivo de entrada hasta el <literal>430</literal>. El segundo archivo abarcará el contenido a partir del <literal>2512</literal> hasta el final del archivo de entrada. "
msgid "This mode considers only the first video track that is output. If no video track is output no splitting will occur."
msgstr "Este modo sólo toma en cuenta la primera pista de video que se genera. Si no se genera ninguna pista de video entonces la división no ocurrirá. "
msgid "The numbers given with this argument are interpreted based on the number of &matroska; blocks that are output. A single &matroska; block contains either a full frame (for progressive content) or a single field (for interlaced content). mkvmerge does not distinguish between those two and simply counts the number of blocks. For example: If one wanted to split after the 25th full frame with interlaced content one would have to use <literal>50</literal> (two fields per full frame) as the split point."
msgstr "Los números especificados con este argumento son interpretados en base al número de bloques &matroska; que se generan. Un único bloque &matroska; contiene un fotograma completo (material progresivo) o sólo un campo(material entrelazado). Mkvmerge no hace distinciones entre estos dos y tan sólo cuenta el número de bloques. Por ejemplo: Si se quiere dividir después del 25º fotograma con material entrelazado, entonces tendría que usar <literal>50</literal> (dos campos por fotograma) como punto de corte. "
msgid "The parameters <parameter>A</parameter>, <parameter>B</parameter>, <parameter>C</parameter> etc must all be positive integers. Numbering starts at 1. The list of frame/field numbers is separated by commas. After the input stream has reached the current split point's frame/field number a new file is created. Then the next split point given in this list is used."
msgstr "Los parámetros <parameter>A</parameter>, <parameter>B</parameter>, <parameter>C</parameter>, etc... deben ser todos enteros positivos. La numeración comienza por 1. La lista de números de fotograma/campo está separada por comas. Después de que la secuencia de entrada haya alcanzado el número de fotograma/campo establecido como punto de división, se crea un nuevo archivo. Entonces se usa el siguiente punto de división especificado en la lista. es usado. "
msgid "The parameters <parameter>A</parameter>, <parameter>B</parameter>, <parameter>C</parameter> etc must all be positive integers. Numbering starts at 1. The list of chapter numbers is separated by commas. Splitting will occur right before the first key frame whose timestamp is equal to or bigger than the start timestamp for the chapters whose numbers are listed. A chapter starting at 0s is never considered for splitting and discarded silently."
msgstr "Los parámetros <parameter>A</parameter>, <parameter>B</parameter>, <parameter>C</parameter>, etc... deben ser todos enteros positivos. La numeración comienza por 1. La lista de capítulos está separada por comas. La división ocurrirá justo antes del primer fotograma clave cuyo código de tiempo sea igual o mayor que el código de tiempo inicial para los capítulos cuyos números están listados. Un capítulo que comienza a los 0s nunca se tiene en cuenta para la división siendo omitido silenciosamente. "
msgid "The &matroska; file format supports arbitrary deeply nested chapter structures called 'edition entries' and 'chapter atoms'. However, this mode only considers the top-most level of chapters across all edition entries."
msgstr "El formato del archivo &matroska; soporta estructuras arbitrarias y profundamente anidadas de capítulos llamadas 'edition entries' y 'chapter atoms'. Sin embargo, esta modalidad sólo tiene en cuenta el nivel más alto de los capítulos a través de todas las entradas de la edición."
msgid "For this splitting mode the output filename is treated differently than for the normal operation. It may contain a <function>printf</function> like expression '<code>%d</code>' including an optional field width, e.g. '<code>%02d</code>'. If it does then the current file number will be formatted appropriately and inserted at that point in the filename. If there is no such pattern then a pattern of '<code>-%03d</code>' is assumed right before the file's extension: '<code>-o output.mkv</code>' would result in '<code>output-001.mkv</code>' and so on. If there's no extension then '<code>-%03d</code>' will be appended to the name."
msgstr "En el modo de división el nombre del archivo generado se trata de manera diferente que con el funcionamiento normal. Puede contener un <function>printf</function> como expresión '<code>%d</code>' incluyendo un ancho de campo opcional, p.e. '<code>%02d</code>'. Si se hace entonces el número de archivo actual es formateado apropiadamente e insertado en ese punto del nombre del archivo. Si no existe dicho patrón entonces se asume '<code>-%03d</code>' como patrón justo antes de la extensión del archivo: '<code>-o salida.mkv</code>' resultaría en '<code>salida-001.mkv</code>' y así en adelante. Si no hay extensión entonces '<code>-%03d</code>' será agregado al nombre. "
msgid "Another possible pattern is '<code>%c</code>' which will be replaced by the name of the first chapter in the file. Note that when '<code>%c</code>' is present, the pattern '<code>-%03d</code>' will not be added automatically."
msgstr "Otro posible patrón es '<code>%c</code>' que será reemplazado por el nombre del primer capítulo del archivo. Tenga en cuenta que cuando figure '<code>%c</code>', el patrón '<code>-%03d</code>' no será añadido automáticamente."
msgid "Link files to one another when splitting the output file. See the section on <link linkend=\"mkvmerge.file_linking\">file linking</link> below for details."
msgstr "Archivos vinculados a otros cuando se divide el archivo generado. Mire la siguiente sección <link linkend=\"mkvmerge.file_linking\">vinculación de archivos</link> para más detalles. "
msgid "Links the first output file to the segment with the segment UID given by the <parameter>segment-UID</parameter> parameter. See the section on <link linkend=\"mkvmerge.file_linking\">file linking</link> below for details."
msgstr "Vincula el primer archivo generado al segmento con el UID del segmento especificado mediante el parámetro <parameter>segmento-UID</parameter>. Mire la siguiente sección <link linkend=\"mkvmerge.file_linking\">vinculación de archivos</link> para más detalles. "
msgid "Links the last output file to the segment with the segment UID given by the <parameter>segment-UID</parameter> parameter. See the section on <link linkend=\"mkvmerge.file_linking\">file linking</link> below for details."
msgstr "Vincula el último archivo generado al segmento con el UID del segmento especificado por el parámetro <parameter>segmento-UID</parameter>. Mire la siguiente sección <link linkend=\"mkvmerge.file_linking\">vinculación de archivos</link> para más detalles. "
msgid "Determines how timestamps are calculated when appending files. The parameter <parameter>mode</parameter> can have two values: '<literal>file</literal>' which is also the default and '<literal>track</literal>'."
msgstr "Establece cómo se calculan los códigos de tiempo al unir archivos. El parámetro <parameter>modo</parameter> puede tener dos valores: '<literal>file</literal>' que es la opción por defecto y '<literal>track</literal>'. "
msgid "When mkvmerge appends a track (called '<literal>track2_1</literal>' from now on) from a second file (called '<literal>file2</literal>') to a track (called '<literal>track1_1</literal>') from the first file (called '<literal>file1</literal>') then it has to offset all timestamps for '<literal>track2_1</literal>' by an amount. For '<literal>file</literal>' mode this amount is the highest timestamp encountered in '<literal>file1</literal>' even if that timestamp was from a different track than '<literal>track1_1</literal>'. In track mode the offset is the highest timestamp of '<literal>track1_1</literal>'."
msgstr "Cuando mkvmerge realiza la unión de una pista (llamada '<literal>pista2_1</literal>' de ahora en adelante) procedente de un segundo archivo llamado '<literal>archivo2</literal>') a una pista (llamada '<literal>pista1_1</literal>') del primer archivo (llamado '<literal>archivo1</literal>') entonces tiene que compensar cierta cantidad en todos los códigos de tiempo de '<literal>pista2_1</literal>'. En el modo '<literal>file</literal>' esta cantidad es el mayor código de tiempo encontrado en el '<literal>archivo1</literal>' incluso si ese código de tiempo proviniera de una pista diferente a '<literal>pista1_1</literal>'. En el modo <literal>track</literal> la compensación es el mayor código de tiempo de '<literal>pista1_1</literal>'. "
msgid "Unfortunately mkvmerge cannot detect which mode to use reliably. Therefore it defaults to '<literal>file</literal>' mode. '<literal>file</literal>' mode usually works better for files that have been created independently of each other; e.g. when appending <abbrev>AVI</abbrev> or <abbrev>MP4</abbrev> files. '<literal>track</literal>' mode may work better for sources that are essentially just parts of one big file, e.g. for <abbrev>VOB</abbrev> and <abbrev>EVO</abbrev> files."
msgstr "Por desgracia, mkvmerge no puede detectar qué modo es más conveniente para ser utilizado. Por lo tanto, por defecto usa el modo '<literal>file</literal>'. El modo '<literal>file</literal>' por lo general funciona mejor para archivos que fueron creados independientemente los unos de los otros; p.e. cuando se unen archivos <abbrev>AVI</abbrev> o <abbrev>MP4</abbrev>. El modo '<literal>track</literal>' podría funcionar mejor para fuentes que esencialmente son partes de un archivo, p.e. para archivos <abbrev>VOB</abbrev> y <abbrev>EVO</abbrev>. "
msgid "Subtitle tracks are always treated as if '<literal>file</literal>' mode were active even if '<literal>track</literal>' mode actually is."
msgstr "Las pistas de subtítulos siempre son tratadas como si el modo '<literal>file</literal>' estuviese activado incluso si el que está activado es el modo '<literal>track</literal>'. "
msgid "This option controls to which track another track is appended. Each spec contains four IDs: a file ID, a track ID, a second file ID and a second track ID. The first pair, \"source file ID\" and \"source track ID\", identifies the track that is to be appended. The second pair, \"destination file ID\" and \"destination track ID\", identifies the track the first one is appended to."
msgstr "Esta opción controla que pista es unida a otra. Cada especificación contiene cuatro IDs: un ID de archivo (FID), un ID de pista (TID), un segundo ID de archivo y un segundo ID de pista. El primera par, \"Source File ID\" y \"Source Track ID\", identifica la pista que va a ser unida. El segundo par, \"Destination File ID\" y \"Destination Track ID\", identifica la pista a la que será unida la primera. "
msgid "If this option has been omitted then a standard mapping is used. This standard mapping appends each track from the current file to a track from the previous file with the same track ID. This allows for easy appending if a movie has been split into two parts and both file have the same number of tracks and track IDs with the command <command>mkvmerge -o output.mkv part1.mkv +part2.mkv</command>."
msgstr "Si se omite esta opción entonces se usa un mapeo estándar. Este mapeo estándar une cada pista del archivo actual a una pista del anterior archivo con el mismo ID de pista. Esto permite unir fácilmente dos archivos que habían sido divididos a partir de una película, si tienen el mismo número de pistas y el ID de pista, con ayuda del comando: <command>mkvmerge -o salida.mkv parte1.mkv +parte2.mkv</command>."
msgid "A single '+' causes the next file to be appended instead of added. The '+' can also be put in front of the next file name. Therefore the following two commands are equivalent:"
msgstr "Un único '+' provoca que el siguiente archivo es unido en vez de añadido. El '+' también se puede poner delante del siguiente nombre del archivo. Por lo tanto, los dos comandos siguientes son equivalentes: "
msgid "If multiple file names are contained in a pair of square brackets then the second and all following files will be appended to the first file named within the brackets."
msgstr "Si varios nombres de archivos están entre corchetes entonces el segundo y los restantes archivos serán añadidos al primer archivo que esté editado entre corchetes."
msgid "Normally &mkvmerge; looks for files in the same directory as an input file that have the same base name and only differ in their running number (e.g. 'VTS_01_1.VOB', 'VTS_01_2.VOB', 'VTS_01_3.VOB' etc) and treats all of those files as if they were concatenated into a single big file. This option, a single '=', causes mkvmerge not to look for those additional files."
msgstr "Por lo general, &mkvmerge; busca archivos en el mismo directorio como archivo de entrada que tienen el mismo nombre base y que sólo se diferencian en su número de orden de ejecución (p.e. 'VTS_01_1.VOB', 'VTS_01_2.VOB', 'VTS_01_3.VOB', etc...) y trata todos estos archivos como si estuviesen unidos en un único archivo. Esta opción, un único '=', hace que mkvmerge no busque estos archivos adicionales. "
msgid "If multiple file names are contained in a pair of parenthesis then those files will be treated as if they were concatenated into a single big file consisting of the content of each of the files one after the other."
msgstr "Si múltiples nombres de archivos están entre paréntesis entonces estos archivos serán tratados como si estuviesen unidos en un único archivo, el cual consiste en el contenido de cada uno de los archivos uno detrás de otro."
msgid "This can be used for e.g. VOB files coming from a DVD or MPEG transport streams. It cannot be used if each file contains its own set of headers which is usually the case with stand-alone files like AVI or MP4."
msgstr "Por ejemplo, esto se puede usar con archivos VOB procedentes de de un DVD o de MPEG-TS (transport streams). No se puede usar si cada archivo contiene su propio conjunto de encabezados que suele ser el caso con archivos como AVI o MP4. "
msgid "Putting a file name into parenthesis also prevents &mkvmerge; from looking for additional files with the same base name as described in <link linkend=\"mkvmerge.description.prevent_concatenation\">option <option>=</option></link>. Therefore these two command lines are equivalent:"
msgstr "Poner el nombre del archivo entre paréntesis también evita que &mkvmerge; busque archivos adicionales con el mismo nombre base tal y como se ha descrito en <link linkend=\"mkvmerge.description.prevent_concatenation\">opción <option>=</option></link>. Por lo tanto, los dos comandos siguientes son equivalentes: "
msgid "Every parameter between parenthesis is interpreted as a file name. Therefore all options applying to this logical file must be listed before the opening parenthesis."
msgstr "Cada parámetro entre paréntesis se interpreta como un nombre de archivo. Por lo tanto, todas las opciones que se deban aplicar a este archivo lógico deben ser introducidas antes del signo de apertura del paréntesis. "
msgid "Some shells treat parenthesis as special characters. Hence you must escape or quote them as shown in the example above."
msgstr "Algunos entornos tratan a los paréntesis como caracteres especiales. Por lo tanto, deben ser escapados o entrecomillados tal y como se muestra en el ejemplo anterior. "
msgid "Plain text description of the following attachment. Applies to the next <link linkend=\"mkvmerge.description.attach_file\"><option>--attach-file</option></link> or <option>--attach-file-once</option> option."
"Descripción en texto sin formato del siguiente adjunto. Esto afecta a la opción <link linkend=\"mkvmerge.description.attach_file\"><option>--attach-file</option></link> o <option>--attach-file-once</option> option."
msgid "<abbrev>MIME</abbrev> type of the following attachment. Applies to the next <link linkend=\"mkvmerge.description.attach_file\"><option>--attach-file</option></link> or <link linkend=\"mkvmerge.description.attach_file\"><option>--attach-file-once</option></link> option. A list of officially recognized <abbrev>MIME</abbrev> types can be found e.g. at <ulink url=\"http://www.iana.org/assignments/media-types/\">the IANA homepage</ulink>. The <abbrev>MIME</abbrev> type is mandatory for an attachment."
msgstr "Tipo <abbrev>MIME</abbrev> del siguiente adjunto. Esto afecta a la opción <link linkend=\"mkvmerge.description.attach_file\"><option>--attach-file</option></link> o <link linkend=\"mkvmerge.description.attach_file\"><option>--attach-file-once</option></link>. Una lista oficial de tipos <abbrev>MIME</abbrev> que son reconocidos pueden ser encontrados en la página web de <ulink url=\"http://www.iana.org/assignments/media-types/\">IANA</ulink>. El tipo <abbrev>MIME</abbrev> es obligatorio para un adjunto. "
msgid "Sets the name that will be stored in the output file for this attachment. If this option is not given then the name will be derived from the file name of the attachment as given with the <link linkend=\"mkvmerge.description.attach_file\"><option>--attach-file</option></link> or the <link linkend=\"mkvmerge.description.attach_file\"><option>--attach-file-once</option></link> option."
msgstr "Establece el nombre de este adjunto que será almacenado en el archivo de salida. Si no se especificó esta opción entonces el nombre será generado a partir del nombre del archivo del adjunto especificado con la opción <link linkend=\"mkvmerge.description.attach_file\"><option>--attach-file</option></link> o <link linkend=\"mkvmerge.description.attach_file\"><option>--attach-file-once</option></link>. "
msgid "Creates a file attachment inside the &matroska; file. The <abbrev>MIME</abbrev> type must have been set before this option can used. The difference between the two forms is that during splitting the files attached with <option>--attach-file</option> are attached to all output files while the ones attached with <option>--attach-file-once</option> are only attached to the first file created. If splitting is not used then both do the same."
msgstr "Crea un archivo adjunto dentro del archivo &matroska;. El tipo <abbrev>MIME</abbrev> debe establecerse antes de que esta opción pueda ser utilizada. La diferencia entre las dos formas es que durante la división los archivos adjuntos con <option>--attach-file</option> son adjuntados a todos los archivos de salida mientras que con <option>--attach-file-once</option> tan sólo se adjuntan al primer archivo creado. Si no se usa la división entonces ambas opciones hacen lo mismo. "
msgid "Copy the audio tracks <parameter>n</parameter>, <parameter>m</parameter> etc. The numbers are track IDs which can be obtained with the <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link> switch. They're not simply the track numbers (see section <link linkend=\"mkvmerge.track_ids\">track IDs</link>). Default: copy all audio tracks."
msgstr "Copia las pistas de audio <parameter>n</parameter>, <parameter>m</parameter>, etc. Los números son los ID de pista que pueden ser obtenidos con la opción <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link>. No son los números de la pista (mire la sección <link linkend=\"mkvmerge.track_ids\">IDs de pista</link>). Por defecto: copia todas las pistas de audio. "
msgid "Instead of track IDs you can also provide ISO 639-2 language codes. This will only work for source files that provide language tags for their tracks."
msgstr "En lugar del ID de pista también se puede especificar el código de idioma ISO 639-2. Esto sólo funciona para archivos de entrada que ofrecen etiquetas de idioma para sus pistas. "
msgid "If the IDs are prefixed with <literal>!</literal> then the meaning is reversed: copy all tracks of this kind but the ones listed after the <literal>!</literal>."
msgstr "Si los IDs están prefijados con <literal>!</literal> entonces significa lo contrario: copia todas las pistas de este tipo excepto las enumeradas después del <literal>!</literal>."
msgid "Copy the video tracks <parameter>n</parameter>, <parameter>m</parameter> etc. The numbers are track IDs which can be obtained with the <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link> switch. They're not simply the track numbers (see section <link linkend=\"mkvmerge.track_ids\">track IDs</link>). Default: copy all video tracks."
msgstr "Copia las pistas de video <parameter>n</parameter>, <parameter>m</parameter>, etc. Los números son los ID de pista que pueden ser obtenidos con la opción <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link>. No son los números de la pista (mire la sección <link linkend=\"mkvmerge.track_ids\">IDs de pista</link>). Por defecto: copia todas las pistas de video. "
msgid "Copy the subtitle tracks <parameter>n</parameter>, <parameter>m</parameter> etc. The numbers are track IDs which can be obtained with the <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link> switch. They're not simply the track numbers (see section <link linkend=\"mkvmerge.track_ids\">track IDs</link>). Default: copy all subtitle tracks."
msgstr "Copia las pistas de subtítulos <parameter>n</parameter>, <parameter>m</parameter>, etc. Los números son los ID de pista que pueden ser obtenidos con la opción <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link>. No son los números de la pista (mire la sección <link linkend=\"mkvmerge.track_ids\">IDs de pista</link>). Por defecto: copia todas las pistas de subtítulos. "
msgid "Copy the button tracks <parameter>n</parameter>, <parameter>m</parameter> etc. The numbers are track IDs which can be obtained with the <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link> switch. They're not simply the track numbers (see section <link linkend=\"mkvmerge.track_ids\">track IDs</link>). Default: copy all button tracks."
msgstr "Copia las pistas de botón <parameter>n</parameter>, <parameter>m</parameter>, etc. Los números son los ID de pista que pueden ser obtenidos con la opción <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link>. No son los números de la pista (mire la sección <link linkend=\"mkvmerge.track_ids\">IDs de pista</link>). Por defecto: copia todas las pistas de botón. "
msgid "Copy the tags for tracks <parameter>n</parameter>, <parameter>m</parameter> etc. The numbers are track IDs which can be obtained with the <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link> switch (see section <link linkend=\"mkvmerge.track_ids\">track IDs</link>). They're not simply the track numbers. Default: copy tags for all tracks."
msgstr "Copia las etiquetas de las pistas <parameter>n</parameter>, <parameter>m</parameter>, etc. Los números son los ID de pista que pueden ser obtenidos con la opción <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link>. No son los números de la pista (mire la sección <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link>). Por defecto: copia las etiquetas de todas las pistas. "
msgid "If the IDs are prefixed with <literal>!</literal> then the meaning is reversed: copy everything but the IDs listed after the <literal>!</literal>."
msgstr "Si los IDs están prefijados con <literal>!</literal> entonces significa lo contrario: copia todas las pistas de este tipo excepto las enumeradas después del <literal>!</literal>."
msgid "Copy the attachments with the IDs <parameter>n</parameter>, <parameter>m</parameter> etc to all or only the first output file. Each ID can be followed by either '<literal>:all</literal>' (which is the default if neither is entered) or '<literal>:first</literal>'. If splitting is active then those attachments whose IDs are specified with '<literal>:all</literal>' are copied to all of the resulting output files while the others are only copied into the first output file. If splitting is not active then both variants have the same effect."
msgstr "Copia los adjuntos con los IDs <parameter>n</parameter>, <parameter>m</parameter>, etc... a todos (all) o sólo al primer archivo generado (first). A cada ID se le puede añadir '<literal>:all</literal>' (que es la opción predeterminada) o '<literal>:first</literal>'. Si la división está activada entonces estos adjuntos cuyos IDs especificados con '<literal>:all</literal>' serán copiados a todos los archivos generados mientras que los especificados con '<literal>:first</literal>' sólo serán copiados al primer archivo generado. Si la división no está activada entonces ambas variantes producen el mismo efecto. "
msgid "Sets the charset that is used for the conversion to UTF-8 for chapter information contained in the source file. See the section about <link linkend=\"mkvmerge.text_files_and_charsets\">text files and character sets</link> for an explanation how &mkvmerge; converts between character sets."
msgstr "Establece el conjunto de caracteres que se usarán en la conversión a UTF-8 de la información de capítulos almacenada en el archivo de entrada. Mire la sección acerca de <link linkend=\"mkvmerge.text_files_and_charsets\">la conversión de archivos de texto y conjunto de caracteres</link> para una explicación sobre cómo &mkvmerge; realiza la conversión entre conjunto de caracteres. "
msgid "Sets the ISO 639-2 language code that is written for each chapter entry. This option can be used for source files that contain chapters but no information about the chapters' languages, e.g. for MP4 and OGM files."
msgstr "Establece el código de idioma ISO 639-2 que será escrito para cada entrada de capítulo. Esta opción puede ser usada para archivo de entrada que contengan capítulos sin información sobre los idiomas de los capítulos, p.e. para archivos MP4 y OGM. "
msgid "Adjust the timestamps of the track with the id <parameter>TID</parameter> by <parameter>d</parameter> ms. The track IDs are the same as the ones given with <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link> (see section <link linkend=\"mkvmerge.track_ids\">track IDs</link>)."
msgstr "Ajusta los códigos de tiempo de la pista con el ID <parameter>TID</parameter> por <parameter>d</parameter> ms. Los IDs de la pista son los mismos que se muestran con la opción <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link>. (mire la sección <link linkend=\"mkvmerge.track_ids\">IDs de pista</link>). "
msgid "Controls for which tracks cue (index) entries are created for the given track (see section <link linkend=\"mkvmerge.track_ids\">track IDs</link>). '<literal>none</literal>' inhibits the creation of cue entries. For '<literal>iframes</literal>' only blocks with no backward or forward references ( = I frames in video tracks) are put into the cue sheet. '<literal>all</literal>' causes &mkvmerge; to create cue entries for all blocks which will make the file very big."
msgstr "Controla qué entradas del índice (cue) de la pistas se crean para una pista concreta (mira la sección <link linkend=\"mkvmerge.track_ids\">IDs de pista</link>). '<literal>None</literal>' evita la creación de entradas del índice. Sólo los bloques '<literal>iframes</literal>' sin referencias anteriores o posteriores ( = fotogramas I en pistas de video) se insertan en el cue sheet. '<literal>All</literal>' provoca que &mkvmerge; genere las entradas del índice para todos los bloques lo que hará que el archivo sea más grande. "
msgid "The default is '<literal>iframes</literal>' for video and subtitle tracks and '<literal>none</literal>' for audio tracks. See also option <link linkend=\"mkvmerge.description.no_cues\"><option>--no-cues</option></link> which inhibits the creation of cue entries regardless of the <option>--cues</option> options used."
msgstr "Por defecto es '<literal>iframes</literal>' para pistas de video y subtítulos, y '<literal>none</literal>' para las pistas de audio. Mire también la opción <link linkend=\"mkvmerge.description.no_cues\"><option>--no-cues</option></link> que evita la creación de entradas del índice a pesar de las opciones <option>--cues</option> utilizadas. "
msgid "Sets the 'default' flag for the given track (see section <link linkend=\"mkvmerge.track_ids\">track IDs</link>) if the optional argument <parameter>bool</parameter> is not present. If the user does not explicitly select a track himself then the player should prefer the track that has his 'default' flag set. Only one track of each kind (audio, video, subtitles, buttons) can have his 'default' flag set. If the user wants no track to have the default track flag set then he has to set <parameter>bool</parameter> to <constant>0</constant> for all tracks."
msgstr "Establece el flag 'predefinida' a la pista especificada (mire la sección <link linkend=\"mkvmerge.track_ids\">IDs de pista</link>) si el argumento opcional <parameter>bool</parameter> no está presente. Si el usuario no selecciona explicitamente una pista entonces el reproductor debería preferir la pista marcada con el flag de 'predefinida'. Sólo una pista de cada tipo (audio, video, subtítulos, botones) puede ser establecida como 'predefinida'. Si el usuario quiere que ninguna pista tenga el flag de 'predefinida' entonces debe establecer <parameter>bool</parameter> a <constant>0</constant> para todas las pistas. "
msgid "Sets the 'forced' flag for the given track (see section <link linkend=\"mkvmerge.track_ids\">track IDs</link>) if the optional argument <parameter>bool</parameter> is not present. A player must play all tracks for which this flag is set to <constant>1</constant>."
msgstr "Establece el flag 'forzada' a la pista especificada (mire la sección <link linkend=\"mkvmerge.track_ids\">IDs de pista</link>) si el argumento opcional <parameter>bool</parameter> no está presente. Un reproductor debe mostrar todas las pistas marcadas con este flag establecido a <constant>1</constant>."
msgid "Keep only the <classname>BlockAdditions</classname> up to the level <parameter>level</parameter> for the given track. The default is to keep all levels. This option only affects certain kinds of codecs like WAVPACK4."
msgstr "Conserva sólo los <classname>BlockAdditions</classname> hasta el nivel <parameter>nivel</parameter> de la pista especificada. Por defecto se conservan todos los niveles. Esta opción sólo afecta a ciertos tipos de códecs como WAVPACK4. "
msgid "Sets the track name for the given track (see section <link linkend=\"mkvmerge.track_ids\">track IDs</link>) to <parameter>name</parameter>."
msgstr "Establece el nombre de la pista especificada al dado en <parameter>nombre</parameter> (mire la sección <link linkend=\"mkvmerge.track_ids\">IDs de pista</link>). "
msgid "Sets the language for the given track (see section <link linkend=\"mkvmerge.track_ids\">track IDs</link>). Both ISO 639-2 language codes and ISO 639-1 country codes are allowed. The country codes will be converted to language codes automatically. All languages including their ISO 639-2 codes can be listed with the <link linkend=\"mkvmerge.description.list_languages\"><option>--list-languages</option></link> option."
msgstr "Establece el idioma de la pista especificada (mire la sección <link linkend=\"mkvmerge.track_ids\">IDs de pista</link>). Tanto los códigos de idioma ISO 639-2 y los códigos de país ISO 639-1 están permitidos. Los códigos de los países serán convertidos a códigos de idioma automáticamente. Todos los idiomas incluidos sus códigos ISO 639-2 pueden ser listados con la opción <link linkend=\"mkvmerge.description.list_languages\"><option>--list-languages</option></link>."
msgid "Read tags for the track with the number <parameter>TID</parameter> from the file <parameter>file-name</parameter>. See the section about <link linkend=\"mkvmerge.tags\">tags</link> below for details."
msgstr "Lee las etiquetas para la pista con el número <parameter>TID</parameter> del archivo <parameter>nombre-archivo</parameter>. Mire la sección de más adelante acerca de las <link linkend=\"mkvmerge.tags\">etiquetas</link> para más detalles. "
msgid "Tells &mkvmerge; that the track with the ID <parameter>TID</parameter> is <abbrev>SBR AAC</abbrev> (also known as <abbrev>HE-AAC</abbrev> or <abbrev>AAC+</abbrev>). This options is needed if a) the source file is an <abbrev>AAC</abbrev> file (<emphasis>not</emphasis> for a &matroska; file) and b) the <abbrev>AAC</abbrev> file contains <abbrev>SBR AAC</abbrev> data. The reason for this switch is that it is technically impossible to automatically tell normal <abbrev>AAC</abbrev> data from <abbrev>SBR AAC</abbrev> data without decoding a complete <abbrev>AAC</abbrev> frame. As there are several patent issues with <abbrev>AAC</abbrev> decoders &mkvmerge; will never contain this decoding stage. So for <abbrev>SBR AAC</abbrev> files this switch is mandatory. The resulting file might not play back correctly or even not at all if the switch was omitted."
msgstr "Le dice a &mkvmerge; que la pista con el ID <parameter>TID</parameter> es <abbrev>SBR AAC</abbrev> (también conocido como <abbrev>HE-AAC</abbrev> o <abbrev>AAC+</abbrev>). Estas opciones son necesarias si: a) el archivo de entrada es un archivo <abbrev>AAC</abbrev> (no para un archivo &matroska;) y b) el archivo <abbrev>AAC</abbrev> contiene datos <abbrev>SBR AAC</abbrev>. La razón para esta opción es que es técnicamente imposible distinguir los datos <abbrev>AAC</abbrev> de los datos <abbrev>SBR AAC</abbrev> sin decodificar un fotograma completo de <abbrev>AAC</abbrev>. Cómo hay diversos problemas de patentes con los decodificadores <abbrev>AAC</abbrev>, &mkvmerge; nunca realizará esta fase de decodificación. Por lo que, para archivos <abbrev>SBR AAC</abbrev> esta opción es obligatoria. El archivo generado podría no reproducirse correctamente, o ni si quiera hacerlo, si esta opción es omitida. "
msgid "If the source file is a &matroska; file then the <classname>CodecID</classname> should be enough to detect <abbrev>SBR AAC</abbrev>. However, if the <classname>CodecID</classname> is wrong then this switch can be used to correct that."
msgstr "Si el archivo de entrada es un archivo &matroska; entonces el <classname>CodecID</classname> debería ser suficiente para detectar <abbrev>SBR AAC</abbrev>. Sin embargo, si el <classname>CodecID</classname> es erróneo entonces esta opción puede ser usada para corregirlo. "
msgid "If mkvmerge wrongfully detects that an <abbrev>AAC</abbrev> file is <abbrev>SBR</abbrev> then you can add '<literal>:0</literal>' to the track ID."
msgstr "Si mkvmerge detecta erróneamente que es un archivo <abbrev>AAC</abbrev> es <abbrev>SBR</abbrev> entonces puedes añadir '<literal>:0</literal>' al ID de pista. "
msgid "Some audio codecs have a lossy core and optional extensions that implement lossless decoding. This option tells &mkvmerge; to only copy the core but not the extensions. By default &mkvmerge; copies both the core and the extensions."
msgstr "Algunos códecs de audio tienen un núcleo (core) con pérdidas y una extensión adicional que realiza una decodificación sin pérdidas. Esta opción le dice a &mkvmerge; que sólo copie el núcleo y no la extensión. Por defecto, &mkvmerge; copia tanto el núcleo como la extensión. "
msgid "Currently only <abbrev>DTS</abbrev> tracks are affected by this option. TrueHD tracks that contain an embedded <abbrev>AC-3</abbrev> core are instead presented as two separate tracks for which the user can select which track to copy. For <abbrev>DTS</abbrev> such a scheme would not work as the HD extensions cannot be decoded by themselves – unlike the TrueHD data."
msgstr "Actualmente sólo a las pistas <abbrev>DTS</abbrev> les afecta esta opción. Sin embargo, las pistas TrueHD que contienen un núcleo <abbrev>AC-3</abbrev> se presentan como dos pistas independientes para que el usuario puede seleccionar que pista quiere copiar. Para un <abbrev>DTS</abbrev> esto no funcionaría ya que las extensiones HD no puede ser decodificadas en si misma - a diferencia de lo que pasa con los datos TrueHD. "
msgid "Some audio codecs contain header fields that tell the decoder or player to apply a (usually negative) gain for dialog normalization. This option tells &mkvmerge; to remove or minimize that gain by modifying the corresponding header fields."
msgstr "Algunos códecs de audio contienen campos de cabecera que informan al decodificador o reproductor la ganancia (normalmente negativa) a aplicar para la normalización de diálogo. Esta opción le dice a &mkvmerge; que elimine o minimice esa ganancia al modificar el correspondiente campo de la cabecera."
msgid "Read the timestamps to be used for the specific track ID from <parameter>file-name</parameter>. These timestamps forcefully override the timestamps that &mkvmerge; normally calculates. Read the section about <link linkend=\"mkvmerge.external_timestamp_files\">external timestamp files</link>."
msgstr "Lee los códigos de tiempo que se utilizarán para el ID de pista especificado de <parameter>nombre-archivo</parameter>. Estos códigos de tiempo reemplazan de manera forzosa los códigos de tiempo que &mkvmerge; normalmente calcula. Lea la sección acerca de <link linkend=\"mkvmerge.external_timestamp_files\">archivos de códigos de tiempo externos</link>. "
msgid "Forces the default duration of a given track to the specified value. Also modifies the track's timestamps to match the default duration. The argument <parameter>x</parameter> must be postfixed with '<literal>s</literal>', '<literal>ms</literal>', '<literal>us</literal>', '<literal>ns</literal>', '<literal>fps</literal>', '<literal>p</literal>' or '<literal>i</literal>' to specify the default duration in seconds, milliseconds, microseconds, nanoseconds, 'frames per second', 'progressive frames per second' or 'interlaced frames per second' respectively. The number <parameter>x</parameter> itself can be a floating point number or a fraction."
msgstr "Fuerza la duración predeterminada de una pista a un valor específico. También modifica los códigos de tiempo para que coincidan con la duración predeterminada. El argumento <parameter>x</parameter> debe tener el sufijo '<literal>s</literal>', '<literal>ms</literal>', '<literal>us</literal>', '<literal>ns</literal>', '<literal>fps</literal>', '<literal>p</literal>' o '<literal>i</literal>' para especificar la duración predeterminada en segundos, milisegundos, microsegundos, nanosegundos, 'fotogramas por segundo', 'fotogramas progresivos por segundo', o 'fotogramas entrelazados por segundo, respectivamente. El número <parameter>x</parameter> en si mismo puede ser un número decimal o fracción. "
msgid "If the default duration is not forced then mkvmerge will try to derive the track's default duration from the container and/or the encoded bitstream for certain track types, e.g. AVC/H.264 or MPEG-2."
msgstr "Si no se fuerza la duración predeterminada entonces mkvmerge intentará generar la duración predeterminada de la pista a partir del contenedor y/o el bitstream codificado para ciertos tipos de pista, p.e. AVC/H.264 o MPEG-2."
msgstr "Esta opción también puede ser utilizado para cambiar los <abbrev>FPS</abbrev> de las pistas de video sin tener que usar códigos de tiempo externos. "
msgid "Normally &mkvmerge; does not change the timing information (frame/field rate) stored in the video bitstream. With this option that information is adjusted to match the container timing information. The container timing information can come from various sources: from the command line (see option <link linkend=\"mkvmerge.description.default_duration\"><option>--default-duration</option></link>), the source container or derived from the bitstream."
msgstr "Por lo general, &mkvmerge; no cambia la información del tiempo (frecuencia de fotograma/campo) almacenada en el bitstream de video. Con esta opción esa información se ajusta para coincidir con la información del tiempo. La información del tiempo del contenedor puede provenir de varias fuentes: desde la línea de comandos (mire la sección <link linkend=\"mkvmerge.description.default_duration\"><option>--default-duration</option></link>), el contenedor de la fuente o generado a partir del bitstream. "
msgid "Forces the <abbrev>NALU</abbrev> size length to <parameter>n</parameter> bytes. This parameter is only used if the AVC/H.264 elementary stream packetizer is used. If left out it defaults to 4 bytes, but there are files that contain frames or slices that are all smaller than 65536 bytes. For such files you can use this parameter and decrease the size to 2."
msgstr "Fuerza la longitud del tamaño <abbrev>NALU</abbrev> en <parameter>n</parameter> bytes. Este parámetro sólo se utiliza al usar el empaquetador de secuencias elementales AVC/H.264. Si se omite por defecto usa 4 bytes, pero pueden existir archivos que contengan fotogramas o fragmentos menores de 65536 bytes. Para dichos archivos puede usar este parámetro y disminuir el tamaño a 2. "
msgid "Selects the compression method to be used for the track. Note that the player also has to support this method. Valid values are '<literal>none</literal>', '<literal>zlib</literal>' and '<literal>mpeg4_p2</literal>'/'<literal>mpeg4p2</literal>'."
msgstr "Selecciona el método de compresión que se usará para la pista. Tenga en cuenta que el reproductor debe soportar este método. Los valores válidos son '<literal>none</literal>', '<literal>zlib</literal>' y '<literal>mpeg4_p2</literal>'/'<literal>mpeg4p2</literal>'."
msgid "The compression method '<literal>mpeg4_p2</literal>'/'<literal>mpeg4p2</literal>' is a special compression method called 'header removal' that is only available for <abbrev>MPEG4</abbrev> part 2 video tracks."
msgstr "El método de compresión '<literal>mpeg4_p2</literal>'/'<literal>mpeg4p2</literal>' es un método especial llamado 'eliminador de encabezado' que sólo está disponible para pistas de video <abbrev>MPEG4</abbrev> part 2. "
msgid "The default for some subtitle types is '<literal>zlib</literal>' compression. This compression method is also the one that most if not all playback applications support. Support for other compression methods other than '<literal>none</literal>' is not assured."
msgstr "La compresión por defecto para algunas pistas de subtítulos es '<literal>zlib</literal>'. Este método de compresión es para el que casi todas, si no todas, las aplicaciones de reproducción son compatibles. No se puede asegurar la compatibilidad para otros métodos de compresión que no sea 'ninguna'. "
msgid "&matroska; files contain two values that set the display properties that a player should scale the image on playback to: display width and display height. These values can be set with this option, e.g. '<literal>1:640x480</literal>'."
msgstr "Los archivos &matroska; contienen dos valores que establecen las propiedades de visualización a las que un reproductor debería usar para redimensionar la imagen en la reproducción a: ancho y alto de visualización. Estos valores pueden ser establecidos con esta opción, p.e. '<literal>1:640x480</literal>'. "
msgid "Another way to specify the values is to use the <link linkend=\"mkvmerge.description.aspect_ratio\"><option>--aspect-ratio</option></link> or the <link linkend=\"mkvmerge.description.aspect_ratio_factor\"><option>--aspect-ratio-factor</option></link> option (see below). These options are mutually exclusive."
msgstr "Otra manera de especificar los valores de visualización es usar la opción <link linkend=\"mkvmerge.description.aspect_ratio\"><option>--aspect-ratio</option></link> o <link linkend=\"mkvmerge.description.aspect_ratio_factor\"><option>--aspect-ratio-factor</option></link> (mire más abajo). Estas opciones son mutuamente excluyentes. "
msgid "&matroska; files contain two values that set the display properties that a player should scale the image on playback to: display width and display height. With this option &mkvmerge; will automatically calculate the display width and display height based on the image's original width and height and the aspect ratio given with this option. The ratio can be given either as a floating point number <parameter>ratio</parameter> or as a fraction '<parameter>width</parameter>/<parameter>height</parameter>', e.g. '<literal>16/9</literal>'."
msgstr "Los archivos &matroska; contienen dos valores que establecen las propiedades de visualización que un reproductor debería usar para redimensionar la imagen para reproducir a: ancho y alto de visualización. Con esta opción &matroska; calculará automáticamente el ancho y alto de reproducción basado en el ancho y alto original de la imagen y la relación de aspecto especificada con esta opción. La relación de aspecto puede ser especificada como un número decimal de proporción o una fracción '<parameter>ancho</parameter>/<parameter>alto</parameter>', p.e. '<literal>16/9</literal>'. "
msgid "Another way to specify the values is to use the <link linkend=\"mkvmerge.description.aspect_ratio_factor\"><option>--aspect-ratio-factor</option></link> or <link linkend=\"mkvmerge.description.display_dimensions\"><option>--display-dimensions</option></link> options (see above and below). These options are mutually exclusive."
msgstr "Otra manera de especificar los valores de visualización es usar la opción <link linkend=\"mkvmerge.description.aspect_ratio_factor\"><option>--aspect-ratio-factor</option></link> o <link linkend=\"mkvmerge.description.display_dimensions\"><option>--display-dimensions</option></link> (mire más abajo). Estas opciones son mutuamente excluyentes. "
msgid "Another way to set the aspect ratio is to specify a <parameter>factor</parameter>. The original aspect ratio is first multiplied with this <parameter>factor</parameter> and used as the target aspect ratio afterwards."
msgstr "Otra manera de establecer la relación de aspecto es especificar un <parameter>factor</parameter>. La relación de aspecto original es primero multiplicada por este <parameter>factor</parameter> y después se usa como la relación de aspecto definitiva. "
msgid "Another way to specify the values is to use the <link linkend=\"mkvmerge.description.aspect_ratio\"><option>--aspect-ratio</option></link> or <link linkend=\"mkvmerge.description.display_dimensions\"><option>--display-dimensions</option></link> options (see above). These options are mutually exclusive."
msgstr "Otra manera de especificar los valores de visualización es usar la opción <link linkend=\"mkvmerge.description.aspect_ratio\"><option>--aspect-ratio</option></link> o <link linkend=\"mkvmerge.description.display_dimensions\"><option>--display-dimensions</option></link> (mire más abajo). Estas opciones son mutuamente excluyentes. "
msgid "Sets the matrix coefficients of the video used to derive luma and chroma values from red, green and blue color primaries. The parameter <parameter>n</parameter> is an integer rangeing from <constant>0</constant> and <constant>10</constant>."
msgstr "Establece los coeficientes matriciales del video para generar los valores de luminancia y crominancia a partir de los colores primarios rojo, verde y azul. El parámetro <parameter>n</parameter> es un número entero entre <constant>0</constant> y <constant>10</constant>."
msgstr "Establece el número de bits codificados para un canal de color. Un valor de <constant>0</constant> indica que el número de bits no se ha especificado."
msgid "Example: For video with 4:2:0 chroma subsampling, the parameter should be set to <code><parameter>TID</parameter>:<constant>1</constant>,<constant>1</constant></code>."
msgstr "Ejemplo: Para un video con submuestreo de crominancia 4:2:0, el parámetro se debe establecer a <code><parameter>TID</parameter>:<constant>1</constant>,<constant>1</constant></code>."
msgid "The amount of pixels to remove in the Cb channel for every pixel not removed horizontally/vertically. This is additive with <option>--chroma-subsample</option>."
msgstr "La cantidad de píxeles a eliminar en el canal Cb por cada pixel no eliminado horizontal/verticalmente. Esto se adiciona a la opción <option>--chroma-subsample</option>."
msgid "Example: For video with 4:2:1 chroma subsampling, the parameter <option>--chroma-subsample</option> should be set to <code><parameter>TID</parameter>:<constant>1</constant>,<constant>0</constant></code> and Cb-subsample should be set to <code><parameter>TID</parameter>:<constant>1</constant>,<constant>0</constant></code>."
msgstr "Ejemplo: Para un video con submuestreo de crominancia 4:2:1, el parámetro <option>--chroma-subsample</option> se debe establecer a <code><parameter>TID</parameter>:<constant>1</constant>,<constant>0</constant></code> y el submuestreo de Cb se debe establecer a <code><parameter>TID</parameter>:<constant>1</constant>,<constant>0</constant></code>."
msgid "Sets how chroma is sited horizontally/vertically (<constant>0</constant>: unspecified, <constant>1</constant>: top collocated, <constant>2</constant>: half)."
msgstr "Establece como se situa horizontal/verticalmente la crominancia (<constant>0</constant>: indeterminado, <constant>1</constant>: arriba, <constant>2</constant>: mitad)."
msgid "Sets the clipping of the color ranges (<constant>0</constant>: unspecified, <constant>1</constant>: broadcast range, <constant>2</constant>: full range (no clipping), <constant>3</constant>: defined by MatrixCoefficients/TransferCharacteristics)."
msgstr "Establece los valores de recorte -clipping- de los rangos de color (<constant>0</constant>: indeterminado, <constant>1</constant>: rango de retransmisión, <constant>2</constant>: rango completo (sin recorte), <constant>3</constant>: definido por CoeficientesMatriciales/CaracterísticasTransferencia)."
msgid "Sets the maximum brightness of a single pixel (Maximum Content Light Level) in candelas per square meter (cd/m²). The value of <parameter>n</parameter> should be a non-negtive integer."
msgstr "Establece el brillo máximo de un único pixel (Nivel Máximo de Contenido de Luz) en candelas por metro cuadrado (cd/m²). El valor de <parameter>n</parameter> debe ser un número entero positivo."
msgid "Sets the maximum brightness of a single full frame (Maximum Frame-Average Light Level) in candelas per square meter (cd/m²). The value of <parameter>n</parameter> should be a non-negtive integer."
msgstr "Establece el brillo máximo de un único fotograma (Nivel Máximo de Luz del Promedio del Fotograma ) en candelas por metro cuadrado (cd/m²). El valor de <parameter>n</parameter> debe ser un número entero positivo."
msgstr "Establece el método usado de la proyección del video. Los valores admitidos son 0 (proyección rectangular), 1 (proyección equirectangular), 2 (proyección de mapeo cúbico) y 3 (proyección de malla)."
msgid "Sets private data that only applies to a specific projection. Data must be given as hex numbers with or without the "0x" prefix, with or without spaces."
msgstr "Establece los datos privados que sólo se aplican a una proyección en concreto. Los datos deben ser números hexadecimales con o sin el prefijo "0x", con o sin espacios."
msgstr "Establece el orden de campos para la pista de video con el ID de pista <parameter>TID</parameter>. El orden debe ser uno de los siguientes números:"
msgid "<constant>0</constant>: progressive; <constant>1</constant>: interlaced with top field displayed first and top field stored first; <constant>2</constant>: undetermined field order; <constant>6</constant>: interlaced with bottom field displayed first and bottom field stored first; <constant>9</constant>: interlaced with bottom field displayed first and top field stored first; <constant>14</constant>: interlaced with top field displayed first and bottom field stored first"
msgstr "<constant>0</constant>: progresivo; <constant>1</constant>: entrelazado con campo superior mostrado y almacenado primero; <constant>2</constant>: orden de campo indeterminado; <constant>6</constant>: entrelazado con campo inferior mostrado y almacenado primero; <constant>9</constant>: entrelazado con campo inferior mostrado primero y campo superior almacenado primero; <constant>14</constant>: entrelazado con campo superior mostrado primero y campo inferior almacenado primero"
msgid "Sets the stereo mode for the video track with the track ID <parameter>TID</parameter>. The mode can either be a number <parameter>n</parameter> between <constant>0</constant> and <constant>14</constant> or one of these keywords:"
msgstr "Establece el modo estereoscópico para la pista de video con el ID de pista <parameter>TID</parameter>. El modo puede ser un número <parameter>n</parameter> entre <constant>0</constant> y <constant>14</constant> o una de estas palabras clave: "
msgid "Sets the character set for the conversion to UTF-8 for UTF-8 subtitles for the given track ID. If not specified the charset will be derived from the current locale settings. Note that a charset is not needed for subtitles read from &matroska; files or from Kate streams, as these are always stored in UTF-8. See the section about <link linkend=\"mkvmerge.text_files_and_charsets\">text files and character sets</link> for an explanation how &mkvmerge; converts between character sets."
msgstr "Establece el conjunto de caracteres para realizar la conversión a UTF-8 para los subtítulos UTF-8 de un ID de pista especificada. Si no se especifica el conjunto de caracteres será generado a partir de la configuración regional actual. Tenga en cuenta que un conjunto de caracteres no es necesario para leer subtítulos desde archivos &mkvmerge; o desde secuencias Kate, ya que estos siempre se almacenan en UTF-8. Mire la sección acerca de <link linkend=\"mkvmerge.text_files_and_charsets\">archivos de texto y conjunto de caracteres</link> para una explicación sobre cómo &mkvmerge; realiza la conversión entre conjunto de caracteres. "
msgid "Will let &mkvmerge; probe the single file and report its type, the tracks contained in the file and their track IDs. If this option is used then the only other option allowed is the filename."
msgstr "Le permitirá a &mkvmerge; analizar el archivo e informar de qué tipo es, las pistas que contiene y los IDs de pista. Si se usa esta opción entonces la unica opción permitida es el nombre-archivo."
msgid "The output format used for the result can be changed with the option <link linkend=\"mkvmerge.description.identification_format\">--identification-format</link>."
msgstr "El formato de salida usado para el resultado se puede cambiar con la opción <link linkend=\"mkvmerge.description.identification_format\">--identification-format</link>."
msgid "Determines the output format used by the <link linkend=\"mkvmerge.description.identify\"><literal>--identify</literal> option</link>. The following formats are supported: <literal>text</literal> (the default if this option isn't used) and <literal>json</literal>."
msgstr "Determina el formato de salida usado por la opción <link linkend=\"mkvmerge.description.identify\"><literal>--identify</literal></link>. Los siguientes formatos son válidos: <literal>text</literal> (el valor por defecto si esta opción no se usa), y <literal>json</literal>."
msgstr "El formato de <literal>text</literal> es corto y legíble. Se compone de una línea por cada elemento encontrado (contenedor, pistas, adjuntos, etc...)."
msgid "This format is not meant to be parsed. The output will be translated into the language &mkvmerge; uses (see also <link linkend=\"mkvmerge.description.ui_language\">--ui-language</link>)."
msgstr "Este formato no está pensado para ser analizado. La salida se traducirá en el idioma que &mkvmerge; utiliza (mire también <link linkend=\"mkvmerge.description.ui_language\">--ui-language</link>)."
msgid "The <literal>json</literal> format outputs a machine-readable JSON representation. This format follows the JSON schema described in the following file:"
msgstr "El formato<literal>json</literal> genera una representación JSON legible por máquina. Este formato sigue el esquema JSON descrito en el siguiente archivo:"
msgid "File types such as MPEG program and transport streams (<literal>.vob</literal>, <literal>.m2ts</literal>) require parsing a certain amount of data in order to detect all tracks contained in the file. This amount is 0.3% of the source file's size or 10 MB, whichever is higher."
msgstr "Algunos tipos de archivos tales como secuencias de programa MPEG y transporte (<literal>.vob</literal>, <literal>.m2ts</literal>), necesitan analizar cierta cantidad de datos para detectar todas las pistas almacenadas en el archivo. Esta cantidad es un 0.3% del tamaño del archivo original o 10 MB, dependiendo cual sea mayor."
msgid "If tracks are known to be present but not found then the percentage to probe can be changed with this option. The minimum of 10 MB is built-in and cannot be changed."
msgstr "Si se conocen las pistas presentes en el archivo pero no son encontradas, entonces se puede cambiar el porcentaje de exploración con esta opción. El mínimo de 10 MB está definido por defecto y no se puede cambiar."
msgid "Lists all languages and their ISO 639-2 code which can be used with the <link linkend=\"mkvmerge.description.language\"><option>--language</option></link> option."
msgstr "Muestra una lista de idiomas y sus códigos ISO 639-2 que se pueden utilizar con la opción <link linkend=\"mkvmerge.description.language\"><option>--language</option></link>. "
msgid "Sets the process priority that &mkvmerge; runs with. Valid values are '<literal>lowest</literal>', '<literal>lower</literal>', '<literal>normal</literal>', '<literal>higher</literal>' and '<literal>highest</literal>'. If nothing is given then '<literal>normal</literal>' is used. On Unix like systems &mkvmerge; will use the <citerefentry><refentrytitle>nice</refentrytitle><manvolnum>2</manvolnum></citerefentry> function. Therefore only the super user can use '<literal>higher</literal>' and '<literal>highest</literal>'. On Windows all values are useable for every user."
msgstr "Establece la prioridad de procesamiento con la que &mkvmerge; se ejecutará. Los valores válidos son '<literal>muy baja</literal>', '<literal>baja</literal>', '<literal>normal</literal>', '<literal>alta</literal>' y '<literal>muy alta</literal>'. Si no se especifica nada entonces se usa la opción 'normal'. En sistemas basados en Unix, &mkvmerge; usará la función <citerefentry><refentrytitle>nice</refentrytitle><manvolnum>2</manvolnum></citerefentry>. Por lo tanto, sólo el súper usuario puede usar '<literal>alta</literal>' y '<literal>muy alta</literal>'. En Windows todos los valores pueden se usados por todos los usuarios. "
msgid "Selecting '<literal>lowest</literal>' also causes &mkvmerge; to select idle I/O priority in addition to the lowest possible process priority."
msgstr "Seleccionando '<literal>muy baja</literal>' también provocará que &mkvmerge; seleccione la más baja prioridad de entrada y salida, así como la de procesamiento. "
msgid "Sets the character set to convert strings given on the command line from. It defaults to the character set given by system's current locale. This settings applies to arguments of the following options: <link linkend=\"mkvmerge.description.title\"><option>--title</option></link>, <link linkend=\"mkvmerge.description.track_name\"><option>--track-name</option></link> and <link linkend=\"mkvmerge.description.attachment_description\"><option>--attachment-description</option></link>."
msgstr "Establece el conjunto de caracteres para convertir las cadenas de texto especificadas en la línea de comandos. Por defecto, el conjunto de caracteres está especificado por la configuración regional actual. Esta configuración se aplica a los argumentos de las siguientes opciones: <link linkend=\"mkvmerge.description.title\"><option>--title</option></link>, <link linkend=\"mkvmerge.description.track_name\"><option>--track-name</option></link> y <link linkend=\"mkvmerge.description.attachment_description\"><option>--attachment-description</option></link>."
msgid "Writes all messages to the file <parameter>file-name</parameter> instead of to the console. While this can be done easily with output redirection there are cases in which this option is needed: when the terminal reinterprets the output before writing it to a file. The character set set with <link linkend=\"mkvmerge.description.output_charset\"><option>--output-charset</option></link> is honored."
msgstr "Escribe todos los mensajes al archivo <parameter>nombre-archivo</parameter> en vez de en la consola. Aunque esto se puede hacer fácilmente con la opción de redirección hay casos en los que es necesaria esta opción: cuando el terminal reinterpreta la salida antes de escribirlo al archivo. El conjunto de caracteres establecido con <link linkend=\"mkvmerge.description.output_charset\"><option>--output-charset</option></link> se respeta. "
msgid "Enables the creation of byte-identical files if the same version of &mkvmerge; is used with the same source files, the same set of options and the same seed. Note that the \"date\" segment information field is not written in this mode."
msgstr "Habilita la creación de archivos idénticos en bytes si se usa la misma versión de &mkvmerge; con los mismos archivos de origen, el mismo conjunto de opciones y valor inicial. Tenga en cuenta que el campo \"fecha\" de información del segmento no se escribe en este modo."
msgstr "Al usar otras versiones de &mkvmerge; u otras opciones de la línea de comandos, puede que obtenga el mismo archivo con idénticos bytes pero no se puede asegurar."
msgid "Turn on experimental features. A list of available features can be requested with <command>mkvmerge --engage list</command>. These features are not meant to be used in normal situations."
msgstr "Habilita características experimentales. Una lista de características disponibles puede ser solicitada con la instrucción <command>mkvmerge --engage list</command>. Estas características no están indicadas para ser usadas en situaciones normales. "
msgid "Reads additional command line arguments from the file <parameter>options-file</parameter>. See the section about <link linkend=\"mkvmerge.option_files\">option files</link> for further information."
msgstr "Lee argumentos adicionales de la línea de comandos desde el archivo <parameter>archivo-opciones</parameter>. Mire la sección acerca de <link linkend=\"mkvmerge.option_files\">archivos de opciones</link> para más información. "
msgid "Lists information about optional features that have been compiled in and exit. The first line output will be the version information. All following lines contain exactly one word whose presence indicates that the feature has been compiled in. These features are:"
msgstr "Muestra información sobre las características adicionales que han sido compiladas y sale. La primera línea generada será la información de la versión. El resto de líneas contienen exactamente una palabra cuya presencia indica que esa característica ha sido compilada. Estas características son: "
msgid "'<literal>FLAC</literal>' -- reading raw <abbrev>FLAC</abbrev> files and handling <abbrev>FLAC</abbrev> tracks in other containers, e.g. <productname>Ogg</productname> or &matroska;."
msgstr "'<literal>FLAC</literal>' -- lee archivos en bruto <abbrev>FLAC</abbrev> y manipula pistas <abbrev>FLAC</abbrev> en otros contenedores. p.e. <productname>Ogg</productname> o &matroska;."
msgid "For each file the user can select which tracks &mkvmerge; should take. They are all put into the file specified with <option>-o</option>. A list of known (and supported) source formats can be obtained with the <option>-l</option> option."
msgstr "Para cada archivo, el usuario puede seleccionar qué pistas &mkvmerge; debe tomar. Todos se almacenan en un archivo especificado con <option>-o</option>. Una lista de formatos conocidos (y soportados) se pueden obtener con la opción <option>-l</option>."
msgid "Options that affect the whole program and are not tied to any input file. These include but are not limited to <option>--command-line-charset</option>, <option>--output</option> or <option>--title</option>. These can appear anywhere on the command line."
msgstr "Opciones que afectan a todo el programa y no están vinculadas a ningún archivo de entrada. Estas son, entre otras, <option>--command-line-charset</option>, <option>--output</option> o <option>--title</option>e. Estas pueden aparecer en cualquier parte de la línea de comandos. "
msgid "Options that affect a single input file or a single track in an input file. These options all apply to the following input file on the command line. All options applying to the same input (or to tracks from the same input file) file can be written in any order as long as they all appear before that input file's name. Examples for options applying to an input file are <option>--no-chapters</option> or <option>--chapter-charset</option>. Examples for options applying to a single track are <option>--default-duration</option> or <option>--language</option>."
msgstr "Opciones que afectan a un solo archivo de entrada o una sola pista de un archivo de entrada. Estas opciones se aplican al siguiente archivo en la línea de comandos. Todas las opciones que se aplican al mismo archivo de entrada (o las pistas del mismo archivo de entrada) se pueden especificar en cualquier orden, siempre y cuando, todas aparezcan antes del nombre del archivo de entrada. Ejemplos para las opciones que se aplican a un archivo de entrada son <option>--no-chapters</option> o <option>--chapter-charset</option>. Ejemplos para las opciones que se aplican a una única pista son <option>--default-duration</option> o <option>--language</option>."
msgid "The options are processed from left to right. If an option appears multiple times within the same scope then the last occurrence will be used. Therefore the title will be set to "Something else" in the following example:"
msgstr "Las opciones se procesan de izquierda a derecha. Si una opción aparece varias veces en el mismo ámbito, se utilizará la última. Por lo tanto, el título se establecerá a "Otra cosa" en el siguiente ejemplo: "
msgid "The following example shows that using the <option>--language</option> option twice is OK because they're used in different scopes. Even though they apply to the same track ID they apply to different input files and therefore have different scopes:"
msgstr "El siguiente ejemplo muestra como usando dos veces la opción <option>--language</option> todo es correcto ya que son usadas en diferentes ámbitos. A pesar de que se aplican al mismo ID de pista, estas se aplican a diferentes archivos de entrada y por lo tanto tienen diferentes ámbitos: "
msgid "Let's assume you have a file called MyMovie.avi and the audio track in a separate file, e.g. '<literal>MyMovie.wav</literal>'. First you want to encode the audio to &oggvorbis;:"
msgstr "Supongamos que tienes un archivo llamado MiPelícula.avi y una pista de audio en otro archivo, p.e. '<literal>MiPelícula.wav</literal>'. Lo primero que necesitas es codificar el audio a &oggvorbis;:"
msgid "If your <abbrev>AVI</abbrev> already contains an audio track then it will be copied as well (if &mkvmerge; supports the audio format). To avoid that simply do"
msgstr "Si tu <abbrev>AVI</abbrev> ya contiene una pista de audio entonces también será copiada (si &mkvmerge; soporta el formato de ese audio). Para evitar esto, simplemente hacer lo siguiente: "
msgid "After some minutes of consideration you rip another audio track, e.g. the director's comments or another language to '<literal>MyMovie-add-audio.wav</literal>'. Encode it again and join it up with the other file:"
msgstr "Después de unos minutos decides ripear otra pista de audio, p.e. los comentarios del director u otro idioma, '<literal>MiPelícula-añadir-audio.wav</literal>'. La codificas de nuevo y la añades al anterior archivo: "
msgid "Now fire up <productname>mplayer</productname> and enjoy. If you have multiple audio tracks (or even video tracks) then you can tell <productname>mplayer</productname> which track to play with the '<option>-vid</option>' and '<option>-aid</option>' options. These are 0-based and do not distinguish between video and audio."
msgstr "Ahora abra el <productname>mplayer</productname> y disfruta. Si tienes múltiples pistas de audios (o incluso pistas de video) entonces le puedes decir a <productname>mplayer</productname> que pista debe reproducir con las opciones '<option>-vid</option>' y '<option>-aid</option>'. Estos están en base y no distinguen entre video y audio (el índice comienza en el cero)."
msgid "This would add 200ms of silence at the beginning of the audio track with the ID <constant>12345</constant> taken from '<literal>outofsync.ogg</literal>'."
msgstr "Esto añadiría 200ms de silencio al inicio de la pista de audio con el ID <constant>12345</constant> obtenido de '<literal>desincronizado.ogg</literal>'. "
msgid "Some movies start synced correctly but slowly drift out of sync. For these kind of movies you can specify a delay factor that is applied to all timestamps -- no data is added or removed. So if you make that factor too big or too small you'll get bad results. An example is that an episode I transcoded was <constant>0.2</constant> seconds out of sync at the end of the movie which was <constant>77340</constant> frames long. At <constant>29.97fps</constant> <constant>0.2</constant> seconds correspond to approx. <constant>6</constant> frames. So I did"
msgstr "Algunas películas comienzan sincronizadas correctamente pero poco a poco se desincronizan. Para este tipo de películas se puede especificar un factor de desfase que será aplicado a todas las marcas de tiempo (timestamps) -- ningún dato es añadido o eliminado. Si se aplicas un factor muy grande o pequeño el resultado puede ser incorrecto. Un ejemplo sería un episodio transcodificado que tiene <constant>0.2</constant> segundos de desincronización al final de la película, y cuya longitud total es de <constant>77340</constant> fotogramas. Si el framerate es <constant>29.97fps</constant>, <constant>0.2</constant> segundos corresponden aproximadamente a <constant>6</constant> fotogramas. Así que se puede hacer:"
msgid "For text subtitles you can either use some Windows software (like <productname>SubRipper</productname>) or the <productname>subrip</productname> package found in <citerefentry><refentrytitle>transcode</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s sources in the '<literal>contrib/subrip</literal>' directory. The general process is:"
msgstr "Para subtítulos de texto puede utilizar cualquier programa para Windows (como <productname>SubRipper</productname>) o el paquete <productname>subrip</productname> que se puede encontrar en fuentes de <citerefentry><refentrytitle>transcodificación</refentrytitle><manvolnum>1</manvolnum></citerefentry> en el directorio '<literal>contrib/subrip</literal>'. El proceso general es: "
msgid "If you want to specify the language for a given track then this is easily done. First find out the ISO 639-2 code for your language. &mkvmerge; can list all of those codes for you:"
msgstr "Si necesitas especificar un idioma para una pista concreta, esto es realmente fácil. Primero busca tu idioma en el código ISO 639-2. &mkvmerge; puede mostrarte todos esos códigos para ti: "
msgid "Search the list for the languages you need. Let's assume you have put two audio tracks into a &matroska; file and want to set their language codes and that their track IDs are 2 and 3. This can be done with"
msgstr "Busca en la lista de los idiomas el que necesites. Supongamos que tienes dos pistas de audio en un archivo &matroska; y necesitas establecer sus códigos de idioma, y que sus IDs de pista son 2 y 3. Esto se puede hacer con: "
msgid "Maybe you'd also like to have the player use the Dutch language as the default language. You also have extra subtitles, e.g. in English and French, and want to have the player display the French ones by default. This can be done with"
msgstr "Es posible que quiera que el reproductor use el holandés como el idioma predeterminado. También tiene subtítulos adicionales, p.e. en inglés y francés, y desea que el programa de reproducción muestre por defecto en francés. Esto se puede hacer con: "
msgid "If you do not see the language or default track flags that you've specified in &mkvinfo;'s output then please read the section about <link linkend=\"mkvmerge.default_values\">default values</link>."
msgstr "Si no ves en la salida de &mkvinfo;, los flags del idioma o pista predeterminada que ha especificado, por favor lea la sección acerca de <link linkend=\"mkvmerge.default_values\">valores predeterminados</link>. "
msgid "Some of the options for &mkvmerge; need a track ID to specify which track they should be applied to. Those track IDs are printed by the readers when demuxing the current input file, or if &mkvmerge; is called with the <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link> option. An example for such output:"
msgstr "Algunas opciones para &mkvmerge; necesitan un ID de pista para especificar a qué pista se le tienen que aplicar. Estos IDs de pista son mostrados por los lectores cuando desmultiplexan el archivo de entrada actual, o si &mkvmerge; es invocado con la opción <link linkend=\"mkvmerge.description.identify\"><option>--identify</option></link>. Un ejemplo para esto: "
msgid "Do not confuse the track IDs that are assigned to the tracks that are placed in the output MKV file with the track IDs of the input files. Only the input file track IDs are used for options needing these values."
msgstr "No debe confundir los IDs de pista que se asignan a las pistas, que se escriben en el archivo MKV generado, con los IDs de pista del archivo de entrada. Sólo los IDs de pista del archivo de entrada se utilizan para las opciones que necesitan estos valores. "
msgid "Also note that each input file has its own set of track IDs. Therefore the track IDs for file '<filename>file1.ext</filename>' as reported by '<literal>mkvmerge --identify</literal>' do not change no matter how many other input files are there or in which position '<filename>file1.ext</filename>' is used."
msgstr "También tenga en cuenta que cada archivo de entrada tiene su propio conjunto de IDs de pista. Por lo tanto, los IDs de pista para el archivo '<filename>archivo1.ext</filename>', tal y como había reportado '<literal>mkvmerge --identify</literal>' no cambian, no importa cuántos otros archivos de entrada existan o en qué posición se use '<filename>archivo1.ext</filename>'. "
msgid "<abbrev>AAC</abbrev>, <abbrev>AC-3</abbrev>, <abbrev>MP3</abbrev>, <abbrev>SRT</abbrev> and <abbrev>WAV</abbrev> files: The one 'track' in that file gets the ID 0."
msgstr "Los archivos <abbrev>AAC</abbrev>, <abbrev>AC-3</abbrev>, <abbrev>MP3</abbrev>, <abbrev>SRT</abbrev> y <abbrev>WAV</abbrev>: La única 'pista' en ese archivo se le asigna el ID 0. "
msgid "The options that use the track IDs are the ones whose description contains '<literal>TID</literal>'. The following options use track IDs as well: <option>--audio-tracks</option>, <option>--video-tracks</option>, <option>--subtitle-tracks</option>, <option>--button-tracks</option> and <option>--track-tags</option>."
msgstr "Las opciones que utilizan los IDs de pista son aquellos cuya descripción contiene un '<literal>TID</literal>'. Las siguientes opciones también utilizan IDs de pista: <option>--audio-tracks</option>, <option>--video-tracks</option>, <option>--subtitle-tracks</option>, <option>--button-tracks</option> y <option>--track-tags</option>."
msgid "The special track ID '<constant>-1</constant>' is a wild card and applies the given switch to all tracks that are read from an input file."
msgstr "El ID de pista especial '<constant>-1</constant>' es un comodín y aplica la opción especificada a todas las pistas que se leen del archivo de entrada. "
msgid "The special track ID '<constant>-2</constant>' refers to the chapters in a source file. Currently only the <option>--sync</option> option uses this special ID. As an alternative to <option>--sync -2:…</option> the option <option>--chapter-sync …</option> can be used."
msgstr "El ID de pista especial '<constant>-2</constant>'se refiere a los capítulos en un archivo de origen. Actualmente sólo la opción <option>--sync</option> usa este ID especial. Como alternativa a la opción <option>--sync -2:…</option> se puede usar <option>--chapter-sync …</option>."
msgid "All text in a &matroska; file is encoded in UTF-8. This means that &mkvmerge; has to convert every text file it reads as well as every text given on the command line from one character set into UTF-8. In return this also means that &mkvmerge;'s output has to be converted back to that character set from UTF-8, e.g. if a non-English translation is used with <link linkend=\"mkvmerge.description.ui_language\"><option>--ui-language</option></link> or for text originating from a &matroska; file."
msgstr "Todos los textos en un archivo &matroska; están codificados en UTF-8. Esto implica que &mkvmerge; convierte cada archivo de texto que lee, así como cada texto dado en la línea de comandos, desde un conjunto de caracteres a UTF-8. Por contra, esto también significa que la salida de &mkvmerge; tiene que ser convertida desde UTF-8 a un conjunto de caracteres, p.e. si una traducción no inglesa se usa con <link linkend=\"mkvmerge.description.ui_language\"><option>--ui-language</option></link> o para texto que proviene desde un archivo &matroska;."
msgid "&mkvmerge; does this conversion automatically based on the presence of a byte order marker (short: <abbrev>BOM</abbrev>) or the system's current locale. How the character set is inferred from the locale depends on the operating system that &mkvmerge; is run on."
msgstr "&mkvmerge; realiza esta conversión automáticamente en función de la presencia de un Marcador de Orden Bytes (abreviado: BOM) o de la configuración regional actual. Cómo el conjunto de caracteres se deduce de la configuración regional depende del sistema operativo donde se ejecute &mkvmerge;"
msgid "Text files that start with a BOM are already encoded in one representation of UTF. &mkvmerge; supports the following five modes: UTF-8, UTF-16 Little and Big Endian, UTF-32 Little and Big Endian. Text files with a BOM are automatically converted to UTF-8. Any of the parameters that would otherwise set the character set for such a file (e.g. <link linkend=\"mkvmerge.description.sub_charset\"><option>--sub-charset</option></link>) is silently ignored."
msgstr "Los archivos de texto que comienzan con un BOM ya están codificados en una representación de UTF. &mkvmerge; admite los siguientes cinco modos: UTF-8, UTF-16 Little y Big Endian, UTF-32 Little y Big Endian. Los archivos de texto con un BOM son convertidos automáticamente a UTF-8. Todos los parámetros que, de otra manera, cambian el conjunto de caracteres de un archivo de este tipo (p.e. <link linkend=\"mkvmerge.description.sub_charset\"><option>--sub-charset</option></link>) son ignorados silenciosamente. "
msgid "On Unix-like systems &mkvmerge; uses the <citerefentry><refentrytitle>setlocale</refentrytitle><manvolnum>3</manvolnum></citerefentry> system call which in turn uses the environment variables <varname>LANG</varname>, <varname>LC_ALL</varname> and <varname>LC_CYPE</varname>. The resulting character set is often one of UTF-8 or the ISO-8859-* family and is used for all text file operations and for encoding strings on the command line and for output to the console."
msgstr "El sistemas Unix, &mkvmerge; usa la llamada al sistema <citerefentry><refentrytitle>setlocale</refentrytitle><manvolnum>3</manvolnum></citerefentry> que a su vez utiliza las variables de entorno <varname>LANG</varname>, <varname>LC_ALL</varname> y <varname>LC_CYPE</varname>. El conjunto de caracteres resultante es a menudo uno de UTF-8 o de la familia ISO-8859-* y se utiliza para todas las operaciones del archivo de texto y para codificar las cadenas de texto en la línea de comandos y la salida de la consola. "
msgid "On Windows the default character set used for converting text files is determined by a call to the <function>GetACP()</function> system call."
msgstr "En Windows el juego de caracteres predeterminado utilizado para la conversión de archivos de texto se determina mediante una llamada a la <function>GetACP()</function> del sistema. "
msgid "Reading the command line is done with the <function>GetCommandLineW()</function> function which already returns a Unicode string. Therefore the option <option>--command-line-charset</option> is ignored on Windows."
msgstr "La lectura de la línea de comandos se realiza con la función <function>GetCommandLineW()</function> que ya devuelve una cadena de texto Unicode. Por lo tanto, en Windows la opción <option>--command-line-charset</option> se ignora. "
msgid "If the output is redirected with the option <link linkend=\"mkvmerge.description.redirect_output\"><option>--redirect-output</option></link> then the default charset is UTF-8. This can be changed with <link linkend=\"mkvmerge.description.output_charset\"><option>--output-charset</option></link>."
msgstr "Si la salida se redirige con la opción <link linkend=\"mkvmerge.description.redirect_output\"><option>--redirect-output</option></link> entonces el conjunto de caracteres predeterminado es UTF-8. Se puede cambiar con <link linkend=\"mkvmerge.description.output_charset\"><option>--output-charset</option></link>."
msgid "If the output is redirected with <command>cmd.exe</command> itself, e.g. with <literal>mkvinfo file.mkv > info.txt</literal>, then the charset is always UTF-8 and cannot be changed."
msgstr "Si la salida se redirige con <command>cmd.exe</command>, p.e. con <literal>mkvinfo archivo.mkv > info.txt</literal>, entonces el conjunto de caracteres siempre es UTF-8 y no se puede cambiar. "
msgid "Otherwise (when writing directly to the console) the Windows function <function>WriteConsoleW()</function> is used and the option <link linkend=\"mkvmerge.description.output_charset\"><option>--output-charset</option></link> is ignored. The console should be able to output all Unicode characters for which the corresponding language support is installed (e.g. Chinese characters might not be displayed on English Windows versions)."
msgstr "De otra manera, (cuando se escribe directamente a la consola) la función de Windows <function>WriteConsoleW()</function> se utiliza y la opción <link linkend=\"mkvmerge.description.output_charset\"><option>--output-charset</option></link> se ignora. La consola debería ser capaz de generar todos los caracteres Unicode del correspondiente idioma que está instalado (p.e. los caracteres chinos podrían no ser mostrados en versiones inglesas de Windows). "
msgid "<link linkend=\"mkvmerge.description.sub_charset\"><option>--sub-charset</option></link> for text subtitle files and for text subtitle tracks stored in container formats for which the character set cannot be determined unambiguously (e.g. Ogg files),"
msgstr "<link linkend=\"mkvmerge.description.sub_charset\"><option>--sub-charset</option></link> para archivos y pistas de subtítulos de textos almacenadas en formatos de contenedores para las que el conjunto de caracteres no se puede determinar sin ambigüedad. (p.e. archivo Ogg), "
msgid "<link linkend=\"mkvmerge.description.chapter_charset\"><option>--chapter-charset</option></link> for chapter text files and for chapters and file titles stored in container formats for which the character set cannot be determined unambiguously (e.g. Ogg files for chapter information, track and file titles etc; MP4 files for chapter information),"
msgstr "<link linkend=\"mkvmerge.description.chapter_charset\"><option>--chapter-charset</option></link> para archivos y pistas de capítulos de texto almacenadas en formatos de contenedores para las que el conjunto de caracteres no se puede determinar sin ambigüedad. (p.e. archivos Ogg para información de capítulos, pista y archivos, etc..; archivos MP4 para información del capítulos), "
msgid "<link linkend=\"mkvmerge.description.command_line_charset\"><option>--command-line-charset</option></link> for all strings on the command line,"
msgstr "<link linkend=\"mkvmerge.description.command_line_charset\"><option>--command-line-charset</option></link> para todas las cadenas de texto en la línea de comandos,"
msgid "<link linkend=\"mkvmerge.description.output_charset\"><option>--output-charset</option></link> for all strings written to the console or to a file if the output has been redirected with the <link linkend=\"mkvmerge.description.redirect_output\"><option>--redirect-output</option></link> option. On non-Windows systems the default for the output charset is the system's current charset. On Windows it defaults to UTF-8 both for redirecting with <link linkend=\"mkvmerge.description.redirect_output\"><option>--redirect-output</option></link> and with <command>cmd.exe</command> itself, e.g. <literal>mkvinfo file.mkv > info.txt</literal>."
msgstr "<link linkend=\"mkvmerge.description.output_charset\"><option>--output-charset</option></link> para todas las cadenas de texto escritas en la consola o a un archivo si la salida ha sido redirigida con la opción <link linkend=\"mkvmerge.description.redirect_output\"><option>--redirect-output</option></link>. En los sistemas que no sean Windows, el conjunto de caracteres por defecto, es el del sistema actual. En windows por defecto es a UTF-8, tanto redirigiendo con <link linkend=\"mkvmerge.description.redirect_output\"><option>--redirect-output</option></link> como con <command>cmd.exe</command>, p.e. <literal>mkvinfo archivo.mkv > info.txt</literal>."
msgid "An option file is a file &mkvmerge; can read additional command line arguments from. This can be used in order to circumvent certain limitations of the shell or the operating system when executing external programs like a limited command line length."
msgstr "Un archivo de opciones es un archivo que &mkvmerge; puede leer argumentos adicionales de la línea de comandos. Esto se puede utilizar para eludir ciertas limitaciones en el shell (entorno) o el sistema operativo como una longitud limitada de la línea de comandos cuando se ejecutan programas externos. "
msgid "An option file contains JSON-formatted data. Its content must be a valid JSON array consisting solely of JSON strings. The file's encoding must be UTF-8. The file should not start with a byte order marker (<abbrev>BOM</abbrev>), but if one exists, it will be skipped."
msgstr "Un archivo de opciones que contiene datos con formato JSON. El contenido debe ser un vector JSON compuesto únicamente de cadenas de caracteres JSON. El archivo debe estar codificado en formato UTF-8. El archivo no debe comenzar con un marcador de orden de bits (<abbrev>BOM</abbrev>), pero si lo hiciese, será omitido."
msgid "The rules for escaping special characters inside JSON are the ones in the official JSON specification, <ulink url=\"https://tools.ietf.org/html/rfc7159\">RFC 7159</ulink>."
msgstr "Las reglas de los caracteres especiales de escape dentro de JSON son las unicas que existen en la especificación oficial JSON, <ulink url=\"https://tools.ietf.org/html/rfc7159\">RFC 7159</ulink>."
msgid "The command line '<command>mkvmerge -o \"my file.mkv\" -A \"a movie.avi\" sound.ogg</command>' could be converted into the following JSON option file called e.g. '<filename>options.json</filename>':"
msgstr "La línea de comandos '<command>mkvmerge -o \"mi archivo.mkv\" -A \"una película.avi\" audio.ogg</command>' se podría convertir al siguiente archivo de opciones JSON llamado p.e. '<filename>opciones.json</filename>':"
msgid "There are several text and bitmap subtitle formats that can be embedded into &matroska;. Text subtitles must be recoded to UTF-8 so that they can be displayed correctly by a player (see the section about <link linkend=\"mkvmerge.text_files_and_charsets\">text files and character sets</link> for an explanation how &mkvmerge; converts between character sets). Kate subtitles are already encoded in UTF-8 and do not have to be re-encoded."
msgstr "Hay diversos formatos de subtítulos de texto y bitmap que pueden ser embebidos en &matroska;. Los subtítulos de texto se deben recodificar a UTF-8 para que se muestren correctamente en un reproductor (mire la sección acerca de <link linkend=\"mkvmerge.text_files_and_charsets\">archivos de texto y conjunto de caracteres</link> para una explicación sobre cómo &mkvmerge; realiza la conversión entre conjunto de caracteres). Los subtítulos Kate ya están codificados en UTF-8 y no se tienen que recodificar. "
msgid "&matroska; supports file linking which simply says that a specific file is the predecessor or successor of the current file. To be precise, it's not really the files that are linked but the &matroska; segments. As most files will probably only contain one &matroska; segment the following explanations use the term 'file linking' although 'segment linking' would be more appropriate."
msgstr "&matroska; admite la vinculación de archivos que simplemente lo que significa que un archivo en especifico es el predecesor o sucesor del archivo actual. Para ser precisos, los archivos están realmente vinculados sino los segmentos &matroska;. Como la mayoría de archivos probablemente sólo contienen un segmento &matroska; las siguientes explicaciones usan el término 'vinculación de archivos' aunque realmente 'vinculación de segmentos' sería lo más correcto. "
msgid "Each segment is identified by a unique 128 bit wide segment UID. This UID is automatically generated by &mkvmerge;. The linking is done primarily via putting the segment UIDs (short: <abbrev>SID</abbrev>) of the previous/next file into the segment header information. &mkvinfo; prints these <abbrev>SIDs</abbrev> if it finds them."
msgstr "Cada segmento se identifica por un único UID del segmento de 128 bits de longitud. Este UID es automáticamente generado por mkvmerge(1). La vinculación se realiza principalmente insertando los UIDs del segmento (abreviado: <abbrev>SID</abbrev>) del anterior/siguiente archivo en la información del encabezado del segmento. &mkvinfo; muestra estos <abbrev>SIDs</abbrev> si los encuentra. "
msgid "If a file is split into several smaller ones and linking is used then the timestamps will not start at 0 again but will continue where the last file has left off. This way the absolute time is kept even if the previous files are not available (e.g. when streaming). If no linking is used then the timestamps should start at 0 for each file. By default &mkvmerge; does not use file linking. If you want that you can turn it on with the <option>--link</option> option. This option is only useful if splitting is activated as well."
msgstr "Si un archivo se divide en varios archivos más pequeños y se utiliza la vinculación, entonces los códigos de tiempo no comenzarán por 0 si no que continuará desde dónde el último archivo lo dejó. De esta manera el tiempo absoluto se mantiene incluso si los archivos anteriores no están disponibles p.e. cuando se transmiten). Si no se utiliza la vinculación entonces los códigos de tiempo de cada archivo comenzarán desde 0. Por defecto, &mkvmerge; no usa la vinculación de archivos. Si lo necesita podrá activarlo con la opción <option>--link</option>. Esta opción sólo es útil si la división también se activa. "
msgid "Regardless of whether splitting is active or not the user can tell &mkvmerge; to link the produced files to specific <abbrev>SIDs</abbrev>. This is achieved with the options <option>--link-to-previous</option> and <option>--link-to-next</option>. These options accept a segment <abbrev>SID</abbrev> in the format that &mkvinfo; outputs: 16 hexadecimal numbers between <constant>0x00</constant> and <constant>0xff</constant> prefixed with '<literal>0x</literal>' each, e.g. '<code>0x41 0xda 0x73 0x66 0xd9 0xcf 0xb2 0x1e 0xae 0x78 0xeb 0xb4 0x5e 0xca 0xb3 0x93</code>'. Alternatively a shorter form can be used: 16 hexadecimal numbers between <constant>0x00</constant> and <constant>0xff</constant> without the '<literal>0x</literal>' prefixes and without the spaces, e.g. '<code>41da7366d9cfb21eae78ebb45ecab393</code>'."
msgstr "Independientemente de si la división se activa o no, el usuario le puede decir a &mkvmerge; que vincule los archivos generados a un especifico <abbrev>SIDs</abbrev>. Esto se consigue con las opciones <option>--link-to-previous</option> y <option>--link-to-next</option>. Estas opciones aceptan un segmento <abbrev>SID</abbrev> en el formato que &mkvinfo; genera: 16 números hexadecimales comprendidos entre <constant>0x00</constant> y <constant>0xff</constant>, cada uno con el prefijo '<literal>0x</literal>', p.e. '<code>0x41 0xda 0x73 0x66 0xd9 0xcf 0xb2 0x1e 0xae 0x78 0xeb 0xb4 0x5e 0xca 0xb3 0x93</code>'. De manera alternativa, se puede utilizar una forma más simple: 16 números hexadecimales comprendidos entre <constant>0x00</constant> y <constant>0xff</constant>, sin el prefijo '<literal>0x</literal>' y sin espacios, p.e. '<code>41da7366d9cfb21eae78ebb45ecab393</code>'. "
msgid "If splitting is used then the first file is linked to the <abbrev>SID</abbrev> given with <option>--link-to-previous</option> and the last file is linked to the <abbrev>SID</abbrev> given with <option>--link-to-next</option>. If splitting is not used then the one output file will be linked to both of the two <abbrev>SIDs</abbrev>."
msgstr "Si se utiliza la división entonces el primer archivo se vincula al <abbrev>SID</abbrev> especificado con <abbrev>SID</abbrev> y el último archivo se vincula al <abbrev>SID</abbrev> especificado con <option>--link-to-next</option>. Si no se utiliza la división entonces el archivo será vinculado a ambos <abbrev>SIDs</abbrev>."
msgid "The &matroska; specification states that some elements have a default value. Usually an element is not written to the file if its value is equal to its default value in order to save space. The elements that the user might miss in &mkvinfo;'s output are the <parameter>language</parameter> and the <parameter>default track flag</parameter> elements. The default value for the <parameter>language</parameter> is English ('<literal>eng</literal>'), and the default value for the <parameter>default track flag</parameter> is <parameter>true</parameter>. Therefore if you used <option>--language 0:eng</option> for a track then it will not show up in &mkvinfo;'s output."
msgstr "La especificación &matroska; establece que algunos elementos tienen un valor predeterminado. Por lo general, si el valor es igual al predeterminado entonces no será escrito en el archivo a fin de ahorrar espacio. Los elementos que el usuario podría echar en falta en la salida de &mkvinfo; son los elementos <parameter>idioma</parameter> y <parameter>flag de pista predefinida</parameter>. El valor predeterminado para el <parameter>idioma</parameter> es Inglés ('eng'), y para <parameter>flag de pista predefinida</parameter> es <parameter>true</parameter>. Por lo tanto, si utiliza <option>--language 0:eng</option> para una pista entonces no se mostrará en la salida de &mkvinfo;."
msgid "Maybe you also want to keep some photos along with your &matroska; file, or you're using <abbrev>SSA</abbrev> subtitles and need a special <productname>TrueType</productname> font that's really rare. In these cases you can attach those files to the &matroska; file. They will not be just appended to the file but embedded in it. A player can then show those files (the 'photos' case) or use them to render the subtitles (the '<productname>TrueType</productname> fonts' case)."
msgstr "Es posible que desee conservar algunas fotos junto con su archivo &matroska;, o usar subtítulos <abbrev>SSA</abbrev> que requieren de una fuente especial <abbrev>SSA</abbrev> que es realmente rara. En estos casos puede adjuntar estos archivos al archivo &matroska;. No sólo son añadidos al archivo sino que son embebidos. Un reproductor puede entonces mostrar estos archivos (en el caso de las 'fotos') o usarlos para renderizar los subtítulos (en el caso de las fuentes '<productname>TrueType</productname>'). "
msgid "If a &matroska; containing attachments file is used as an input file then &mkvmerge; will copy the attachments into the new file. The selection which attachments are copied and which are not can be changed with the options <link linkend=\"mkvmerge.description.attachments\"><option>--attachments</option></link> and <link linkend=\"mkvmerge.description.no_attachments\"><option>--no-attachments</option></link>."
msgstr "Si un archivo &matroska; contiene adjuntos se utiliza como archivo de entrada entonces &mkvmerge; copiará todos los adjuntos en el nuevo archivo. La selección de qué archivos serán copiados o no, puede ser cambiada con las opciones <link linkend=\"mkvmerge.description.attachments\"><option>--attachments</option></link> y <link linkend=\"mkvmerge.description.no_attachments\"><option>--no-attachments</option></link>."
msgid "The &matroska; chapter system is more powerful than the old known system used by <abbrev>OGM</abbrev> files. The full specifications can be found at <ulink url=\"http://www.matroska.org/\">the &matroska; website</ulink>."
msgstr "El sistema de capítulos de &matroska; es más poderoso de lo que era el antiguo sistema utilizado con los archivos <abbrev>OGM</abbrev>. Las completas especificaciones se pueden encontrar en <ulink url=\"http://www.matroska.org/\">la página web de Matroska</ulink>."
msgid "&mkvmerge; supports two kinds of chapter files as its input. The first format, called 'simple chapter format', is the same format that the <abbrev>OGM</abbrev> tools expect. The second format is a &xml; based chapter format which supports all of &matroska;'s chapter functionality."
msgstr "&mkvmerge; admite dos tipos de archivos de capítulos como entrada. El primer formato, denominado 'formato simple de capítulos', que es el mismo formato que se encuentra en las herramientas <abbrev>OGM</abbrev>. El segundo formato se basa en el formato de capítulos &xml; que son admitidos por todas las funcionalidades de capítulos de &matroska;. "
msgstr "Aparte de los archivos de capítulos propios de &mkvmerge; También puede leer capítulos de otros formatos de archivo (por ejemplo, MP4, Ogg, Blu-rays o DVD)."
msgid "This format consists of pairs of lines that start with '<literal>CHAPTERxx=</literal>' and '<literal>CHAPTERxxNAME=</literal>' respectively. The first one contains the start timestamp while the second one contains the title. Here's an example:"
msgstr "Este formato consiste en un par de líneas que comienzan con '<literal>CHAPTERxx=</literal>' y '<literal>CHAPTERxxNAME=</literal>', respectivamente. La primera contiene el código de tiempo inicial mientras que el segundo lo hace al títlo. Ejemplo: "
msgid "&mkvmerge; will transform every pair or lines into one &matroska; <classname>ChapterAtom</classname>. It does not set any <classname>ChapterTrackNumber</classname> which means that the chapters all apply to all tracks in the file."
msgstr "&mkvmerge; transformará cada par de líneas en un <classname>ChapterAtom</classname> de &matroska;. No se establece ningún <classname>ChapterTrackNumber</classname> lo que significa que todos los capítulos se aplican a todas las pistas del archivo. "
msgid "As this is a text file character set conversion may need to be done. See the section about <link linkend=\"mkvmerge.text_files_and_charsets\">text files and character sets</link> for an explanation how &mkvmerge; converts between character sets."
msgstr "Como se trata de un archivo de texto, podría ser necesaria realizar una conversión del conjunto de caracteres. Mire la sección acerca de <link linkend=\"mkvmerge.text_files_and_charsets\">archivos de texto y conjunto de caracteres</link> para una explicación sobre cómo &mkvmerge; realiza la conversión entre conjunto de caracteres. "
msgid "The mkvtoolnix distribution contains some sample files in the <filename>doc</filename> subdirectory which can be used as a basis."
msgstr "La distribución mkvtoolnix contiene algunos archivos a modo de ejemplo en el subdirectorio <filename>doc</filename> que se pueden usar como base. "
msgid "&mkvmerge; can read chapters from unencrypted Blu-rays. For that you can use the path to one of the MPLS play lists with the <parameter>--chapters</parameter> parameter."
msgstr "&mkvmerge; puede leer capítulos de Blu-rays sin encriptar. Por lo que puedes usar la ruta a uno de las listas de reproducción MPLS con el parámetro <parameter>--chapters</parameter>."
msgid "When MKVToolNix is compiled with the <productname>libdvdread</productname> library, &mkvmerge; can read chapters from DVDs. For that you can use the path to one of the folders or files on the DVD with the <parameter>--chapters</parameter> parameter. As DVDs can contain more than one title and each title has its own set of chapters, you can append a colon and the desired title number to the end of the file name argument. The title number defaults to 1."
msgstr "Cuando MKVToolNix se compila con la librería <productname>libdvdread</productname>, &mkvmerge; puede leer capítulos de DVDs. Por lo que puede usar la ruta a una de las carpetas o archivos del DVD con el parámetro <parameter>--chapters</parameter>. Como los DVDs puede contener más de un título y cada título tiene su propio conjunto de capítulos, puedes añadir dos puntos, al final del nombre del argumento, junto con el número del título que necesite. El número del título por defecto es 1. "
msgid "When splitting files &mkvmerge; will correctly adjust the chapters as well. This means that each file only includes the chapter entries that apply to it, and that the timestamps will be offset to match the new timestamps of each output file."
msgstr "Cuando se dividen los archivos, &mkvmerge; también ajustará correctamente los capítulos. Esto significa que cada archivo sólo incluye las entradas de capítulo que se aplican a él, y que se compensará el código de tiempo para que coincida con el nuevo código de tiempo de cada archivo generado."
msgid "&mkvmerge; is able to copy chapters from &matroska; source files unless this is explicitly disabled with the <link linkend=\"mkvmerge.description.no_chapters\"><option>--no-chapters</option></link> option. The chapters from all sources (&matroska; files, Ogg files, <abbrev>MP4</abbrev> files, chapter text files) are usually not merged but end up in separate <classname>ChapterEditions</classname>. Only if chapters are read from several &matroska; or &xml; files that share the same edition UIDs will chapters be merged into a single <classname>ChapterEdition</classname>. If such a merge is desired in other situations as well then the user has to extract the chapters from all sources with &mkvextract; first, merge the &xml; files manually and mux them afterwards."
msgstr "&mkvmerge; es capaz de copiar los capítulos de los archivos de entrada &mkvmerge; a menos que explícitamente se deshabilite con la opción <link linkend=\"mkvmerge.description.no_chapters\"><option>--no-chapters</option></link>. Los capítulos procedentes de todas las fuentes (archivos &matroska;, Ogg, &matroska;, archivos de texto de capítulos) por lo general no se fusionan y acaban en <classname>ChapterEditions</classname> independientes. Sólo si los capítulos que se leen de diversos archivos &matroska; o &xml;, comparten el mismo UID de edición, entonces los capítulos se fusionarán en un único <classname>ChapterEdition</classname>. Si dicha fusión también se desea realizar en otras situaciones, el usuario tiene que extraer primero los capítulos de todas las fuentes con &mkvextract;, y fusionar los archivos &xml; manualmente para multiplexarlos después. "
msgid "&matroska;'s tag system is similar to that of other containers: a set of <parameter>KEY=VALUE</parameter> pairs. However, in &matroska; these tags can also be nested, and both the <parameter>KEY</parameter> and the <parameter>VALUE</parameter> are elements of their own. The example file <filename>example-tags-2.xml</filename> shows how to use this system."
msgstr "El sistema de etiquetas de &matroska; es parecido al de otros contenedores: un conjunto de pares <parameter>KEY=VALUE</parameter>. Sin embargo, en &matroska; estas etiquetas también se pueden anidar, y tanto <parameter>KEY</parameter> como<parameter>VALUE</parameter> son elementos propios. El archivo de ejemplo <filename>example-tags-2.xml</filename> muestra cómo usar este sistema."
msgid "&matroska; tags do not automatically apply to the complete file. They can, but they also may apply to different parts of the file: to one or more tracks, to one or more chapters, or even to a combination of both. The <ulink url=\"http://matroska.org/technical/specs/index.html\">&matroska; specification</ulink> gives more details about this fact."
msgstr "Las etiquetas &matroska; no se aplican automáticamente al archivo entero. Es posible hacerlo, y también a partes diferentes del archivo: a una o más pistas, a una o más capítulos, o incluso a una combinación de ambas. <ulink url=\"http://matroska.org/technical/specs/index.html\">La especificación de Matroska</ulink> proporciona más detalles sobre esto. "
msgid "One important fact is that tags are linked to tracks or chapters with the <classname>Targets</classname> &matroska; tag element, and that the UIDs used for this linking are <emphasis>not</emphasis> the track IDs &mkvmerge; uses everywhere. Instead the numbers used are the UIDs which &mkvmerge; calculates automatically (if the track is taken from a file format other than &matroska;) or which are copied from the source file if the track's source file is a &matroska; file. Therefore it is difficult to know which UIDs to use in the tag file before the file is handed over to &mkvmerge;."
msgstr "Una cosa importante es que las etiquetas están vinculadas a pistas o capítulos con el elemento de etiquetas <classname>Targets</classname> de &matroska;, además los UIDs usados para vincularlos <emphasis>no</emphasis> son los IDs de la pista que &mkvmerge; utiliza en todas partes. En cambio, los números usados son los UIDs que &mkvmerge; calcula automáticamente (si la pista se toma de otro formato de archivo que no sea &matroska; o que se copian desde el archivo de origen si el archivo de origen de la pista es un archivo &matroska;. Por lo tanto, es complicado saber que UIDs se van a usar en el archivo de etiquetas antes de que el archivo se proporcione a &mkvmerge;."
msgid "&mkvmerge; knows two options with which you can add tags to &matroska; files: The <link linkend=\"mkvmerge.description.global_tags\"><option>--global-tags</option></link> and the <link linkend=\"mkvmerge.description.tags\"><option>--tags</option></link> options. The difference is that the former option, <link linkend=\"mkvmerge.description.global_tags\"><option>--global-tags</option></link>, will make the tags apply to the complete file by removing any of those <classname>Targets</classname> elements mentioned above. The latter option, <link linkend=\"mkvmerge.description.tags\"><option>--tags</option></link>, automatically inserts the UID that &mkvmerge; generates for the tag specified with the <parameter>TID</parameter> part of the <link linkend=\"mkvmerge.description.tags\"><option>--tags</option></link> option."
msgstr "&mkvmerge; tiene dos opciones con las que se pueden añadir etiquetas a los archivos &matroska;: las opciones <link linkend=\"mkvmerge.description.global_tags\"><option>--global-tags</option></link> y <link linkend=\"mkvmerge.description.tags\"><option>--tags</option></link>. La diferencia es que la opción anterior, <link linkend=\"mkvmerge.description.global_tags\"><option>--global-tags</option></link>, hará que las etiquetas se apliquen al archivo entero mediante la eliminación de cualquiera de los elementos <classname>Targets</classname> mencionados anteriormente. La última opción, <link linkend=\"mkvmerge.description.tags\"><option>--tags</option></link>, inserta automáticamente el UID que &mkvmerge; genera para la etiqueta especificada con la parte <parameter>TID</parameter> de la opción <link linkend=\"mkvmerge.description.tags\"><option>--tags</option></link>."
msgid "Let's say that you want to add tags to a video track read from an <abbrev>AVI</abbrev>. <command>mkvmerge --identify file.avi</command> tells you that the video track's ID (do not mix this ID with the UID!) is 0. So you create your tag file, leave out all <classname>Targets</classname> elements and call &mkvmerge;:"
msgstr "Supongamos que necesitas añadir etiquetas a una pista de video leída desde un archivo <abbrev>AVI</abbrev>. <command>Mkvmerge --identify archivo.avi</command> informa que el ID de la pista de video (¡No confundir este ID con el UID!) es 0. Así que creará el archivo de etiquetas, dejando a un lado todos los elementos <classname>Targets</classname> e invocar a &mkvmerge;:"
msgid "&mkvmerge; supports a &xml; based tag file format. The format is very closely modeled after the <ulink url=\"http://matroska.org/technical/specs/index.html\">&matroska; specification</ulink>. Both the binary and the source distributions of MKVToolNix come with a sample file called <filename>example-tags-2.xml</filename> which simply lists all known tags and which can be used as a basis for real life tag files."
msgstr "&mkvmerge; admite el formato de archivos de etiquetas basadas en &xml;. El formato es muy similar al modelo de <ulink url=\"http://matroska.org/technical/specs/index.html\">la especificación Matroska</ulink>. Tanto la distribución binaria como la fuente de MKVToolNix vienen acompañadas de un archivo de ejemplo llamado <filename>example-tags-2.xml</filename> que enumera simplemente todas las etiquetas conocidas y que se puede usar como base para las etiquetas de la vida real. "
msgid "The new &matroska; tagging system only knows two data types, a UTF-8 string and a binary type. The first is used for the tag's name and the <classname><String></classname> element while the binary type is used for the <classname><Binary></classname> element."
msgstr "El nuevo sistema de etiquetado de &matroska; sólo conoce dos tipos de datos, una cadena de texto UTF-8 y un tipo binario. El primero se usa para el nombre de la etiqueta junto con el elemento <classname><String></classname> mientras que el tipo binario se usa para el elemento <classname><Binary></classname>."
msgid "As binary data itself would not fit into a &xml; file &mkvmerge; supports two other methods of storing binary data. If the contents of a &xml; tag starts with '<literal>@</literal>' then the following text is treated as a file name. The corresponding file's content is copied into the &matroska; element."
msgstr "Como dato binario, en si mismo, no tendría sentido en un archivo &xml;, &mkvmerge; admite otros dos métodos para almacenar datos binarios. Si el contenido de una etiqueta &xml; comienza con '<literal>@</literal>' entonces el texto siguiente se trata como un nombre de archivo. El contenido del archivo correspondiente se copia en el elemento &matroska;."
msgid "Otherwise the data is expected to be Base64 encoded. This is an encoding that transforms binary data into a limited set of <abbrev>ASCII</abbrev> characters and is used e.g. in email programs. &mkvextract; will output Base64 encoded data for binary elements."
msgstr "De lo contrario, se espera que la información se codifique en Base64. Esta es una codificación que transforma datos binarios en un conjunto limitado de caracteres <abbrev>ASCII</abbrev> y p.e. se usa en programas de mensajería. &mkvextract; generará datos codificados en Base64 para elementos binarios. "
msgid "The deprecated tagging system knows some more data types which can be found in the official &matroska; tag specs. As &mkvmerge; does not support this system anymore these types aren't described here."
msgstr "El obsoleto sistema de etiquetado conoce más tipos de datos que se pueden encontrar en las especificaciones oficiales de etiquetas &matroska;. Como &mkvmerge; ya no admite este sistema estos tipos no serán descritos. "
msgid "With a segment info XML file it is possible to set certain values in the "segment information" header field of a &matroska; file. All of these values cannot be set via other command line options."
msgstr "Con archivos XML de información del segmento es posible establecer ciertos valores en el campo del encabezado de "información del segmento" de un archivo &matroska;. Todos estos valores no se pueden establecer a través de otras opciones de la línea de comandos. "
msgid "Other "segment information" header fields can be set via command line options but not via the XML file. This includes e.g. the <option><link linkend=\"mkvmerge.description.title\">--title</link></option> and the <option><link linkend=\"mkvmerge.description.timestamp_scale\">--timestamp-scale</link></option> options."
msgstr "Otros campos del encabezado de "información del segmento" se pueden establecer a través de las opciones de la línea de comandos pero no mediante archivos XML. Eso afecta p.e. las opciones <option><link linkend=\"mkvmerge.description.title\">--title</link></option> y <option><link linkend=\"mkvmerge.description.timestamp_scale\">--timestamp-scale</link></option>."
msgid "There are other elements that can be set neither via command line options nor via the XML files. These include the following elements: <varname>DateUTC</varname> (also known as the "muxing date"), <varname>MuxingApp</varname>, <varname>WritingApp</varname> and <varname>Duration</varname>. They're always set by &mkvmerge; itself."
msgstr "Hay otros elementos que no pueden establecerse a través de la línea de comandos ni mediante archivos XML. Eso afecta a los siguientes elementos: <varname>DateUTC</varname> (también conocido como "fecha multiplexado"), <varname>MuxingApp</varname>, <varname>WritingApp</varname> y <varname>Duration</varname>. Estas siempre se establecen mediante &mkvmerge;, en si mismo. "
msgid "The &matroska; file layout is quite flexible. &mkvmerge; will render a file in a predefined way. The resulting file looks like this:"
msgstr "El diseño de archivo &matroska; es bastante flexible. &mkvmerge; realizará un archivo de una manera concreta. El archivo creado tendrá una apariencia como esta: "
msgid "meta seek #1 includes only a small number of level 1 elements, and only if they actually exist: attachments, chapters, cues, tags, meta seek #2. Older versions of &mkvmerge; used to put the clusters into this meta seek element as well. Therefore some imprecise guessing was necessary to reserve enough space. It often failed. Now only the clusters are stored in meta seek #2, and meta seek #1 refers to the meta seek element #2."
msgstr "meta seek #1 sólo incluye un pequeño número de elementos de nivel 1, y sólo si realmente existen: adjuntos, capítulos, índices, etiquetas, meta seek #2. Las versiones anteriores de mkvmerge(1) también colocan los clústers en estos elementos meta seek. Por lo tanto, en algunos casos imprecisos era necesario reservar suficiente espacio. Esto a veces fallaba. Ahora sólo los clústeres son almacenados en meta seek#2, y meta seek #1 se refiere al elemento meta seek #2. "
msgid "&mkvmerge; allows the user to chose the timestamps for a specific track himself. This can be used in order to create files with variable frame rate video or include gaps in audio. A frame in this case is the unit that &mkvmerge; creates separately per &matroska; block. For video this is exactly one frame, for audio this is one packet of the specific audio type. E.g. for <abbrev>AC-3</abbrev> this would be a packet containing <constant>1536</constant> samples."
msgstr "&mkvmerge; permite al usuario elegir los códigos de tiempo para una pista en concreto. Se puede usar para crear archivos con video de tasa de fotogramas variable (VFR) o incluir discontinuidades en el audio. En este caso, un fotograma es la unidad que &mkvmerge; utiliza por cada bloque &matroska; creado. Para el video es exactamente un fotograma, para audio esto es un paquete de un especifico tipo de audio. P.e. para <abbrev>AC-3</abbrev> esto sería un paquete que contiene <constant>1536</constant> muestras. "
msgid "Timestamp files that are used when tracks are appended to each other must only be specified for the first part in a chain of tracks. For example if you append two files, v1.avi and v2.avi, and want to use timestamps then your command line must look something like this:"
msgstr "Los archivos de códigos de tiempo que se utilizan cuando las pistas se unen a otras, sólo se deben especificar a la primera parte de una sucesión de pistas. Por ejemplo, si unes dos archivos, video1.avi y video2.avi, y deseas usar códigos de tiempo entonces tu línea de comandos se debería parecer a esto: "
msgid "There are four formats that are recognized by &mkvmerge;. The first line always contains the version number. Empty lines, lines containing only whitespace and lines beginning with '<literal>#</literal>' are ignored."
msgstr "Hay cuatro formatos que son reconocidos por &mkvmerge;. La primera línea siempre contiene el número de la versión. Las líneas vacías, con sólo espacios y las que comienzan con '<literal>#</literal>' se ignoran. "
msgid "This format starts with the version line. The second line declares the default number of frames per second. All following lines contain three numbers separated by commas: the start frame (<constant>0</constant> is the first frame), the end frame and the number of frames in this range. The <abbrev>FPS</abbrev> is a floating point number with the dot '<literal>.</literal>' as the decimal point. The ranges can contain gaps for which the default <abbrev>FPS</abbrev> is used. An example:"
msgstr "Este formato comienza la línea de la versión. La segunda línea declara el número por defecto de fotogramas por segundo. El resto de líneas contienen tres números separados por comas: el fotograma inicial (<constant>0</constant> es el primer fotograma), el último fotograma y el número de fotogramas para este rango. Los Fotogramas Por Segundo (<abbrev>FPS</abbrev>) es un número con un punto decimal '<literal>.</literal>'. Los rangos pueden contener discontinuidades para el <abbrev>FPS</abbrev> usado por defecto. Un ejemplo: "
msgid "In this format each line contains a timestamp for the corresponding frame. This timestamp must be given in millisecond precision. It can be a floating point number, but it doesn't have to be. You <emphasis>have to</emphasis> give at least as many timestamp lines as there are frames in the track. The timestamps in this file must be sorted. Example for 25fps:"
msgstr "En este formato cada línea contiene un código de tiempo para el fotograma correspondiente. Este código de tiempo se debe especificar con una precisión de milisegundos. Puede ser un número decimal o no. Se <emphasis>deben</emphasis> especificar como mínimo tantas líneas de códigos de tiempo como fotogramas tiene la pista. Los códigos de tiempo deben estar ordenados. Por ejemplo para 25fps: "
msgid "In this format each line contains a duration in seconds followed by an optional number of frames per second. Both can be floating point numbers. If the number of frames per second is not present the default one is used. For audio you should let the codec calculate the frame timestamps itself. For that you should be using <constant>0.0</constant> as the number of frames per second. You can also create gaps in the stream by using the '<literal>gap</literal>' keyword followed by the duration of the gap. Example for an audio file:"
msgstr "En este formato cada línea contiene una duración en segundos seguida por un número opcional de fotogramas por segundo. Ambos campos pueden ser números decimales. Si el número de fotogramas por segundo no se especifica se utiliza el valor predeterminado. Para el audio se debería dejar al códec calcular, por si mismo, el código de tiempo del fotograma. Para eso, debería utilizar <constant>0.0</constant> como el número de fotogramas por segundo. También es posible crear discontinuidades en la secuencia usando la palabra clave '<literal>gap</literal>' seguida por la duración de la discontinuidad. Un ejemplo para el archivo de audio: "
msgid "This format is identical to the v2 format. The only difference is that the timestamps do not have to be sorted. This format should almost never be used."
msgstr "Este formato es idéntico al formato v2. La única diferencia es que los códigos de tiempo no tiene que estar ordenados. Este formato casi nunca se debería utilizar. "
msgid "<constant>1</constant> -- In this case &mkvmerge; has output at least one warning, but muxing did continue. A warning is prefixed with the text '<literal>Warning:</literal>'. Depending on the issues involved the resulting file might be ok or not. The user is urged to check both the warning and the resulting file."
msgstr "<constant>1</constant> -- En este caso &mkvmerge; genera una salida con al menos una advertencia, pero la la extracción continuó. Una advertencia es prefijada con el texto '<literal>Advertencia:</literal>'. Dependiendo de los fallos involucrados los archivos creados serán correctos o no. El usuario es instado a que revise tanto las advertencias como los archivos creados. "
msgid "<constant>2</constant> -- This exit code is used after an error occurred. &mkvmerge; aborts right after outputting the error message. Error messages range from wrong command line arguments over read/write errors to broken files."
msgstr "<constant>2</constant> -- Este código de salida es usado después de que ocurra un error. &mkvmerge; aborta el proceso justo después de mostrar el mensaje de error. El rango de los mensajes de error va desde los argumentos de la línea de comandos, por delante de los errores de lectura/escritura, hasta los archivos erróneos. "
msgid "&mkvmerge; uses the default variables that determine the system's locale (e.g. <varname>LANG</varname> and the <varname>LC_*</varname> family). Additional variables:"
msgstr "&mkvmerge; usa las variables predefinidas que se determinan en la configuración local del sistema (p.e. <varname>LANG</varname> y la familia <varname>LC_*</varname>). Variables adicionales: "
msgid "The content is treated as if it had been passed via the <link linkend=\"mkvmerge.description.debug\"><option>--debug</option></link> option."
msgstr "El contenido se trata como si se hubiese pasado a través de la opción <link linkend=\"mkvmerge.description.debug\"><option>--debug</option></link>."
msgid "The content is treated as if it had been passed via the <link linkend=\"mkvmerge.description.engage\"><option>--engage</option></link> option."
msgstr "El contenido se trata como si se hubiese pasado a través de la opción <link linkend=\"mkvmerge.description.engage\"><option>--engage</option></link>."
msgid "This program analyses an existing &matroska; file and modifies some of its properties. Then it writes those modifications to the existing file. Among the properties that can be changed are the segment information elements (e.g. the title) and the track headers (e.g. the language code, 'default track' flag or the name)."
msgstr "Este programa analiza un archivo &matroska; y modifica alguna de sus propiedades. Entonces escribe estas modificaciones en el archivo existente. Entre las propiedades que pueden ser modificadas están los elementos de la información del segmento (p.e. el título) y los encabezados de pista (p.e. el código del idioma, el flag de 'pista predefinida' o el nombre). "
msgid "Lists all known and editable property names, their type (string, integer, boolean etc) and a short description. The program exits afterwards. Therefore the <parameter>source-filename</parameter> parameter does not have to be supplied."
"Enumera todos los conocidos y editables nombres, su tipo (texto, entero, booleano, etc...) y una pequeña descripción. El programa después sale. Por lo tanto, el parámetro <parameter>nombre-archivo</parameter> no tiene que ser suministrado. "
msgid "Sets the parse mode. The parameter '<parameter>mode</parameter>' can either be '<literal>fast</literal>' (which is also the default) or '<literal>full</literal>'. The '<literal>fast</literal>' mode does not parse the whole file but uses the meta seek elements for locating the required elements of a source file. In 99% of all cases this is enough. But for files that do not contain meta seek elements or which are damaged the user might have to set the '<literal>full</literal>' parse mode. A full scan of a file can take a couple of minutes while a fast scan only takes seconds."
msgstr "Establece el modo de análisis. El parámetro '<parameter>modo</parameter>' puede ser '<literal>fast</literal>' (que es el predeterminado) o '<literal>full</literal>'. El modo '<literal>fast</literal>' no analiza el archivo entero pero usa los elementos de meta búsqueda para localizar los elementos necesarios del archivo original. En el 99% de los casos es suficiente. Sin embargo, para archivos que no contienen elementos de meta búsqueda o que están dañados, el usuario debería de usar el modo de análisis '<literal>full</literal>'. Un análisis completo de un archivo puede llevar bastantes minutos mientras que un análisis rápido sólo lleva unos segundos. "
msgid "Sets the &matroska; file section (segment information or a certain track's headers) that all following <link linkend=\"mkvpropedit.description.add\">add</link>, <link linkend=\"mkvpropedit.description.set\">set</link> and <link linkend=\"mkvpropedit.description.delete\">delete</link> actions operate on. This option can be used multiple times in order to make modifications to more than one element."
msgstr "Establece la sección del archivo &matroska; (información del segmento o ciertos encabezados de pista) sobre la que se centrarán todas las acciones: <link linkend=\"mkvpropedit.description.add\">add</link>, <link linkend=\"mkvpropedit.description.set\">set</link> y <link linkend=\"mkvpropedit.description.delete\">delete</link>. Esta opción puede ser múltiples veces de manera que puede ser modificado más de un elemento a la vez. "
msgid "See the section about <link linkend=\"mkvpropedit.edit_selectors\">edit selectors</link> for a full description of the syntax."
msgstr "Mire la sección sobre <link linkend=\"mkvpropedit.edit_selectors\">selectores de edición</link> para una completa descripción de la sintaxis. "
msgid "Adds a property <parameter>name</parameter> with the value <parameter>value</parameter>. The property will be added even if such a property exists already. Note that most properties are unique and cannot occur more than once."
msgstr "Añade una propiedad <parameter>name</parameter> con el contenido de <parameter>valor</parameter>. Esta propiedad será añadida incluso si dicha propiedad ya existe. Tenga en cuenta que la mayoría de propiedades son únicas y sólo existe una instancia de ellas. "
msgid "Sets all occurrences of the property <parameter>name</parameter> to the value <parameter>value</parameter>. If no such property exists then it will be added."
msgstr "Establece todas las instancias de la propiedad <parameter>name</parameter> con el contenido <parameter>valor</parameter>. Si no existe dicha propiedad entonces será añadida. "
msgid "Deletes all occurrences of the property <parameter>name</parameter>. Note that some properties are required and cannot be deleted."
msgstr "Borra todas las instancias de la propiedad <parameter>name</parameter>. Tenga en cuenta que algunas propiedades son necesarias y no pueden ser eliminadas. "
#. type: Content of: <refentry><refsect1><para>
#: doc/man/mkvpropedit.xml:151
msgid "Actions that deal with tags and chapters:"
msgstr "Acciones que tienen que ver con las etiquetas y capítulos: "
msgid "Add or replace tags in the file with the ones from <filename>filename</filename> or remove them if <filename>filename</filename> is empty. &mkvpropedit; reads the same XML tag format that &mkvmerge; reads as well."
msgstr "Reemplaza o añade las etiquetas del archivo llamado <filename>nombre</filename> o las elimina si <filename>nombre</filename> está vacío. &mkvpropedit; lee el mismo formato de etiquetas XML que &mkvmerge; también puede leer. "
msgid "The <parameter>selector</parameter> must be one of the words <constant>all</constant>, <constant>global</constant> or <constant>track</constant>. For <constant>all</constant> &mkvpropedit; will replace or remove all tags in a file. With <constant>global</constant> only global tags will be replaced or removed."
"El <parameter>selector</parameter> debe ser una de estas palabras: <constant>all</constant>, <constant>global</constant> o <constant>track</constant>. Para <constant>all</constant>, &mkvpropedit; reemplazará o eliminará todas las etiquetas del archivo. Con <constant>global</constant> sólo las etiquetas globales serán reemplazadas o eliminadas. Por ejemplo:\n"
msgid "With <constant>track</constant> &mkvpropedit; will replace tags for a specific track. Additionally the tags read from <filename>filename</filename> will be assigned to the same track. The track is specified in the same way <link linkend=\"mkvpropedit.edit_selectors\">edit selectors</link> are specified (see below), e.g. <code>--tags track:a1:new-audio-tags.xml</code>."
msgstr "Con <constant>track</constant>, &mkvpropedit; reemplazará las etiquetas de la pista especificada. Además, las etiquetas leídas desde <filename>nombre</filename> serán asignadas a la misma pista. La pista se especifica de la misma manera que con los <link linkend=\"mkvpropedit.edit_selectors\">selectores de edición</link> (mire abajo). Por ejemplo: <code>mkvpropedit \"nombre-archivo.mkv\" --tags track:a1:nuevas-etiquetas-audio.xml</code>."
msgid "Calculates statistics for all tracks in a file and adds new statistics tags for them. If the file already contains such tags then they'll be updated."
msgstr "Calcula las estadísticas de todas las pistas en un archivo y añade nuevas etiquetas de estadística para ellas. Si el archivo ya contiene dichas etiquetas entonces serán actualizadas."
msgstr "Elimina las etiquetas de estadística de todas las pistas de un archivo. Si el archivo no contiene etiquetas de estadística, entonces no habrá ninguna modificación."
msgid "Add or replace chapters in the file with the ones from <filename>filename</filename> or remove them if <filename>filename</filename> is empty. &mkvpropedit; reads the same XML and simple chapter formats that &mkvmerge; reads as well."
msgstr "Reemplaza o añade los capítulos del archivo llamado <filename>nombre</filename> o las elimina si <filename>nombre</filename> está vacío. &mkvpropedit; lee el mismo formato de capítulos simple y XML que &mkvmerge; también puede leer. "
msgid "If the option <option>--attachment-name</option> has been used prior to this option then its value is used as the new attachment's name. Otherwise it is derived from <parameter>filename</parameter>."
msgstr "Si la opción <option>--attachment-name</option> es usada antes de esta opción entonces su valor es usado como el nuevo nombre del adjunto. Por el contrario, se generará a partir del <parameter>nombre-archivo</parameter>. "
msgid "If the option <option>--attachment-mime-type</option> has been used prior to this option then its value is used as the new attachment's MIME type. Otherwise it is auto-detected from the content of <parameter>filename</parameter>."
msgstr "Si la opción <option>--attachment-mime-type</option> es usada antes de esta opción entonces su valor es usado como el nuevo tipo MIME del adjunto. Por el contrario, es auto-detectado a partir del contenido del <parameter>nombre-archivo</parameter>. "
msgid "If the option <option>--attachment-description</option> has been used prior to this option then its value is used as the new attachment's description. Otherwise no description will be set."
msgstr "Si la opción <option>--attachment-description</option> es usada antes de esta opción entonces su valor es usado como la nueva descripción del adjunto. Por el contrario, ninguna descripción será establecida. "
msgid "If the option <option>--attachment-uid</option> has been used prior to this option then its value is used as the new attachment's UID. Otherwise a random UID will be generated automatically."
msgstr "Si la opción <option>--attachment-uid</option> se usa delante de esta opción entonces su valor se usará como el nuevo UID del adjunto. De lo contrario, un UID aleatorio se generará automáticamente."
msgid "Replaces one or more attachments that match <parameter>selector</parameter> with the file <parameter>filename</parameter>. If more than one existing attachment matches <parameter>selector</parameter> then all of their contents will be replaced by the content of <parameter>filename</parameter>."
msgstr "Reemplaza uno o más adjuntos que coincidan con el <parameter>selector</parameter> del archivo <parameter>nombre-archivo</parameter>. Si más de un adjunto existente coincide con el <parameter>selector</parameter> entonces todo su contenido será reemplazado por el contenido del <parameter>nombre-archivo</parameter>. "
msgid "The <parameter>selector</parameter> can have one of four forms. They're explained below in the section <link linkend=\"mkvpropedit.attachment_selectors\">attachment selectors</link>."
msgstr "El <parameter>selector</parameter> puede tener una de estas cuatro formas: ID, UID, Name y MIME type. Están explicadas más abajo en la sección <link linkend=\"mkvpropedit.attachment_selectors\">selectores de adjuntos</link>."
msgid "If the option <option>--attachment-name</option> has been used prior to this option then its value is set as the new name for each modified attachment. Otherwise the names aren't changed."
msgstr "Si la opción <option>--attachment-name</option> se usa delante de esta opción entonces su valor se establece como el nuevo nombre para cada adjunto modificado. De lo contrario, los nombres no se modificarán."
msgid "If the option <option>--attachment-mime-type</option> has been used prior to this option then its value is set as the new MIME type for each modified attachment. Otherwise the MIME types aren't changed."
msgstr "Si la opción <option>--attachment-mime-type</option> se usa delante de esta opción entonces su valor se establece como el nuevo tipo MIME para cada adjunto modificado. De lo contrario, los tipo MIMES no se modificarán."
msgid "If the option <option>--attachment-description</option> has been used prior to this option then its value is set as the new description for each modified attachment. Otherwise the descriptions aren't changed."
msgstr "Si la opción <option>--attachment-description</option> se usa delante de esta opción entonces su valor se establece como la nueva descripción de cada adjunto modificado. De lo contrario, las descripciones no se modificarán."
msgid "If the option <option>--attachment-uid</option> has been used prior to this option then its value is set as the new UID for each modified attachment. Otherwise the UIDs aren't changed."
msgstr "Si la opción <option>--attachment-uid</option> se usa delante de esta opción entonces su valor se establece como el nuevo UID para cada adjunto modificado. De lo contrario, los UIDs no se modificarán."
msgid "Sets the properties of one or more attachments that match <parameter>selector</parameter>. If more than one existing attachment matches <parameter>selector</parameter> then all of their properties will be updated."
msgstr "Establece las propiedades de uno o más adjuntos que coincidan con el <parameter>selector</parameter>. Si más de un adjunto coincide con el <parameter>selector</parameter>, entonces todas sus propiedades serán actualizadas."
msgid "Writes all messages to the file <parameter>file-name</parameter> instead of to the console. While this can be done easily with output redirection there are cases in which this option is needed: when the terminal reinterprets the output before writing it to a file. The character set set with <link linkend=\"mkvpropedit.description.output_charset\"><option>--output-charset</option></link> is honored."
msgstr "Escribe todos los mensajes al archivo <parameter>nombre-archivo</parameter> en vez de en la consola. Aunque esto se puede hacer fácilmente con la opción de redirección hay casos en los que es necesaria esta opción: cuando el terminal reinterpreta la salida antes de escribirlo al archivo. El conjunto de caracteres establecido con <link linkend=\"mkvpropedit.description.output_charset\"><option>--output-charset</option></link> se respeta. "
msgid "Turn on experimental features. A list of available features can be requested with <command>mkvpropedit --engage list</command>. These features are not meant to be used in normal situations."
msgstr "Habilita características experimentales. Una lista de características disponibles puede ser solicitada con la instrucción <command>mkvpropedit --engage list</command>. Estas características no están indicadas para ser usadas en situaciones normales. "
msgid "The <link linkend=\"mkvpropedit.description.edit\"><option>--edit</option></link> option sets the &matroska; file section (segment information or a certain track's headers) that all following <link linkend=\"mkvpropedit.description.add\">add</link>, <link linkend=\"mkvpropedit.description.set\">set</link> and <link linkend=\"mkvpropedit.description.delete\">delete</link> actions operate on. This stays valid until the next <link linkend=\"mkvpropedit.description.edit\"><option>--edit</option></link> option is found. The argument to this option is called the edit selector."
msgstr "La opción <link linkend=\"mkvpropedit.description.edit\"><option>--edit</option></link> establece la sección del archivo &matroska; (información del segmento o ciertos encabezados de pista) sobre la que se centrarán todas las acciones: <link linkend=\"mkvpropedit.description.add\">add</link>, <link linkend=\"mkvpropedit.description.set\">set</link> y <link linkend=\"mkvpropedit.description.delete\">delete</link>. Esto es válido hasta que se encuentra el siguiente parámetro <link linkend=\"mkvpropedit.description.edit\"><option>--edit</option></link>. El argumento para esta opción se llama el selector de edición. "
msgid "The segment information can be selected with one of these three words: '<literal>info</literal>', '<literal>segment_info</literal>' or '<literal>segmentinfo</literal>'. It contains properties like the segment title or the segment <abbrev>UID</abbrev>."
msgstr "La información del segmento puede ser seleccionada con una de estas tres palabras: '<literal>info</literal>', '<literal>segment_info</literal>' o '<literal>segmentinfo</literal>'. Contiene propiedades como el título o el <abbrev>UID</abbrev> del segmento . "
msgid "Track headers can be selected with a slightly more complex selector. All variations start with '<literal>track:</literal>'. The track header properties include elements like the language code, 'default track' flag or the track's name."
msgstr "Los encabezados de la pista pueden ser seleccionados con un selector ligeramente más complejo. Todas las variantes comienzan con '<literal>track:</literal>'. Las propiedades del encabezado de pista incluye elementos como el código de idioma, el flag de 'pista predefinida' o el nombre de la pista. "
msgid "If the parameter <parameter>n</parameter> is a number then the <parameter>n</parameter>th track will be selected. The track order is the same that &mkvmerge;'s <option>--identify</option> option outputs."
msgstr "Si el parámetro <parameter>n</parameter> es un número entonces la pista con número <parameter>n</parameter> será seleccionada. El orden de pista es el mismo que se genera con la opción <option>--identify</option> de &mkvmerge;."
msgid "If the parameter starts with a single character <parameter>t</parameter> followed by a <parameter>n</parameter> then the <parameter>n</parameter>th track of a specific track type will be selected. The track type parameter <parameter>t</parameter> must be one of these four characters: '<literal>a</literal>' for an audio track, '<literal>b</literal>' for a button track, '<literal>s</literal>' for a subtitle track and '<literal>v</literal>' for a video track. The track order is the same that &mkvmerge;'s <option>--identify</option> option outputs."
msgstr "Si el parámetro empieza con el carácter <parameter>t</parameter> seguido por <parameter>n</parameter> entonces la pista con número <parameter>n</parameter> de un tipo específico de pista será seleccionada. El parámetro del tipo de pista <parameter>t</parameter> debe ser uno de estos cuatro caracteres: '<literal>a</literal>' para una pista de audio, '<literal>b</literal>' para un pista de botón, '<literal>s</literal>' para una pista de subtítulo y '<literal>v</literal>' para una pista de video. El orden de pista es el mismo que se genera con la opción <option>--identify</option> de &mkvmerge;."
msgid "If the parameter starts with a '<literal>=</literal>' followed by a number <parameter>uid</parameter>, the track whose track <abbrev>UID</abbrev> element equals the given <parameter>uid</parameter> will be selected. Track <abbrev>UIDs</abbrev> can be obtained with &mkvinfo;."
msgstr "Si el parámetro empieza con un '<literal>=</literal>' seguido por un número de <parameter>uid</parameter>, se seleccionará la pista cuyo elemento <abbrev>UID</abbrev> coincida con este <parameter>uid</parameter>. Los <abbrev>UIDs</abbrev> de pista se pueden obtener con &mkvinfo;."
msgid "If the parameter starts with a '<literal>@</literal>' followed by a number <parameter>number</parameter>, the track whose track number element equals this <parameter>number</parameter> will be selected. Track numbers can be obtained with &mkvinfo;."
msgstr "Si el parámetro empieza con un '<literal>@</literal>' seguido por un <parameter>número</parameter>, se seleccionará la pista cuyo número de elemento coincida con este <parameter>número</parameter>. El número de pista puede ser obtenido con &mkvinfo;."
msgid "Due to the nature of the track edit selectors it is possible that several selectors actually match the same track headers. In such cases all actions for those edit selectors will be combined and executed in the order in which they're given on the command line."
msgstr "Debido a la naturaleza de los selectores de edición de pista es posible que actualmente algunos selectores coincidan con los mismos encabezados de pista. En muchos casos, todas las acciones para estos selectores de edición serán combinados y ejecutados en el orden en el que fueron dadas en la línea de comandos."
msgid "An attachment selector is used with the two actions <link linkend=\"mkvpropedit.description.replace_attachment\"><option>--replace-attachment</option></link> and <link linkend=\"mkvpropedit.description.delete_attachment\"><option>--delete-attachment</option></link>. It can have one of the following four forms:"
msgstr "Un selector de adjuntos se utiliza con las dos acciones <link linkend=\"mkvpropedit.description.replace_attachment\"><option>--replace-attachment</option></link> y <link linkend=\"mkvpropedit.description.delete_attachment\"><option>--delete-attachment</option></link>. Puede tener una de las cuatros formas siguientes: "
msgid "Selection by attachment ID. In this form the selector is simply a number, the attachment's ID as output by &mkvmerge;'s identification command."
msgstr "Selección mediante el ID de adjunto. De esta forma el selector es un simple número, el ID del adjunto tal y como se genera con el comando de identificación de &mkvmerge;."
msgid "Selection by attachment UID (unique ID). In this form the selector is the equal sign <literal>=</literal> followed by a number, the attachment's unique ID as output by &mkvmerge;'s verbose identification command."
msgstr "Selección mediante el UID de adjunto (Único ID). De esta forma el selector es el signo igual <literal>=</literal> acompañado por un número, el UID del adjunto tal y como se genera con el comando de identificación detallado (verbose) de &mkvmerge;."
msgid "Selection by attachment name. In this form the selector is the literal word <literal>name:</literal> followed by the existing attachment's name. If this selector is used with <option>--replace-attachment</option> then colons within the name to match must be escaped as <literal>\\c</literal>."
msgstr "Selección mediante el name (nombre) de adjunto. De esta forma el selector es la palabra literal <literal>name:</literal> seguida por el nombre del adjunto. Si el selector es usado con <option>--replace-attachment</option> entonces los dos puntos que pudiera contener el nombre deberán ser escapados con <literal>\\c</literal>."
msgid "Selection by MIME type. In this form the selector is the literal word <literal>mime-type:</literal> followed by the existing attachment's MIME type. If this selector is used with <option>--replace-attachment</option> then colons within the MIME type to match must be escaped as <literal>\\c</literal>."
msgstr "Selección mediante el MIME type (tipo MIME). De esta forma el selector es la palabra <literal>mime-type:</literal> seguida por el tipo MIME del adjunto. Si el selector es usado con <option>--replace-attachment</option> entonces los dos puntos que pudiera contener el tipo MIME deberán ser escapados con <literal>\\c</literal>."
msgid "The following example edits a file called '<literal>movie.mkv</literal>'. It sets the segment title and modifies the language code of an audio and a subtitle track. Note that this example can be shortened by leaving out the first <link linkend=\"mkvpropedit.description.edit\"><option>--edit</option></link> option because editing the segment information element is the default for all options found before the first <link linkend=\"mkvpropedit.description.edit\"><option>--edit</option></link> option anyway."
msgstr "El siguiente ejemplo edita un archivo llamado '<literal>película.mkv</literal>'. Establece el título del segmento y modifica el código de idioma de una pista de audio y subtítulo. Tenga en cuenta que este ejemplo puede ser acortado al omitir la primera opción <link linkend=\"mkvpropedit.description.edit\"><option>--edit</option></link> ya que editar el elemento de información del segmento está incluido por defecto para todas las opciones encontradas antes de la primera opción <link linkend=\"mkvpropedit.description.edit\"><option>--edit</option></link>."
msgid "The second example removes the 'default track flag' from the first subtitle track and sets it for the second one. Note that &mkvpropedit;, unlike &mkvmerge;, does not set the 'default track flag' of other tracks to '0' if it is set to '1' for a different track automatically."
msgstr "El segundo ejemplo elimina 'flag de pista predefinida' de la primera pista de subtítulo y la establece para la segunda. Tenga en cuenta que &mkvpropedit;, a diferencia de &mkvmerge;, no establece automáticamente a '0' el valor de 'flag de pista predefinida' cuando otra pista se ha establecido a '1'. "
msgid "$ mkvpropedit movie.mkv --attachment-name Arial.ttf --attachment-description 'The Arial font as a TrueType font' --attachment-mime-type application/x-truetype-font --add-attachment 89719823.ttf"
msgid "$ mkvpropedit movie.mkv --attachment-name Arial.ttf --attachment-description 'The Arial font as a TrueType font' --replace-attachment name:Comic.ttf:Arial.ttf"
msgstr ""
"mkvpropedit película.mkv --attachment-name Arial.ttf --attachment-description \"La fuente Arial como TrueType\"\n"
msgid "<constant>1</constant> -- In this case &mkvpropedit; has output at least one warning, but the modification did continue. A warning is prefixed with the text '<literal>Warning:</literal>'. Depending on the issues involved the resulting files might be ok or not. The user is urged to check both the warning and the resulting files."
msgstr "<constant>1</constant> -- En este caso &mkvpropedit; genera una salida con al menos una advertencia, pero la extracción continuó. Una advertencia es prefijada con el texto '<literal>Advertencia:</literal>'. Dependiendo de los fallos involucrados los archivos creados serán correctos o no. El usuario es instado a que revise tanto las advertencias como los archivos creados. "
msgid "<constant>2</constant> -- This exit code is used after an error occurred. &mkvpropedit; aborts right after outputting the error message. Error messages range from wrong command line arguments over read/write errors to broken files."
msgstr "<constant>2</constant> -- Este código de salida es usado después de que ocurra un error. &mkvpropedit; aborta el proceso justo después de mostrar el mensaje de error. El rango de los mensajes de error va desde los argumentos de la línea de comandos, por delante de los errores de lectura/escritura, hasta los archivos erróneos. "
msgid "&mkvpropedit; uses the default variables that determine the system's locale (e.g. <varname>LANG</varname> and the <varname>LC_*</varname> family). Additional variables:"
msgstr "&mkvpropedit; usa las variables predefinidas que se determinan en la configuración local del sistema (p.e. <varname>LANG</varname> y la familia <varname>LC_*</varname>). Variables adicionales: "
msgid "The content is treated as if it had been passed via the <link linkend=\"mkvpropedit.description.debug\"><option>--debug</option></link> option."
msgstr "El contenido se trata como si se hubiese pasado a través de la opción <link linkend=\"mkvpropedit.description.debug\"><option>--debug</option></link>."
msgid "The content is treated as if it had been passed via the <link linkend=\"mkvpropedit.description.engage\"><option>--engage</option></link> option."
msgstr "El contenido se trata como si se hubiese pasado a través de la opción <link linkend=\"mkvpropedit.description.engage\"><option>--engage</option></link>."
msgid "&mkvtoolnix-gui; is a <productname>Qt</productname> based <abbrev>GUI</abbrev> for &mkvmerge;. It also implements &mkvinfo;'s and &mkvpropedit;'s functionality and will evolve to cover &mkvextract; as well. All settings (e.g. source files, track options etc) can be saved and restored."
msgstr "&mkvtoolnix-gui; es una <abbrev>GUI</abbrev>, basada en <productname>Qt</productname>, para &mkvmerge;. También tiene implementadas las funcionalidades &mkvinfo; y &mkvpropedit; y evolucionará hasta cubrir &mkvextract;. Todos los ajustes (p.e. archivos fuente, opciones de pista, etc) pueden ser guardados y restaurados."
msgid "Listing configuration file names with the extension <literal>.mtxcfg</literal> causes the GUI to load the those configuration files in the appropriate tool. Any other file name is added as a source file for multiplexing, opened in the info tool, the chapter editor or in the header editor depending on the current mode. The current mode can be changed with <option>--merge</option>, <option>--info</option>, <option>--edit-chapters</option> or <option>--edit-headers</option>. The default mode is adding files for multiplexing."
msgstr "Listar los archivos de configuración con la extensión <literal>.mtxcfg</literal> provoca que la GUI cargue esos archivos de configuración en la herramienta adecuada. Cualquier otro nombre de archivo de configuración se añade como fuente para el multiplexado, o se abre en la herramienta de información, el editor de capítulos o cabeceras, dependiendo del modo actual. El modo actual se puede cambiar con <option>--merge</option>, <option>--info</option>, <option>--edit-chapters</option> o <option>--edit-headers</option>.. El modo por defecto es añadir archivos para multiplexar."
msgid "Note that if an instance of the application is already running when the application is started a second time, all file names given on the command line are handled by the already-running instance."
msgstr "Tenga en cuenta que si una instancia de la aplicación ya se está ejecutando cuando la aplicación se inicia por segunda vez, todos los nombres de los archivos dados en la línea de comandos serán gestionados por la instancia que se encuentra en ejecución. "
msgstr "Todos los siguientes nombres de archivos serán añadidos como fuente de archivos a la actual tarea de multiplexado. Este es el modo por defecto."
#~ msgstr "Caracteres especiales de escape en el texto"
#~ msgid "There are a few places in which special characters in text must or should be escaped. The rules for escaping are simple: each character that needs escaping is replaced with a backslash followed by another character."
#~ msgstr "Hay pocos sitios en los que los caracteres especiales en el texto puedan o deban ser escapados. Las reglas del escape son simples: cada carácter que necesite ser escapado es reemplazado con una barra invertida seguida de otro carácter."
#~ msgid "The rules are: ' ' (a space) becomes '\\s', '"' (double quotes) becomes '\\2', ':' becomes '\\c', '#' becomes '\\h' and '\\' (a single backslash) itself becomes '\\\\'."
#~ msgstr "Las reglas son: ' ' (un espacio) se convierte a '\\s', '"' (doble comillas) sería '\\2', ':' se convierte a '\\c', '#' se reemplazada como '\\h' y '\\' (una barra invertida) se expresaría como '\\\\'. "
#~ msgid "<varname>MKVEXTRACT_OPTIONS</varname>, <varname>MKVTOOLNIX_OPTIONS</varname> and its short form <varname>MTX_OPTIONS</varname>"
#~ msgstr "<varname>MKVEXTRACT_OPTIONS</varname>, <varname>MKVTOOLNIX_OPTIONS</varname> y su forma abreviada <varname>MTX_OPTIONS</varname>"
#~ msgid "The content is split on white space. The resulting partial strings are treated as if it had been passed as command line options. If you need to pass special characters (e.g. spaces) then you have to escape them (see <link linkend=\"mkvextract.escaping\">the section about escaping special characters in text</link>)."
#~ msgstr "El contenido es dividido en espacios en blanco. Las cadenas de texto parciales resultantes son tratadas como si hubiesen sido pasadas como opciones a la línea de comandos. Si necesitas pasar caracteres especiales (p.e. espacios) entonces tienes que escaparlos (vea <link linkend=\"mkvextract.escaping\">la sección caracteres especiales de escape en el texto</link>). "
#~ msgid "<varname>MKVINFO_OPTIONS</varname>, <varname>MKVTOOLNIX_OPTIONS</varname> and its short form <varname>MTX_OPTIONS</varname>"
#~ msgstr "<varname>MKVINFO_OPTIONS</varname>, <varname>MKVTOOLNIX_OPTIONS</varname> y su forma abreviada <varname>MTX_OPTIONS</varname>"
#~ msgid "The content is split on white space. The resulting partial strings are treated as if it had been passed as command line options. If you need to pass special characters (e.g. spaces) then you have to escape them (see <link linkend=\"mkvinfo.escaping\">the section about escaping special characters in text</link>)."
#~ msgstr "El contenido es dividido en espacios en blanco. Las cadenas de texto parciales resultantes son tratadas como si hubiesen sido pasadas como opciones a la línea de comandos. Si necesitas pasar caracteres especiales (p.e. espacios) entonces tienes que escaparlos (mire <link linkend=\"mkvinfo.escaping\">la sección caracteres especiales de escape en el texto</link>). "
#~ msgid "The output will also contain properties for all items found, e.g. the file title or the track language."
#~ msgstr "El resultado también contendrá las propiedades para todos los elementos encontrados, p.e. el título del archivo o el idioma de la pista."
#~ msgid "This option is deprecated. It will be removed in 2018."
#~ msgstr "Esta opción es obsoleta. Será eliminada en 2018."
#~ msgid "The <literal>verbose-text</literal> format extends the <literal>text</literal> format with additional properties for each item. The extra information is surronded by square brackets. It consists of space-saparated key/value pairs where keys and values are separated by a colon."
#~ msgstr "El formato <literal>verbose-text</literal> amplía el formato <literal>text</literal> con propiedades adicionales por cada elemento. La información extra se especifica entre corchetes. Se compone de pares de clave/valor separados por espacios, en donde las claves y valores están separadas por dos puntos."
#~ msgid "Each value is escaped according to the rules described in <link linkend=\"mkvmerge.escaping\">the section about escaping special characters in text</link>."
#~ msgstr "Cada valor es escapado conforme a las reglas descritas en <link linkend=\"mkvmerge.escaping\">la sección acerca de caracteres especiales de escape en el texto</link>. "
#~ msgid "There are two formats for option files: a JSON format and a proprietary legacy format. The legacy format is deprecated, and support for it will likely be removed in 2018."
#~ msgstr "Hay dos formatos para archivos de opciones: un formato JSON y una formato heredado patentado. El formato heredado es obsoleto, y su compatiblidad será eliminada en 2018."
#~ msgid "The JSON format"
#~ msgstr "El formato JSON"
#~ msgid "The legacy format"
#~ msgstr "Formato heredado"
#~ msgid "There are several rules regarding option files. Lines whose first non-whitespace character is a hash mark ('<literal>#</literal>') are treated as comments and ignored. White spaces at the start and end of a line will be stripped. Each line must contain exactly one option."
#~ msgstr "Hay diversas reglas respecto a los archivos de opciones. Las líneas cuyo primer carácter es una almohadilla ('<literal>#</literal>') son tratadas como comentarios e ignorados. Los espacios en blanco al principio y final serán eliminados. Cada línea debe contener sólo una opción. "
#~ msgid "A line not containing anything is also ignored. An empty argument is represented by the line '<literal>#EMPTY#</literal>'."
#~ msgstr "Una línea que no contiene nada es ignorada. Un argumento vacío se representa con la línea '<literal>#EMPTY#</literal>'. "
#~ msgid "Several chars can be escaped, e.g. if you need to start a non-comment line with '#'. The rules are described in <link linkend=\"mkvmerge.escaping\">the section about escaping text</link>."
#~ msgstr "Varios caracteres pueden ser escapados, p.e. si necesitas iniciar una línea no comentada con '#'. Las reglas están descritas en <link linkend=\"mkvmerge.escaping\">la sección acerca de texto escapado</link>."
#~ msgid "Note that backslashes must always be escaped. Hash marks ('#') must be escaped if they should not start a comment."
#~ msgstr "Las barras invertidas deben ser siempre escapadas. Las almohadillas deben ser escapadas si no inicia ningún comentario. "
#~ msgid "The command line '<command>mkvmerge -o \"my file.mkv\" -A \"a movie.avi\" sound.ogg</command>' could be converted into the following legacy option file called e.g. '<filename>options.txt</filename>':"
#~ msgstr "La línea de comandos '<command>mkvmerge -o \"mi archivo.mkv\" -A \"una película.avi\" audio.ogg</command>' se podría convertir al siguiente archivo de opciones en formato heredado denominado p.e. '<filename>opciones.txt</filename>':"
#~ msgid ""
#~ "# Write to the file \"c:\\Matroska\\my file.mkv\" on Windows.\n"
#~ "-o\n"
#~ "c:\\\\Matroska\\\\my file.mkv\n"
#~ "# Set the title to '#65'.\n"
#~ "--title\n"
#~ "\\h65\n"
#~ "# Only take the video from \"a movie.avi\".\n"
#~ "-A\n"
#~ "a movie.avi\n"
#~ "sound.ogg"
#~ msgstr ""
#~ "# Escribe en el archivo \"C:\\Matroska\\mi archivo.mkv\", bajo Windows.\n"
#~ "\t\t \n"
#~ "C:\\\\Matroska\\\\mi archivo.mkv\n"
#~ "# Establece el título a '#65'.\n"
#~ "--title\n"
#~ "\\h65\n"
#~ "# Sólo toma el video de \"una película.avi\".\n"
#~ "-A\n"
#~ "una película.avi\n"
#~ "audio.ogg"
#~ msgid "The rules are: ' ' (a space) becomes '\\s', '"' (double quotes) becomes '\\2', ':' becomes '\\c', '#' becomes '\\h', '[' becomes '\\b', ']' becomes '\\B' and '\\' (a single backslash) itself becomes '\\\\'."
#~ msgstr "Las reglas son: ' ' (un espacio) se convierte a '\\s', '"' (doble comillas) sería '\\2', ':' se convierte a '\\c', '#' será reemplazada como '\\h', '[' será '\\B', y '\\' (una barra invertida) se expresaría como '\\\\'. "
#~ msgid "<varname>MKVMERGE_OPTIONS</varname>, <varname>MKVTOOLNIX_OPTIONS</varname> and its short form <varname>MTX_OPTIONS</varname>"
#~ msgstr "<varname>MKVMERGE_OPTIONS</varname>, <varname>MKVTOOLNIX_OPTIONS</varname> y su forma abreviada <varname>MTX_OPTIONS</varname>"
#~ msgid "The content is split on white space. The resulting partial strings are treated as if it had been passed as command line options. If you need to pass special characters (e.g. spaces) then you have to escape them (see <link linkend=\"mkvmerge.escaping\">the section about escaping special characters in text</link>)."
#~ msgstr "El contenido es dividido en espacios en blanco. Las cadenas de texto parciales resultantes son tratadas como si hubiesen sido pasadas como opciones a la línea de comandos. Si necesitas pasar caracteres especiales (p.e. espacios) entonces tienes que escaparlos (vea <link linkend=\"mkvmerge.escaping\">la sección caracteres especiales de escape en el texto</link>). "
#~ msgid "<varname>MKVPROPEDIT_OPTIONS</varname>, <varname>MKVTOOLNIX_OPTIONS</varname> and its short form <varname>MTX_OPTIONS</varname>"
#~ msgstr "<varname>MKVPROPEDIT_OPTIONS</varname>, <varname>MKVTOOLNIX_OPTIONS</varname> y su forma abreviada <varname>MTX_OPTIONS</varname>"
#~ msgid "The content is split on white space. The resulting partial strings are treated as if it had been passed as command line options. If you need to pass special characters (e.g. spaces) then you have to escape them (see <link linkend=\"mkvpropedit.escaping\">the section about escaping special characters in text</link>)."
#~ msgstr "El contenido es dividido en espacios en blanco. Las cadenas de texto parciales resultantes son tratadas como si hubiesen sido pasadas como opciones a la línea de comandos. Si necesitas pasar caracteres especiales (p.e. espacios) entonces tienes que escaparlos (vea <link linkend=\"mkvpropedit.escaping\">la sección caracteres especiales de escape en el texto</link>). "
#~ msgid "Checks online for new releases by downloading the URL <ulink url=\"http://mkvtoolnix-releases.bunkus.org/latest-release.xml\">http://mkvtoolnix-releases.bunkus.org/latest-release.xml</ulink>. Four lines will be output in <literal>key=value</literal> style: the URL from where the information was retrieved (key <literal>version_check_url</literal>), the currently running version (key <literal>running_version</literal>), the latest release's version (key <literal>available_version</literal>) and the download URL (key <literal>download_url</literal>)."
#~ msgstr " Comprueba online si hay nuevas versiones al descargar el archivo ubicado en la URL <ulink url=\"http://mkvtoolnix-releases.bunkus.org/latest-release.xml\">http://mkvtoolnix-releases.bunkus.org/latest-release.xml</ulink>. Cuatro líneas serán generadas del tipo <literal>clave=valor</literal>: la URL desde donde se obtuvo la información (clave <literal>version_check_url</literal>), la versión actual (clave <literal>running_version</literal>), la última versión disponible (clave <literal>available_version</literal>) y la URL de descarga (clave <literal>download_url</literal>)."
#~ msgid "Afterwards the program exists with an exit code of 0 if no newer release is available, with 1 if a newer release is available and with 2 if an error occurred (e.g. if the update information could not be retrieved)."
#~ msgstr "Después el programa sale con un código de salida 0 si ninguna versión nueva está disponible, con 1 si hay disponible una versión más actual y con 2 si ocurre algún error (p.e. si la información de la actualización no puede ser obtenida)."
#~ msgid "This option is only available if the program was built with support for libcurl."
#~ msgstr "Esta opción sólo está disponible si el programa fue creado con compatibilidad para libcurl. "
#~ msgid "The extracted tags are written to the console unless the output is redirected (see the section about <link linkend=\"mkvextract.output_redirection\">output redirection</link> for details)."
#~ msgstr "Las etiquetas extraídas se escriben a la consola a menos que la salida sea redirigida (vea la sección a cerca de <link linkend=\"mkvextract.output_redirection\">redirección de salida</link> para más detalles). "
#~ msgid "The extracted chapters are written to the console unless the output is redirected (see the section about <link linkend=\"mkvextract.output_redirection\">output redirection</link> for details)."
#~ msgstr "Los capítulos extraídos se escriben en la consola a menos que la salida sea redirigida (vea la sección sobre <link linkend=\"mkvextract.output_redirection\">redirección de salida</link> para más detalles). "
#~ msgid "The extracted cue sheet is written to the console unless the output is redirected (see the section about <link linkend=\"mkvextract.output_redirection\">output redirection</link> for details)."
#~ msgstr "El cue sheet extraído se escriben en la consola a menos que la salida sea redirigida (vea la sección sobre <link linkend=\"mkvextract.output_redirection\">redirección de salida</link> para más detalles). "
#~ msgid "The extracted timestamps are written to the console unless the output is redirected (see the section about <link linkend=\"mkvextract.output_redirection\">output redirection</link> for details)."
#~ msgstr "Los códigos de tiempo se escriben en la consola a menos que la salida sea redirigida (vea la sección sobre <link linkend=\"mkvextract.output_redirection\">redirección de salida</link> para más detalles). "
#~ msgid "Output redirection"
#~ msgstr "Redirección de salida"
#~ msgid "Several extraction modes cause &mkvextract; to write the extracted data to the console. There are generally two ways of writing this data into a file: one provided by the shell and one provided by &mkvextract; itself."
#~ msgstr "Varios modos de extracción provocan que &mkvextract; escriba la información extraída a la consola. Por lo general, hay dos maneras de escribir esta información a un archivo: uno proporcionado por el shell y otro por &mkvextract;. "
#~ msgid "The shell's builtin redirection mechanism is used by appending '<literal>> output-filename.ext</literal>' to the command line. Example:"
#~ msgstr "El mecanismo de redirección de orden interna del shell se utiliza añadiendo '<literal>> nombresalida.ext</literal>' a la línea de comandos. Ejemplo:"
#~ msgid "&mkvextract;'s own redirection is invoked with the <link linkend=\"mkvextract.description.common.redirect_output\"><option>--redirect-output</option></link> option. Example:"
#~ msgstr "La redirección de &mkvextract; es invocada con la opción <link linkend=\"mkvextract.description.common.redirect_output\"><option>--redirect-output</option></link>. Ejemplo: "
#~ msgid "On Windows you should probably use the <link linkend=\"mkvextract.description.common.redirect_output\"><option>--redirect-output</option></link> option because <command>cmd.exe</command> sometimes interpretes special characters before they're written into the output file resulting in broken output."
#~ msgstr "En Windows es posible que necesite usar la opción <link linkend=\"mkvextract.description.common.redirect_output\"><option>--redirect-output</option></link> porque <command>cmd.exe</command> a veces interpreta los caracteres especiales antes de que se escriban en el archivo de salida provocando una salida incorrecta. "
#~ msgid "This option is deprecated. Use <link linkend=\"mkvmerge.description.identification_format\"><literal>--identification-format verbose-text --identify …</literal></link> instead."
#~ msgstr "Esta opción está en desuso. Utiliza, en su lugar, <link linkend=\"mkvmerge.description.identification_format\"><literal>--identification-format verbose-text --identify …</literal></link>."
#~ msgid "Reads additional command line arguments from the file <parameter>options-file</parameter>. Lines whose first non-whitespace character is a hash mark ('<literal>#</literal>') are treated as comments and ignored. White spaces at the start and end of a line will be stripped. Each line must contain exactly one option."
#~ msgstr "Lee argumentos adicionales de la línea de comandos desde el archivo <parameter>archivo-opciones</parameter>. Las líneas que tengan en el primer carácter una almohadilla ('<literal>#</literal>') serán tratados como comentarios y se ignorarán. Espacios en blanco al inicio y final de la línea serán descartados. Cada línea debe contener exactamente una opción. "
#~ msgid "Several chars can be escaped, e.g. if you need to start a non-comment line with '#'. The rules are described in <link linkend=\"mkvextract.escaping\">the section about escaping text</link>."
#~ msgstr "Diversos caracteres pueden ser interpretados como de escape, p.e. si necesitas que una línea, que comience con una almohadilla '<literal>#</literal>', no sea interpretada como un comentario. Las normas se describen en <link linkend=\"mkvextract.escaping\">la sección sobre caracteres de escape en texto</link>. "
#~ msgid "The command line '<command>mkvextract tracks source.mkv --raw 1:destination.raw</command>' could be converted into the following option file:"
#~ msgstr "La línea de comandos '<command>mkvextract tracks archivo.mkv --raw 1:destino.raw</command>' se puede convertir a un archivo de opciones del modo que se indica a continuación: "
#~ msgid ""
#~ "# Extract a track from source.mkv\n"
#~ "tracks\n"
#~ "source.mkv\n"
#~ "# Output the track as raw data.\n"
#~ "--raw\n"
#~ "1:destination.raw"
#~ msgstr ""
#~ "# Extrae una pista del archivo.mkv\n"
#~ "tracks\n"
#~ "archivo.mkv\n"
#~ "# Genera la pista del tipo raw\n"
#~ "--raw\n"
#~ "1:destino.raw"
#~ msgid "Several chars can be escaped, e.g. if you need to start a non-comment line with '#'. The rules are described in <link linkend=\"mkvinfo.escaping\">the section about escaping text</link>."
#~ msgstr "Diversos caracteres pueden ser interpretados como de escape, p.e. si necesitas que una línea, que comience con una almohadilla '#', no sea interpretada como un comentario. Las normas están descritas en <link linkend=\"mkvinfo.escaping\">la sección sobre caracteres de escape en texto</link>."
#~ msgid "The command line '<command>mkvinfo -v -v input.mkv --redirect-output info.txt</command>' could be converted into the following option file:"
#~ msgstr "La línea de comandos '<command>mkvinfo -v -v entrada.mkv --redirect-output info.txt</command>' podría ser convertida en el siguiente archivo de opciones: "
#~ msgid ""
#~ "# Be more verbose\n"
#~ "-v\n"
#~ "-v\n"
#~ "# Parse input.mkv\n"
#~ "input.mkv\n"
#~ "# and write the output to info.txt\n"
#~ "--redirect-output\n"
#~ "info.txt"
#~ msgstr ""
#~ "# Ser más detallado\n"
#~ "-v\n"
#~ "-v\n"
#~ "# Analiza entrada.mkv\n"
#~ "entrada.mkv\n"
#~ "# y escribe la salida en info.txt\n"
#~ "--redirect-output\n"
#~ "info.txt"
#~ msgid "Several chars can be escaped, e.g. if you need to start a non-comment line with '#'. The rules are described in <link linkend=\"mkvpropedit.escaping\">the section about escaping text</link>."
#~ msgstr "Diversos caracteres pueden ser interpretados como de escape, p.e. si necesitas que una línea, que comience con una almohadilla '#', no sea interpretada como un comentario. Las normas están descritas en <link linkend=\"mkvpropedit.escaping\">la sección sobre caracteres de escape en texto</link>."
#~ msgid "The command line '<command>mkvpropedit source.mkv --edit track:a2 --set name=Comments</command>' could be converted into the following option file:"
#~ msgstr "La línea de comandos '<command>mkvpropedit archivo.mkv --edit track:a2 --set name=Comentarios</command>' puede ser convertida en un archivo de opciones del modo que se indica a continuación: "
#~ msgid ""
#~ "# Modify source.mkv\n"
#~ "source.mkv\n"
#~ "# Edit the second audio track\n"
#~ "--edit\n"
#~ "track:a2\n"
#~ "# and set the title to 'Comments'\n"
#~ "--set\n"
#~ "name=Comments"
#~ msgstr ""
#~ "# Modifica nombre.mkv\n"
#~ "nombre.mkv\n"
#~ "# Edita la segunda pista de audio\n"
#~ "--edit\n"
#~ "track:a2\n"
#~ "# y establece el título como 'Comentarios' \n"
#~ msgid "Selects the compression method to be used for the track. Note that the player also has to support this method. Valid values are '<literal>none</literal>', '<literal>zlib</literal>', '<literal>lzo</literal>'/'<literal>lxo1x</literal>', '<literal>bz2</literal>'/'<literal>bzlib</literal>' and '<literal>mpeg4_p2</literal>'/'<literal>mpeg4p2</literal>'. The values '<literal>lzo</literal>'/'<literal>lxo1x</literal>' and '<literal>bz2</literal>'/'<literal>bzlib</literal>' are only available if &mkvmerge; has been compiled with support for the <productname>liblzo</productname> and <productname>bzlib</productname> compression libraries, respectively."
#~ msgstr "Selecciona el método de compresión para ser utilizado en la pista. Tenga en cuenta que el reproductor debe ser compatible con este método. Los valores válidos son '<literal>ninguna</literal>', '<literal>zlib</literal>', '<literal>lzo</literal>'/'<literal>lxo1x</literal>', '<literal>bz2</literal>'/'<literal>bzlib</literal>' y '<literal>mpeg4_p2</literal>'/'<literal>mpeg4p2</literal>'. Los valores '<literal>lzo</literal>'/'<literal>lxo1x</literal>' y '<literal>bz2</literal>'/'<literal>bzlib</literal>' sólo están disponibles si &mkvmerge; ha sido compilado con soporte para las librerías de compresión <productname>liblzo</productname> y <productname>bzlib</productname>, respectivamente. "
#~ msgid "'<literal>BZ2</literal>' -- the <productname>bzlib</productname> compression library. Affects the available compression methods for the <link linkend=\"mkvmerge.description.compression\"><option>--compression</option></link> option."
#~ msgstr "'<literal>BZ2</literal>' -- la librería de compresión <productname>bzlib</productname>. Se aplica a los métodos de compresión disponibles para la opción <link linkend=\"mkvmerge.description.compression\"><option>--compression</option></link>."
#~ msgid "'<literal>LZO</literal>' -- the <productname>lzo</productname> compression library. Affects the available compression methods for the <link linkend=\"mkvmerge.description.compression\"><option>--compression</option></link> option."
#~ msgstr "'<literal>LZO</literal>' -- la librería de compresión <productname>lzo</productname>. Se aplica a los métodos de compresión disponibles para la opción <link linkend=\"mkvmerge.description.compression\"><option>--compression</option></link>."
#~ msgid "Forces the translations for the language <parameter>code</parameter> to be used (e.g. '<literal>de_DE</literal>' for the German translations). It is preferable to use the environment variables <varname>LANG</varname>, <varname>LC_MESSAGES</varname> and <varname>LC_ALL</varname> though. Entering '<literal>list</literal>' as the <parameter>code</parameter> will cause &mkvextract; to output a list of available translations."
#~ msgstr "Fuerza el uso de la traducción de un concreto <parameter>código</parameter> de idioma (p.e. '<literal>es_ES</literal>' para el Español). Pienso que es preferible usar las variables de entorno <varname>LANG</varname>, <varname>LC_MESSAGES</varname> y <varname>LC_ALL</varname>. Introducir '<literal>list</literal>' como el valor del <parameter>código</parameter> provocará que &mkvextract; genere una lista de traducciones disponibles. "
#~ msgid "Forces the translations for the language <parameter>code</parameter> to be used (e.g. '<literal>de_DE</literal>' for the German translations). It is preferable to use the environment variables <varname>LANG</varname>, <varname>LC_MESSAGES</varname> and <varname>LC_ALL</varname> though. Entering '<literal>list</literal>' as the <parameter>code</parameter> will cause &mkvinfo; to output a list of available translations."
#~ msgstr "Fuerza las traducciones para el <parameter>código del idioma</parameter> que será usado (p.e. '<literal>de_DE</literal>' para las traducciones al alemán). Esto es preferible a usar las variables de entorno <varname>LANG</varname>, <varname>LC_MESSAGES</varname> y <varname>LC_ALL</varname>. Usando '<literal>list</literal>' como el valor del parámetro <parameter>código</parameter> provocará que &mkvinfo; muestre una lista de traducciones disponibles. "