Go to documentation repository
Page History
AviExport utility is used from the command line using AviExport.run located in <Intellect installation folder>\Modules folder.
Note | ||
---|---|---|
| ||
AviExport utility can be used from the command line only while Intellect is running. |
The following parameters are used when using AviExport utility from command line:
...
- holesplit=[number] – time (in milliseconds) allowed between archive intervals during which intervals are merged in 1 file. If time between intervals exceeds the specified one, then there is no merge. Further data is recorded to a new file. By default all intervals are merged. When multiple channels are exported into .avi file, the parameter is not in use.
- maxsize=[number] – maximum size of file (in MB). If the size is bigger, then further data is recorded to a new file. Maximum allowed value as well as default value is 4096.
- duration=[number] – maximum duration of 1 file (in seconds). If the duration is longer, then further data is recorded to a new file. By default there is no duration limit.
...
Export examples with different codecs:
- DIVX:
-dst:"E:\test\export1\" -format:avi -extr:"E:\test\export1\AxxnPlayer.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\itv\Documents\Intellect\export\" -tmp:"C:\Users\itv\Documents\Intellect\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\itv\Documents\Intellect\export\" -tmp:"C:\Users\itv\Documents\Intellect\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]
Overview
Content Tools