mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Split ffmpeg utils with ffprobe utils
This commit is contained in:
parent
123f619336
commit
daf6e48010
18 changed files with 339 additions and 344 deletions
|
@ -9,7 +9,7 @@ import {
|
|||
VideoTranscodingPayload
|
||||
} from '../../../../shared'
|
||||
import { retryTransactionWrapper } from '../../../helpers/database-utils'
|
||||
import { computeResolutionsToTranscode } from '../../../helpers/ffmpeg-utils'
|
||||
import { computeResolutionsToTranscode } from '../../../helpers/ffprobe-utils'
|
||||
import { logger } from '../../../helpers/logger'
|
||||
import { CONFIG } from '../../../initializers/config'
|
||||
import { sequelizeTypescript } from '../../../initializers/database'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue