Versions Compared

Key

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

In Intellect it is possible to export the archive in the .exe format using the AviExport utility (see The AviExport utility section of Operator's Guide).

If there are you have problems with playing back the archive exported in the .exe format, then video can be extracted you can extract the video from the .exe format file and viewed watch it separately. For this in the command line run

You can do this as follows:

  1. Place the exported .exe file

...

Command format:

  1. 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
  1. "%PACKED_FILE_NAME%" --extract "%VIDEO_FILE_NAME%"

...

  1. 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.

      Note
      titleAttention!

      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

Example:

"Packed_video.exe" --extract "D:\1result.avi"—if the source file is larger than 4 GB