-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestRender.json
More file actions
26 lines (26 loc) · 812 Bytes
/
testRender.json
File metadata and controls
26 lines (26 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"template": {
"composition": "Render 1080p [Change length]",
"src": "file:///Users/aaronbaw/Code/AutoRender/assets/STM_TEMPLATE_AUTORENDER_BUNDLED/STM_TEMPLATE_AUTORENDER_BUNDLE_OLD_VERSION.aep"
},
"assets": [{
"type": "script",
"src": "file:///Users/aaronbaw/Code/AutoRender/scripts/stm_autorender_1.jsx"
}],
"actions": {
"postrender": [
{
"module": "@nexrender/action-encode",
"output": "/Users/aaronbaw/Desktop/autorender_test.mp4",
"preset": "mp4",
"params": {
"-acodec": "aac",
"-ab": "128k",
"-ar": "44100",
"-vcodec": "libx264",
"-r": "29.97"
}
}
]
}
}