...
-period:[start time:end time;start time_2:end time_2]—specific export periods. You can set periods in the (UTC_UNIX) timestamp format, for example, 2015-09-29T12:10:50. This is a mandatory parameter if you don't set a general period. The character ":" is the separator in one period. The character ";" is the separator between periods.
Example of separate specific periods:
from 2024-01-31T12:00:00.000 to 2024-01-31T12:30:00.000 and from 2024-01-31T13:00:00.000 to 2024-01-31T13:30:00.000 are set this way:
periods: [1706691600000:1706693400000;1706695200000:1706697000000].
...
-src:[path to source]—data source (audio and video) and its parameters. You must specify at least one ( or more ) data sourcesources. There are several the following ways to specify a path:
- [ip-address:port;id=camera ID]. Example -src:[127.0.0.1:900;id=5]
- [ip-address:port;id=camera ID;ipstorage_id=Edge storage ID]. This is for Edge storage archive export. Example -src:[127.0.0.1:900;id=500;ipstorage_id=500]
After you specify the data source via the “";” " separating character, you can specify add optional parameters:
- vcodec: value—video codec settings. It isn't used when packing to Axxon PSIM file system is performed. Available values:
- vcodec:auto—bin packing with no conversion (used by default).
- vcodec:axxn—bin packing with no conversion (AXXN codec is specified).
- vcodec:[codec parameters]—for example, vcodec:[fourcc=DIVX;r=-1;k=-1:q=6]
- audio:value—audio source settings. Available values:
- audio:auto—audio is exported automatically if it is configured and present in the archive (used by default).
- audio:off—audio isn't exported for this camera.
- audio:[path]—specifying the path to the audio source in the [ip-address:port;id= microphone ID] or ["path to Axxon PSIM archive";id=microphone ID] format.
- titles:[parameters]—titles settings. It isn't used when packingto Axxon PSIM file system is performed. Parameters:
- int—titles are exported in the bin body.
- ext—titles are exported to an external .srt file.
By default, titles aren't exported.
...
- DIVX:
-dst:"E:\test\export1\" -format:avi -extr:"E:\test\export1\Axxon_player_portable.exe" -src:[127.0.0.1:900;id=5];vcodec:[fourcc=DIVX;r=-1;k=-1:q=6];audio:[127.0.0.1:910;id=2];titles:[ext;int] -period:[2015-09-29T12:10:50;2015-09-29T12:40:50] - xvid mpeg-4:
-dst:"C:\Users\AxxonSoft\Documents\Axxon PSIM\export\" -tmp:"C:\Users\AxxonSoft\Documents\Axxon PSIM\export\132CCBFA-18F3-E811-AA66-1C1B0DE52EED\" -format:avi -period:[2018-11-28T17:20:00.000;2018-11-28T17:21:00.000] -options:[maxsize=670] -src:[127.0.0.1:900;id=1];vcodec:[fourcc=xvid;r=0;k=0;q=0];titles:[ext;int] - x264vfw:
-dst:"C:\Users\AxxonSoft\Documents\Axxon PSIM\export\" -tmp:"C:\Users\AxxonSoft\Documents\Axxon PSIM\export\F533AE2C-19F3-E811-AA66-1C1B0DE52EED\" -format:avi -period:[2018-11-28T17:20:00.000;2018-11-28T17:21:00.000] -options:[maxsize=670] -src:[127.0.0.1:900;id=1];vcodec:[fourcc=x264;r=0;k=0;q=0];titles:[ext;int].
...