mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add transcoding module comments
This commit is contained in:
parent
33ff70baa6
commit
6b67897e2e
6 changed files with 68 additions and 18 deletions
|
@ -9,6 +9,13 @@ import { getAudioStream, getClosestFramerateStandard, getVideoFileFPS } from './
|
|||
import { processImage } from './image-utils'
|
||||
import { logger } from './logger'
|
||||
|
||||
/**
|
||||
*
|
||||
* Functions that run transcoding/muxing ffmpeg processes
|
||||
* Mainly called by lib/video-transcoding.ts and lib/live-manager.ts
|
||||
*
|
||||
*/
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Encoder options
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue