You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
763 B
42 lines
763 B
[
|
|
{
|
|
"Format": "mp4",
|
|
"Scale": "1920:1080",
|
|
"Resize": false,
|
|
"VideoBitrate": 900,
|
|
"AudioBitrate": 192,
|
|
"VideoCodec": "libx264",
|
|
"Preset": "veryfast",
|
|
"CleanFilename": false,
|
|
"CRF": 30,
|
|
"FPS": 30,
|
|
"Tune": "animation",
|
|
"Input": "LGo*.mp4",
|
|
"OutDir": "mp4_test",
|
|
"Passes": 1,
|
|
"Extras": [
|
|
"-movflags", "faststart",
|
|
"-tune", "animation"
|
|
]
|
|
},
|
|
{
|
|
"Format": "webm",
|
|
"VideoCodec": "libvpx-vp9",
|
|
"Scale": "1920:1080",
|
|
"Resize": false,
|
|
"VideoBitrate": 900,
|
|
"AudioBitrate": 192,
|
|
"CleanFilename": false,
|
|
"CRF": 30,
|
|
"FPS": 30,
|
|
"Tune": "animation",
|
|
"Input": "LGo*.mp4",
|
|
"OutDir": "webm_test",
|
|
"Passes": 1,
|
|
"Extras": [
|
|
"-deadline", "realtime",
|
|
"-row-mt", "1",
|
|
"-cpu-used", "8"
|
|
]
|
|
}
|
|
]
|
|
|