Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

vfs_format.exe is a console utility for working with Axxon One archiveses una herramienta de consola que sirve para operar con archivos de Axxon One.

Note
titleAttention!

For correct operation of the application, you have to remove the corresponding archive volume in Axxon One without removing the archive files (see Deleting and formatting archive volumes).

Atención

Para un correcto funcionamiento de la aplicación, es necesario eliminar el correspondiente volumen de archivo en Axxon One sin eliminar los fichero del archivo (ver Borrar y formetar volúmenes del archivo).

La herramienta se encuentra ubicada en The utility is located in <Axxon One installation folder>\bin>. 

Note
titleAttention!Atención

Ejecute la línea de comando como AdministradorRun the command line as Administrator.


Info
titleNoteNota

Para iniciar la herramienta con el SO Linux, ejecute el siguiente comando

To launch the utility on Linux OS, run the following command

:

ngprun start_app vfs_tools + arguments.

To open the argument list, run the

Para abrir la lista de argumentos, ejecute vfs_tools -- help command.

The utility contains the following optionsLa herramienta contiene las siguientes opciones:

ParameterParámetro

DescriptionDescripción

--help

Help windowVentana de ayuda

--volume

Ruta de archivo. El parámetro básico debe estar presente siempre en la consulta.

Por ejemplo

Archive path. The basic parameter must always be present in the query.

For example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs (for the archive volume as a file) or para el volumen de archivo como fichero) o vfs_format.exe --volume D:\ (for the archive volume as a diskpara el volumen de archivo como disco)

--fill

Populating an archive with multiple copies of video footage from another archive.

The system fills up a destination archive with multiple copies of a source archive; for easier timeline handling, each new copy is written with 1 minute offset. 

Llenado de un archivo con múltiples copias de imágenes de vídeo de otro archivo.

El sistema llena un archivo destino con múltiples copias de un archivo origen; para una gestión más sencilla de la línea de tiempo, cada copia se escribe al transcurrir 1 minuto. 

Por ejemplo: For example: vfs_format.exe --volume S:\FILEONE.afs --fill G:\

--cache-to-memory

Copying an archive to RAM and further copying to a destination archive. Use with the Copia de un archivo en la RAM y a continuación en el archivo destino. Uso con el parámetro --fill parameter.

This parameter is valid only for archives that could fit to RAM.

.

Este parámetro es válido únicamente para archivos que puedan encajar con la RAM.

Por ejemplo, vfsFor instance, vfs_format.exe --volume S:\FILEONE.afs --fill G:\  --cache-to-memory

--dump

Servicio de recogida de información sobre el volumen de archivo en un fichero TXT o XML.

Por ejemplo: vfs

Collect service information about the archive volume in a TXT or XML file.

For example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --dump C:\DumpArc.txt

--expand

Specify the new size of the archive volume in sectors. By default, the size of one sector is 4MB, if the -format parameter was not applied. This option is relevant only for the archive volume as a file.

Especifica el tamaño nuevo del volumen de archivo en sectores. Por defecto, el tamaño de un sector es de 4MB, si no se ha aplicado el parámetro --format. Esta opción es útil únicamente para el volumen de archivo como fichero.

Por ejemploFor example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --expand 128

--size

Specify the new size of the archive volume in megabytes. This option is relevant only for the archive volume as a file.

Especifica el tamaño nuevo del volumen de archivo en megabytes. Esta opción es útil únicamente para el volumen de archivo como fichero.

Por ejemplo: vfsFor example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --size 4096

--format

Split the volume of the archive into sectors of the specified size (in División del volumen de archivo en sectores del tamaño que se especifique (en megabytes).

For examplePor ejemplo:  vfsvfs_format.exe --volume D:\archiveAntiqueWhite.afs --format 16

--copy

Copying archive volumes. Specify the path and name of the new archive file. If the archive volume is copied as a disk, create a partition, large enough. If you have a smaller partition, then only the most recent entries are copied.

Copia de volúmenes de archivo. Especifica la ruta y nombre del nuevo fichero de archivo. Si el volumen de archivo se copia en un disco, cree una partición lo suficientemente grande. Si cuenta con una partición más pequeña, únicamente podrán copiarse las entradas más recientes.

Por ejemplo: vfsFor example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --copy C:\NewArc.afs

--skip-bad-block 

Skip the bad sectors when copying the archive volume. This parameter is used only together with Omite los sectores deficientes al copiar el volumen de archivo. Este parámetro se usa junto con --copy.

For examplePor ejemplo:  vfsvfs_format.exe --volume D:\archiveAliceBlue.afs --copy C:\NewArc.afs --skip-bad-block

--modify-corrupted-flag 

Enable / disable re-indexing of the archive volumeHabilita / deshabilita la reindexación del volumen de archivo. 1enable reindexinghabilitar reindexación, 0disabledeshabilitar.

For examplePor ejemplo: vfs_format.exe --volume D:\archiveAliceBlue.afs --modify-corrupted-flag 1

--build-meta

Launch the process of metadata generation for an archive volume (including timeline markers and video footage size per channel).

Ejecuta el proceso de generación de metadatos para el volumen de archivo (incluyendo los marcadores de tiempo y tamaño de las imágenes de vídeo por canal).

Por ejemploFor example, vfs-format.exe --volume D:\ --build-meta

Important! Processing large archives may take significant amounts of time¡Importante! El procesamiento de archivos grandes puede tardar en realizarse un tiempo considerable

--clear-meta

Eliminación de metadatos del volumen de archivo.

Por ejemplo

Deleting metadata of archive volume.

For example, vfs-format.exe --volume D:\ --clear-meta

--log-level

Sets the logging level for this action. Available valuesIndica el nivel de registro de esta acción. Valores disponibles:

  • 0 – OFF
  • 10 – ERROR
  • 20 – WARN
  • 40 – INFO
  • 50 – DEBUG
  • 60 – TRACE
  • 100 – ALL

To log error messages, you must add a path for the log file at the end of each query.

Para registrar mensajes de error, es necesario añadir una ruta para el fichero de registro al final de cada consulta.

Por ejemploFor example: vfs_format.exe --volume S:\FILEONE.afs --fill G:\ --log-level=100 > S:\log.txt.