<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016-2022 The MathWorks, Inc. -->
<rsccat version="1.0" locale="en_US" product="multimedia">
    <message>
        <entry key="InitializationFailed">Failed to initialize internal resources.</entry>
        <entry key="PluginNotLoaded">The plugin ''{0}'' failed to load properly.</entry>
        <entry key="PluginRequirement">Video file I/O requires {0}.\nInstall this on your system and restart MATLAB.</entry>
        <entry key="PluginRequirementAndHigher">Video file I/O requires {0} and higher.\nInstall this on your system and restart MATLAB.</entry>
        <entry key="Unexpected">Could not read file due to an unexpected error. Reason: {0}</entry>
        <entry key="NoVideo">The file does not appear to have any video data.</entry>
        <entry key="NoVideoOrAudio">The file does not appear to have any video or audio data.</entry>
        <entry key="FileTypeNotSupported">The file type is not supported</entry>
        <entry key="ColorspaceConversion">Unable to create a color conversion to RGB for the video file.</entry>
        <entry key="BitDepth">Unsupported bit depth. VideoReader currently only supports images with up to 16 bits per color channel.</entry>
        <entry key="ReadCancelled">Read was canceled by the user.</entry>
        <entry key="FilePermissionDenied">Could not open the file for reading.  Permission denied.</entry>
        <entry key="SeekFailed">Unable to seek to specified timestamp.</entry>
        <entry key="ReadFailed">Unable to read the file.</entry>
        <entry key="ReadTimeout">Unable to read the file.</entry>
        <entry key="FileRenamed">The file referred to by VideoReader may have been moved or renamed.</entry>
        <entry key="CodecNotFound">The file requires the following codec(s) to be installed on your system:\n\t{0}</entry>
        <entry key="UnknownCodec">Unable to determine the required codec.</entry>
        <entry key="FileCorrupt">Unable to read the file. The file appears to be corrupt.</entry>
        <entry key="UnexpectedWarning">An unexpected warning was generated.  The message was:\n\n{0}</entry>
        <entry key="notEnoughMemory">Not enough memory available for {0} frames.</entry>
        <entry key="invalidFrameIndex">Frame index must be a numeric value greater than zero and less than or equal to the number of frames in the file.</entry>
        <entry key="unknownNumFrames">Unable to determine the number of frames in this file.</entry>
        <entry key="unknownDuration">Unable to determine the duration of video in this file.</entry>        
        <entry key="FileNotFound">The filename specified was not found in the MATLAB path.</entry>
        <entry key="unsupportedImage">The filename specified is an image file. Use imread instead of VideoReader.</entry>
        <entry key="unsupportedText">The filename specified is a text file. Use edit instead of VideoReader.</entry>
        <entry key="GeneralProperties">General Properties:</entry>
        <entry key="VideoProperties">Video Properties:</entry>
        <entry key="ReadProperties">Read Properties:</entry>
        <entry key="EndOfFile">No more frames available to read from file.</entry>
        <entry key="NonAsciiUnsupported">Unable to read file. Non-ascii file name unsupported for {0} files on this platform.</entry>
        <entry key="MissingPluginDependencies">Unable to read video files. Install the required Media frameworks for your system.</entry>
        <entry key="URLsNotSupported">Reading video data from URLs is not supported.</entry>
        <entry key="coderFileNotSupported">Video stream in the file is not supported.</entry>
        <entry key="coderInvalidNumArgs">Incorrect number of input arguments.</entry>
        <entry key="coderInvalidReadPosition">Read position must be a double scalar to read by timestamp or a uint64 scalar to read by index.</entry>
        <entry key="coderOnlyUint8Supported">Only videos that decode to uint8 data are supported for code generation.</entry>
        <entry key="InvalidArgument">Invalid input. Provide absolute path to the video file.</entry>
        <entry key="BadGraphicsCard">Unable to read the file. Bad graphics card detected.</entry>
        <entry key="DisallowedBuiltin">Use of VideoReader on this file is not supported on a thread-based parallel pool.</entry>
    </message>
</rsccat>
