1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/test/fixtures/files
Jonathan Hefner a197d39e13
Fall back to video container for duration
Some video formats, such as WebM, do not store duration information at
the level of the video stream.  Instead, the duration is stored as part
of the container format information.

This commit modifies `VideoAnalyzer` to use the duration from the video
container when the duration from the video stream is not available.

Fixes #40130.
2020-08-31 08:48:06 -04:00
..
colors.bmp Allow ActiveStorage to generate variants of BMP images 2019-04-21 19:07:22 +02:00
empty_file.txt Fix zero-byte files upload 2018-09-06 20:04:21 -03:00
favicon.ico
icon.psd
icon.svg
image.gif
racecar.jpg
racecar.tif Use a smaller TIFF file as fixture 2019-07-27 23:08:49 +05:30
racecar_rotated.jpg
report.pdf
rotated_video.mp4
video.mp4
video.webm Fall back to video container for duration 2020-08-31 08:48:06 -04:00
video_with_rectangular_samples.mp4
video_with_undefined_display_aspect_ratio.mp4
video_without_video_stream.mp4