mirror of https://github.com/Chocobozzz/PeerTube
Fix build
parent
b7c8304cfd
commit
b110820dfc
|
@ -226,7 +226,7 @@ async function getLiveTranscodingCommand (options: {
|
|||
|
||||
const varStreamMap: string[] = []
|
||||
|
||||
const complexFilter: FilterSpecification[] = [
|
||||
const complexFilter: ffmpeg.FilterSpecification[] = [
|
||||
{
|
||||
inputs: '[v:0]',
|
||||
filter: 'split',
|
||||
|
|
Loading…
Reference in New Issue