Versions Compared

Key

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

...

-period:[start time;end time]common —general export period. Time is set in the YYYY-MM-DDThh:mm:ss format, for example, 2015-09-29T12:10:50. This is a mandatory parameter if you don't set a period for each camera.

-period:[start time:end time;start time_2:end time_2]separate specific export periods. You can set periods in the (UTC_UNIX) timestamp format format, for example, 2015-09-29T12:10:50. This is a mandatory parameter if you don't set a common general period. The character ":" is the separator in one period. The character ";" is the separator between periods.
Example of separate 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].

...

If a camera doesn't have its own period, use the -period:[start time;end time] parameter of the common general period.
If each camera has its own period, it isn't necessary to use the -period:[start time;end time] parameter of the common general period.
If a camera doesn't have its own period and you don't set the common general export period, then the export fails.
The example of the command line where the first camera has its own period while the second and the third cameras have one common general period:
-period:[2024-01-31T15:00:00.000;2024-01-31T16:00:00.000] 
-src:[127.0.0.1:900;id=1];audio:[auto];vcodec:[fourcc=x264;r=0;k=0;q=0];periods:
[1706691600000:1706693400000;1706695200000:1706697000000];titles:[off]
-src:[127.0.0.1:900;id=2];audio:[auto];vcodec:[fourcc=x264;r=0;k=0;q=0];titles:[off]
-src:[127.0.0.1:900;id=3];audio:[auto];vcodec:[fourcc=x264;r=0;k=0;q=0];titles:[off].
-dst:pathpath to the file or folder. If the path ends with the ‘\’ symbol, then it is identified as a path to the folder, and file names are generated automatically. The path is always identified as the path to the folder when exporting to Axxon PSIM file system. If the path doesn't exist, then the utility tries to create it automatically. This is a mandatory parameter.

...

  • 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].

...