You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Media files added to Avalon may contain caption data within. Right now if a user has a container file with captions, they must process the file to pull the caption data into a separate file, then attach the captions file to the record in Avalon.
See #2964 for a similar issue relating to pulling data/metadata from files upon ingest.
Caption Types
There are many caption formats; to begin we can only support the existing supported formats. Having ffmpeg convert the existing embedded text into a VTT could also be a way to handle this.
Example File
This file contains Lunchroom Manners with the existing VTT for testing embedded into the container:
Active Encode will need to be updated to be able to pull out these supplemental files, and Avalon should be able to see that the data is there and create an Active Storage record for the data. One caveat is that this would be used for the ffmpeg adapter, but it might require extra effort for the AWS adapter. This could possibly be a feature that is restricted to the ffmpeg adapter, at least for the first pass.
Done Looks Like
Active Encode looks for caption/subtitle data in in media files during processing
Valid caption data is written to a caption file and attached to the media file in Avalon if present
The text was updated successfully, but these errors were encountered:
joncameron
changed the title
Add Caption Files
Add Caption Files to Section During Processing
Feb 29, 2024
Josh Bennett over at Media School is using Adobe Premier to create transcripts / captions for his media before uploading into MCO, so he is a potential collection owner who could test this out.
Description
Media files added to Avalon may contain caption data within. Right now if a user has a container file with captions, they must process the file to pull the caption data into a separate file, then attach the captions file to the record in Avalon.
See #2964 for a similar issue relating to pulling data/metadata from files upon ingest.
Caption Types
Example File
This file contains Lunchroom Manners with the existing VTT for testing embedded into the container:
Active Encode will need to be updated to be able to pull out these supplemental files, and Avalon should be able to see that the data is there and create an Active Storage record for the data. One caveat is that this would be used for the ffmpeg adapter, but it might require extra effort for the AWS adapter. This could possibly be a feature that is restricted to the ffmpeg adapter, at least for the first pass.
Done Looks Like
The text was updated successfully, but these errors were encountered: