From d30586211b41e018869a1a3f4e3af778a31591db Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Thu, 28 Sep 2017 16:43:37 -0400 Subject: Preview PDFs and videos --- activestorage/test/fixtures/files/report.pdf | Bin 0 -> 13469 bytes activestorage/test/fixtures/files/video.mp4 | Bin 0 -> 275433 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 activestorage/test/fixtures/files/report.pdf create mode 100644 activestorage/test/fixtures/files/video.mp4 (limited to 'activestorage/test/fixtures/files') diff --git a/activestorage/test/fixtures/files/report.pdf b/activestorage/test/fixtures/files/report.pdf new file mode 100644 index 0000000000..cccb9b5d64 Binary files /dev/null and b/activestorage/test/fixtures/files/report.pdf differ diff --git a/activestorage/test/fixtures/files/video.mp4 b/activestorage/test/fixtures/files/video.mp4 new file mode 100644 index 0000000000..8fb1c5b24d Binary files /dev/null and b/activestorage/test/fixtures/files/video.mp4 differ -- cgit v1.2.3 From 605484079d297d1ba6835628465be81f03c052ee Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Sun, 22 Oct 2017 13:16:59 -0400 Subject: Extract metadata from images and videos --- activestorage/test/fixtures/files/rotated_video.mp4 | Bin 0 -> 275090 bytes .../test/fixtures/files/video_without_video_stream.mp4 | Bin 0 -> 16252 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 activestorage/test/fixtures/files/rotated_video.mp4 create mode 100644 activestorage/test/fixtures/files/video_without_video_stream.mp4 (limited to 'activestorage/test/fixtures/files') diff --git a/activestorage/test/fixtures/files/rotated_video.mp4 b/activestorage/test/fixtures/files/rotated_video.mp4 new file mode 100644 index 0000000000..4c7a4e9e57 Binary files /dev/null and b/activestorage/test/fixtures/files/rotated_video.mp4 differ diff --git a/activestorage/test/fixtures/files/video_without_video_stream.mp4 b/activestorage/test/fixtures/files/video_without_video_stream.mp4 new file mode 100644 index 0000000000..e6a55f868b Binary files /dev/null and b/activestorage/test/fixtures/files/video_without_video_stream.mp4 differ -- cgit v1.2.3