Cleanup helpers
This commit is contained in:
parent
39445ead45
commit
8d468a16fd
12 changed files with 57 additions and 169 deletions
|
@ -1,7 +1,6 @@
|
|||
import * as ffmpeg from 'fluent-ffmpeg'
|
||||
|
||||
import { CONFIG } from '../initializers'
|
||||
import { VideoResolution } from '../../shared/models/videos/video-resolution.enum'
|
||||
import { CONFIG } from '../initializers'
|
||||
|
||||
function getVideoFileHeight (path: string) {
|
||||
return new Promise<number>((res, rej) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue