mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix print transcode command test
This commit is contained in:
parent
7f529402d1
commit
06ac128958
2 changed files with 6 additions and 3 deletions
|
@ -27,8 +27,8 @@ describe('Test print transcode jobs', function () {
|
|||
expect(command).to.includes('-r 25')
|
||||
expect(command).to.includes('-level:v 3.1')
|
||||
expect(command).to.includes('-g:v 50')
|
||||
expect(command).to.includes(`-maxrate `)
|
||||
expect(command).to.includes(`-bufsize `)
|
||||
expect(command).to.includes(`-maxrate:v `)
|
||||
expect(command).to.includes(`-bufsize:v `)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue