1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Optimize remote image processing

This commit is contained in:
Chocobozzz 2021-02-16 10:19:09 +01:00 committed by Chocobozzz
parent 374b725df5
commit 1664bc60eb
6 changed files with 94 additions and 9 deletions

View file

@ -1,5 +1,4 @@
import chaiJsonSchema = require('chai-json-schema')
import { copy, move } from 'fs-extra'
import { copy } from 'fs-extra'
import { join } from 'path'
import { ThumbnailType } from '../../shared/models/videos/thumbnail.type'
import { generateImageFromVideoFile } from '../helpers/ffmpeg-utils'