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