Go to documentation repository
Page History
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:
- Place the exported .exe file
...
Command format:
- in the same folder as the Axxon Player Portable utility.
- 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.
Note title 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
Example:
"Packed_video.exe" --extract "D:\1result.avi"—if the source file is larger than 4 GB