parent
bb51688a6a
commit
ff20dd1137
@ -1,42 +1,43 @@ |
|||||||
[ |
[ |
||||||
{ |
{ |
||||||
"Format": "mp4", |
"Format": "webm", |
||||||
"Scale": "1920:1080", |
"Scale": "1920:1080", |
||||||
"Resize": false, |
"Resize": false, |
||||||
"VideoBitrate": 900, |
"VideoBitrate": 900, |
||||||
"AudioBitrate": 192, |
"AudioBitrate": 192, |
||||||
"VideoCodec": "libx264", |
"VideoCodec": "libvpx-vp9", |
||||||
"Preset": "veryfast", |
"Preset": "veryfast", |
||||||
"CleanFilename": false, |
"CleanFilename": false, |
||||||
"CRF": 30, |
"CRF": 30, |
||||||
"FPS": 30, |
"FPS": 30, |
||||||
"Tune": "animation", |
"Tune": "animation", |
||||||
"Input": "LGo*.mp4", |
"Input": "LGo*.mp4", |
||||||
"OutDir": "mp4_test", |
"OutDir": "dash_test", |
||||||
"Passes": 1, |
"Passes": 1, |
||||||
"Extras": [ |
"Extras": [ |
||||||
"-movflags", "faststart", |
"-deadline", "realtime", |
||||||
"-tune", "animation" |
"-row-mt", "1", |
||||||
|
"-cpu-used", "8" |
||||||
] |
] |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"Format": "webm", |
"Format": "webm", |
||||||
"VideoCodec": "libvpx-vp9", |
"VideoCodec": "libvpx-vp9", |
||||||
"Scale": "1920:1080", |
"Scale": "1280:720", |
||||||
"Resize": false, |
"Resize": false, |
||||||
"VideoBitrate": 900, |
"VideoBitrate": 600, |
||||||
"AudioBitrate": 192, |
"AudioBitrate": 192, |
||||||
"CleanFilename": false, |
"CleanFilename": false, |
||||||
"CRF": 30, |
"CRF": 30, |
||||||
"FPS": 30, |
"FPS": 30, |
||||||
"Tune": "animation", |
"Tune": "animation", |
||||||
"Input": "LGo*.mp4", |
"Input": "LGo*.mp4", |
||||||
"OutDir": "webm_test", |
"OutDir": "dash_test", |
||||||
"Passes": 1, |
"Passes": 1, |
||||||
"Extras": [ |
"Extras": [ |
||||||
"-deadline", "realtime", |
"-deadline", "realtime", |
||||||
"-row-mt", "1", |
"-row-mt", "1", |
||||||
"-cpu-used", "8" |
"-cpu-used", "8" |
||||||
] |
] |
||||||
} |
} |
||||||
] |
] |
||||||
|
|||||||
Loading…
Reference in new issue