mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Add 540p profile to main.py
This commit is contained in:
parent
7f745d74cd
commit
82ea0cee5d
1
main.py
1
main.py
@ -29,6 +29,7 @@ from cuburn import genome, render
|
|||||||
profiles = {
|
profiles = {
|
||||||
'1080p': dict(fps=24, width=1920, height=1080, quality=3000, skip=0),
|
'1080p': dict(fps=24, width=1920, height=1080, quality=3000, skip=0),
|
||||||
'720p': dict(fps=24, width=1280, height=720, quality=2500, skip=0),
|
'720p': dict(fps=24, width=1280, height=720, quality=2500, skip=0),
|
||||||
|
'540p': dict(fps=24, width=960, height=540, quality=2500, skip=0),
|
||||||
'preview': dict(fps=24, width=640, height=360, quality=800, skip=1)
|
'preview': dict(fps=24, width=640, height=360, quality=800, skip=1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user