View Source IvcvEx (IvcvEx v0.4.2)

Documentation for IvcvEx.

Link to this section Summary

Link to this section Functions

Link to this function

process_video_by_url(video_url)

View Source
@spec process_video_by_url(binary()) :: {:ok, binary()} | {:error, any()}

Process video by url.

Returns {:ok, result_id} if video was accepted by IVCV servers, otherwise {:error, reason} is returned.

parameters

Parameters

  • video_url: String that represents the video url.

examples

Examples

IvcvEx.process_video_by_url("https://example.com/video.mp4")

reference

Reference

https://docs.ivcv.eu/result_for_video.html#blueprints.direct_blueprints.process_video_by_url