Google Cloud Platform - Video Sample

This Python Flask application demonstrates App Engine Standard, Cloud Storage, and the Video Intelligence API


Upload Video File:
{% if video_public_url %}

Video being served from Google Cloud Storage:



{% endif %} {% for label in label_annotations %}

Label Description: {{label.entity.description}}

Label Confidence: {{label.segments[0].confidence}}

Label Start Time: {{label.segments[0].segment.start_time_offset.seconds + label.segments[0].segment.start_time_offset.nanos / 1000000000.0}}

Label End Time: {{label.segments[0].segment.end_time_offset.seconds + label.segments[0].segment.end_time_offset.nanos / 1000000000.0}}


{% endfor %}