Translate

Basic help: configure format / Ayuda básica: configurar formato

  
Basic help: configure format
Open format profile editor. Go to "Tools - Format Editor"

 
If you know the commands used with ffmpeg...

First you identify the parts of the command line. Ffmpeg uses the following general syntax: ffmpeg.exe <Input Parameters> -i Infile <Output parameters> Outfile

Example:

ffmpeg.exe -i input -c:v libx264 -b:v 4000k -minrate 4000k -maxrate 4000k -bufsize 1835k out.m2v
  • <Input Parameters>: none
  • Infile: input
  • <Output parameters>:  -c:v libx264 -b:v 4000k -minrate 4000k -maxrate 4000k -bufsize 1835k
  • Outfile: out.m2v

Click the "Options - Get Values command line" menu. Two text boxes appear where you must enter parameters.


Click “Accept”.

Identify the file extension, in "Outfile", and enter in the "File Extension" box.


Save the profile with the name you want. Click the "File - Save" menu.

If you have a file that has the format you need...

Select “Options – Get Values of file” menu. Select the file and wait for it to be analyzed. A list of options appears. Check the "Check / uncheck all" box and click "Accept".


Save the profile with the name you want. Click the "File - Save" menu.

If you know some other information...

The minimum you need to know is the muxer (container format). This data can automatically deduce the file extension.

If you know the file extension...


If you know the extension, enter it in the "File extension" box, of the category "Output - General".



If you do not know other data, save the profile with the name you want. Click the "File - Save" menu. 

If you know the name of the muxer (container format)...


Look for it in the "Container format" drop-down list. If you can not find it, go to "Help - ffmpeg - formats" menu.


A list of formats supported by the converter is displayed. Each line consists of three data: support, short name(s) and description (long name). The data "support" indicates that it supports the reading (D) and / or writing (E) of that format. You must verify that the writing is supported.


Search the format manually or use the "Look for" box to locate it. Once found, copy and paste your short name in the "Container Format" box.





 Ayuda básica: configurar formato
Abre el editor de perfiles de formato. Ve al menú "Tools – Format Editor"

 
Si conoces los comandos a utilizar con ffmpeg...

Primero debes identificar las partes de la línea de comandos. Ffmpeg utiliza la siguiente sintaxis general: ffmpeg.exe <Input Parameters> -i Infile <Output parameters> Outfile

Ejemplo:

ffmpeg.exe -i input -c:v libx264 -b:v 4000k -minrate 4000k -maxrate 4000k -bufsize 1835k out.m2v
  • <Input Parameters>: ninguno
  • Infile: input
  • <Output parameters>:  -c:v libx264 -b:v 4000k -minrate 4000k -maxrate 4000k -bufsize 1835k
  • Outfile: out.m2v

Haz clic en el menú “Options – Get Values command line”. Aparecerán dos cuadros de texto en dónde se deberán ingresar los parámetros.


Haz clic en “Accept”, Libre AV Converter interpretará los comandos y rellenará los cuadros correspondientes.

Identifica en “Outfile” la extensión del archivo e ingrésala en el cuadro “File Extension”.


Guarda el perfil con el nombre que desees. Haz clic en el menú “File – Save”.

Si dispones de un archivo que tenga el formato que estás necesitando...

Selecciona el menú “Options – Get Values of file”. Selecciona el archivo y espera un momento para que sea analizado. Se mostrará una lista de opciones. Marca la casilla “Check / uncheck all” y haz clic en “Accept”.


Guarda el perfil con el nombre que desees. Haz clic en el menú “File – Save”.

Si conoces algún otro dato...

Lo mínimo que se necesita conocer es el muxer (formato de contenedor). Dicho dato se puede deducir automáticamente con la extensión del archivo.

Si conoces la extensión del archivo...


Si conoces la extensión que usan los archivos con el formato deseado. Ingrésala en el cuadro “File extensión” de la categoría “Output – General”.



Si no conoces otro dato, guarda el perfil con el nombre que desees. Haz clic en el menú “File – Save”. 

Si conoces el nombre del muxer (formato de contenedor)...


Búscalo en la lista desplegable “Container format” de la categoría “Output – General”. Si no lo encuentras, ve al menú “Help – ffmpeg – formats”.


Se mostrará una lista con los formatos soportados por el convertidor. Cada renglón consta de tres datos: soporte, nombre(s) abreviado y descripción (nombre largo). El dato “soporte” indica que el convertidor soporta la lectura (D) y/o la escritura (E) de dicho formato. Es necesario verificar que esté soportada la escritura.


Busca el formato manualmente ó utiliza el cuadro “Look for” para localizarlo. Una vez encontrado, copia su nombre abreviado y pégalo en el cuadro “Container format”.