Documentation for Axxon Player utility.

Previous page Setting the export parameters in the command prompt  Watch history in the Axxon Player utility Next page

You can export the archive in the .exe format using the AviExport utility (see The AviExport utility).

If you have problems playing back the archive exported in the .exe format, you can extract the video from the .exe file and watch it separately.

You can do this as follows:

  1. Place the exported .exe file in the same folder as the Axxon Player Portable utility.
  2. While in this folder, launch the command line and execute the Axxon_player_portable "%PACKED_FILE_NAME%" --extract "%VIDEO_FILE_NAME%" command, where
    • Axxon_player_portable—the name of the Axxon Player Portable utility;
    • %PACKED_FILE_NAME%—the name of the archive exported in the .exe format;
    • %VIDEO_FILE_NAME%—the name of the file in the .avi format, which is obtained as a result of unpacking.

      Attention!

      If the exported .exe file is larger than 4 GB, it is necessary to add the --executable parameter to the command.

As a result, the exported file with the specified name will appear in the same folder.

Command examples:

Axxon_player_portable "Packed_video.exe" --extract "1video.avi"—if the source file is less than 4 GB

Axxon_player_portable "ExportVideo.exe" --executable "ExportVideo4GB.exe" --extract "result.avi"—if the source file is larger than 4 GB

  • No labels