Example of response encode(2).framerate&202 Accepted(encode(2).status=save)
Interpretation Change frame rate of MPEG-4. Specify 30, 25, 15, 10, 7.5, or 1. If vbr is set to MPEG-4 rate
control, frame rate of MPEG-4 becomes 30fps. If I-Frame interval is not 30, 60, 120, 150, 180, 210 or 240, real frame
rate becomes larger than the setting. Refer I-Frame interval API for details.
The change is saved by the API, encode(2).status=save. If the change is not saved, the setting is restored by reboot.
Allowed users admin, operator
Getting MPEG-4 I-Frame Interval Setting from VN-V686
Format /api/param?encode(2).iframeinterval
Example of response encode(2).iframeinterval=30&200 OK
Interpretation Acquire I-Frame interval of MPEG-4 encoding.
Allowed users admin, operator, user
Setting MPEG-4 I-Frame Interval Setting for VN-V686
Format /api/param?encode(2).iframeinterval=data
Example /api/param?encode(2).iframeinterval=30
Example of response encode(2).iframeinterval&202 Accepted(encode(2).status=save)
Interpretation Change I-Frame interval of MPEG-4. Specify 1 to 255. If I-Frame interval is 30, 60, 120, 150, 180,
210 or 240, real frame rate is as frame rate setting. If I-Frame interval is not 30, 60, 120, 150, 180, 210 or 240, real
frame rate becomes larger than the setting because I-Frame can not be skipped. If I-Frame setting is 1, all frames
become I-Frame and frame rate becomes 30fps.
The change is saved by the API, encode(2).status=save. If the change is not saved, the setting is restored by reboot.
Allowed users admin, operator
Getting MPEG-4 Priority Setting from VN-V686
Format /api/param?encode(2).priority
Example of response encode(2).priority=motion&200 OK
Interpretation Acquire priority of MPEG-4 encoding. "motion" or "quality" is returned.
Allowed users admin, operator, user
Setting MPEG-4 Priority Setting for VN-V686
Format /api/param?encode(2).priority=data
Example /api/param?encode(2).priority=motion
Example of response encode(2).priority&202 Accepted(encode(2).status=save)
Interpretation Change priority of MPEG-4. Specify "motion" or "quality". To keep frame rate, select "motion". To
keep image quality, select "quality".
34