Sha256: 0b2e8ce8d4a1e95471aac65144546feea8a03eb3da973e862239b09c652adbbe
Contents?: true
Size: 463 Bytes
Versions: 96
Compression:
Stored size: 463 Bytes
Contents
json.(video_file, :width, :height) json.encoding_progress(video_file.encoding_progress.to_i) json.format(file_format(video_file)) json.dimensions(file_dimensions(video_file)) json.duration(file_duration(video_file)) if video_file.state == 'encoded' json.sources(video_file_sources(video_file)) do |source| json.src source[:high_src] json.type source[:type] end end if video_file.poster.present? json.poster_url(video_file.poster.url(:large)) end
Version data entries
96 entries across 96 versions & 1 rubygems