rails--rails/activestorage/test/analyzer
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
..
image_analyzer_test.rb Fix typo s/:heigh/:height/ 2019-10-03 15:42:47 +09:00
video_analyzer_test.rb Fall back to video container for duration 2020-08-31 08:48:06 -04:00