Permission | Admin | User |
---|---|---|
View integration | ✅ | ✅ |
Register data using the integration | ✅ | ❌ |
Delete integration | ✅ | ❌ |
Add users | ✅ | ❌ |
videoMetadata
for video files. videoMetadata
is essential information used by the Label Editor and is crucial for aligning annotations to the correct frame.
videometadata
flag is included in the JSON file, we directly use the supplied metadata without performing any additional validation, and do not store the file on our servers. To guarantee accurate labels, it is crucial that the metadata you provide is accurate.videoMetadata
must be specified when a Strict client-only access integration is used. In all other cases videoMetadata
is optional.Encord assumes the videoMetadata
is correct and our servers do not download or pre-process your data. This is particularly useful for customers with strict data compliance concerns.videoMetadata
is distinct from clientMetadata
. videoMetadata
is required for videos when using Strict client-only access, while clientMetadata
is optional and can be included for all types of data.ffmpeg -i 'video_title.mp4'
to retrieve fps, duration, width, and height:ls -l 'video_title.mp4'
to retrieve the file size:Example JSON including video metadata
imageMetadata
for image files. imageMetadata
contains essential information used by the Label Editor and is crucial for aligning annotations to the correct image properties.
imageMetadata
flag is present in the JSON file, we directly use the supplied metadata without performing any additional validation and do not store the file on our servers. To guarantee accurate labels, it is crucial that the metadata you provide is accurate.imageMetadata
must be specified when a Strict client-only access integration is used. In all other cases, imageMetadata
is optional.audioMetadata
for audio files. audioMetadata
contains essential information used by the Label Editor and is crucial for aligning annotations to the correct audio properties.
audioMetadata
flag is present in the JSON file, we directly use the supplied metadata without performing any additional validation and do not store the file on our servers. To guarantee accurate labels, it is crucial that the metadata you provide is accurate.audioMetadata
must be specified when a Strict client-only access integration is used. In all other cases, audioMetadata
is optional.