This repository was archived by the owner on Feb 4, 2021. It is now read-only.
preview for videos - include ffmpeg in the dockerfile/image#278
Open
GUNT0815 wants to merge 345 commits intoWonderfall:masterfrom
Open
preview for videos - include ffmpeg in the dockerfile/image#278GUNT0815 wants to merge 345 commits intoWonderfall:masterfrom
GUNT0815 wants to merge 345 commits intoWonderfall:masterfrom
Conversation
…the web root, making image support read-only operation, consistent white spaces in nginx config
Making the PrivateBin container image more robust
…ks out of the box with boringSSL.
* Update Nextcloud to 20.0.8 * Update Nextcloud to 19.0.9
* Fixing version * Nextcloud 22 is released and Nextcloud 19 is EOL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If you want to see previews for vid files when you have set
'enable_previews' => true,
'enabledPreviewProviders' =>
array (
0 => 'OC\Preview\TXT',
1 => 'OC\Preview\MarkDown',
2 => 'OC\Preview\OpenDocument',
3 => 'OC\Preview\PDF',
4 => 'OC\Preview\MSOffice2003',
5 => 'OC\Preview\MSOfficeDoc',
6 => 'OC\Preview\PDF',
7 => 'OC\Preview\Image',
8 => 'OC\Preview\Photoshop',
9 => 'OC\Preview\TIFF',
10 => 'OC\Preview\SVG',
11 => 'OC\Preview\Font',
12 => 'OC\Preview\MP3',
13 => 'OC\Preview\Movie',
14 => 'OC\Preview\MKV',
15 => 'OC\Preview\MP4',
16 => 'OC\Preview\AVI',
),
in the config file, you need ffmpeg to be installed in the docker image.