File attachment transcoding status

Hey Hendrik!
There’s a hidden field on the version called sg_uploaded_movie_transcoding_status that you can query via the API like any regular field.
Statuses:
0 == in progress
1 == success
2 == failure

If you want to see that field (as well as the other transcoding-related fields) in the UI, enter this into the browser console:

SG.schema.entity_fields.Version.sg_uploaded_movie_transcoding_status.grid_column = true;
SG.schema.entity_fields.Version.sg_uploaded_movie_mp4.grid_column = true;
SG.schema.entity_fields.Version.sg_uploaded_movie_webm.grid_column = true;
SG.schema.entity_fields.Version.sg_uploaded_movie_image.grid_column = true;

Hope that helps, but let me know if you need anything further.
Cheers,

Mason.

7 Likes