mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
webm takes ungodly amounts of time to process
This commit is contained in:
parent
5f9e9d98a6
commit
1836fef402
1 changed files with 5 additions and 3 deletions
|
@ -4,10 +4,12 @@
|
||||||
- else
|
- else
|
||||||
#thumbnails-not-yet-generated.block.block--fixed.block--warning.layout--narrow
|
#thumbnails-not-yet-generated.block.block--fixed.block--warning.layout--narrow
|
||||||
h3 Just a moment
|
h3 Just a moment
|
||||||
p The image should appear in a few minutes; report it otherwise.
|
= if @image.image_mime_type == "video/webm" do
|
||||||
|
p WEBM uploads may take longer to process, it should appear in up to an hour (depending on file size and video length).
|
||||||
|
- else
|
||||||
|
p The image should appear in a few minutes; report it otherwise.
|
||||||
p Implications might have added tags, so check them in the meanwhile.
|
p Implications might have added tags, so check them in the meanwhile.
|
||||||
|
|
||||||
= if !@image.processed and @image.thumbnails_generated do
|
= if !@image.processed and @image.thumbnails_generated do
|
||||||
br
|
br
|
||||||
#image-being-optimized.block.block--fixed.block--warning.layout--narrow
|
#image-being-optimized.block.block--fixed.block--warning.layout--narrow
|
||||||
| This image is being processed to optimize the filesize. It should finish shortly.
|
| This image is being processed to optimize the filesize. It should finish shortly.
|
||||||
|
|
Loading…
Reference in a new issue