Video Clipping for Partial File Restore

The Content UI provides viewing and sharing of videos uploaded to a Swarm bucket. Video Clipping, also known as Partial File Restore, is an additional feature available with Docker running on the Gateway server. Video clipping provides the ability to excerpt portions of the video and store them as new, standalone videos within Swarm.

Video Clipping Use Cases

  • Sporting Event Analysis
    A sporting team uploads the hours-long recording of a recent game into Swarm. It requires key highlights (typically 2 minutes or less) to go to broadcasters, commercial sponsors, or coaches for further consumption. Rather than sending the entire (large) video file with timestamps, the video owner uses the Content UI to extract the relevant segments into small video clips, which are then sent out as needed.

  • Targeted Post-Production
    A media company needs the special post-production work applied to a given scene or set of takes but avoids transmitting the full set of video (multiple GB) to the post-production shop. Instead, the required portion of the video, buffered with a few seconds of video before and after, is extracted into a smaller (measured in MB) clip and sent for processing.

  • Presentation Highlights
    A professional organization uploads the full hour-long conference presentations into Swarm, then creates highlight excerpts to use on the website, on social media, and in marketing materials.

Installing Video Clipping

Video clipping is available on Gateway version 6.3 and later. The following instructions are for Gateway versions 6.3 to 7.7. For version 7.8 and later, the feature is installed with Gateway and requires Docker running on the Gateway server. See https://perifery.atlassian.net/wiki/spaces/public/pages/2443810147 for details regarding Docker and disregard the following installation steps.

For older Gateway versions, obtain the optional stand-alone package for video clipping and install it on Gateway servers with no additional configuration. In addition to the RPM tool, install the supporting framework for multimedia formats i.e. FFmpeg, which Swarm provides preconfigured within a Docker container.

Best Practice

Use Docker and install the provided container; this selects the required FFmpeg repo choices, installs dependencies, and makes additional resource changes required to protect Gateway's performance. Installing FFmpeg directly requires additional configuration. It is advised to complete the configuration with DataCore Support. 

  1. Copy the package for video clipping to a server that is running Content Gateway. See https://perifery.atlassian.net/wiki/spaces/public/pages/2443810099 for more information about all the gateway server requirements.

    caringo-videoclipping-VERSION.noarch.rpm

  2. If the server is running Content Gateway 6.0 or earlier, upgrade Gateway (version 6.1 and higher support drop-in features such as video clipping). See https://perifery.atlassian.net/wiki/spaces/public/pages/2443810147.

  3. If Content UI is version 6.1 or earlier, upgrade it to support this feature. See .

  4. Install the package. 

    yum install caringo-videoclipping-VERSION.noarch.rpm

    The installation creates a “features.d” directory under /etc/caringo/cloudgateway/ where Gateway detects optional dynamic features.

  5. Install multimedia support via FFmpeg. Swarm provides it preconfigured in a Docker container. 
    From an Internet-connected machine, 

    1. Check the Docker is installed.

      docker info

      If the Docker is not installed, install the Docker package and start the daemon. Check the status and enable it system-wide. See docs.docker.com/install/linux/docker-ce/centos/ for more information.

    2. Verify Docker by running a container test.

      docker run hello-world
    3. Load the provided container for FFmpeg.

  6. Gateway creates /var/spool/caringo/cloudgateway/features directory for spooling video clips. Gateway denies starting in absence of the directory.

  7. In setting iptables rules, Docker closes external TCP access to port 80 (although ping and ssh still work). Explicitly open port 80 again for clients to access Gateway. 

  8. Repeat the above process on any remaining Content Gateway servers.

  9. Restart the Gateway server(s).
    On reboot, Content Gateway detects the feature. On a page refresh, Content UI displays the clipping control for video content.

Creating a Clip

Note

  • Currently, clipping is allowed for named objects. Only one clip can be saved at a time.

  • The browser-based tool requires an HTML5-supported video format; MPEG-4/MP4 (H.264) and WebM are tested and supported.

  • Video clips are output in MP4 format.

The Content UI adds the scissor  icon to the right of the video control bar on video-format objects with a sufficient number of frames to clip. Check the Gateway installation if the icon does not appear. Selecting the icon toggles the video clipping toolbar open and closed.

Tip

For higher resolution, use Full Screen  mode.

Three ways to set the time span of the clip. Select a method based on the precision needed:

  • Drag the green and red bars

  • Select a bar and use the left and right arrow keys to move it frame by frame (supported in Chrome)

  • Enter minute:second[:millisecond] values in the Start Time or End Time fields

The default format for Clip Name is {original-name}-{start}-{end}.{filetype} but it can be customized. The clip name dynamically reflects the selected start and end times unless the field contains a custom value. This becomes the object name after selecting Create Clip:

The tool writes the clip to the same bucket as the source video.

The following shows an example of a clip with the default name beside the original video.

Use the Share menu to distribute the new clip.

Metadata for Clips

The object is tagged with the following metadata on creation:

  • x-owner-meta - The user who initiated the clipping request, not the owner of the source video.

  • x-generated-by-meta -The name of the feature that generated the object.

  • x-source-object-meta -The SCSP URL (stripped of host and protocol) for the original source object, regardless of its existence in Swarm.

Monitoring Clipping

Implement Swarm's and install the latest DataCore VideoClipping Dashboard () to monitor clipping issues.

Clipping has three distinct stages: 

  1. Preprocessing Gateway verifies the request is valid before starting any processing. It verifies the following conditions:

    • The clipping addon is installed

    • The required parameters are set

    • The current user has access rights

  2. Processing Gateway runs the request, extracts the specified portion of the input, and creates the clip on the local disk.

  3. Postprocessing - Gateway uploads the clip as a new video object in Swarm. This new video references but has no dependencies on the original.

Identify which stage of errors occurred in the clipping to narrow down the scope of the cause. Check the for details.

Audit Logs for Clipping

Each video clipping event logs multiple operations to provide auditing through the process, which might take a long period. Gateway creates video clips asynchronously to accommodate requests of all sizes and acknowledges the request with an INVOKE message, which appears first in the audit log. The acknowledgment references the future JSON result object. The JSON result displays the outcome of the clipping request as Sucess or Fail, the FFmpeg exit code, and the duration, capturing the same information as if it is synchronous.

All JSON result objects are temporary by default and are created with a lifepoint to trigger deletion after 5 days. Change the default in the , gateway.cfg ([dynamic_features] resultObjectLifetime=5).

See .

 

© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.