fixed formatting, added test case

This commit is contained in:
Felix Ableitner 2019-05-04 03:18:32 +02:00
parent 5ba49f268d
commit 7ed2c1a46f
3 changed files with 32 additions and 12 deletions

View file

@ -1,4 +1,4 @@
import { HLS_STREAMING_PLAYLIST_DIRECTORY, P2P_MEDIA_LOADER_PEER_VERSION, WEBSERVER, VIDEO_TRANSCODING_FPS } from '../initializers/constants'
import { HLS_STREAMING_PLAYLIST_DIRECTORY, P2P_MEDIA_LOADER_PEER_VERSION, WEBSERVER } from '../initializers/constants'
import { join } from 'path'
import { getVideoFileFPS, transcode, canDoQuickTranscode } from '../helpers/ffmpeg-utils'
import { ensureDir, move, remove, stat } from 'fs-extra'