You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,7 @@ Edit specs are JavaScript / JSON objects describing the whole edit operation wit
176
176
|`width`|`--width`| Width which all media will be converted to |`640`||
177
177
|`height`|`--height`| Height which all media will be converted to | auto based on `width` and aspect ratio of **first video**||
178
178
|`fps`|`--fps`| FPS which all videos will be converted to | First video FPS or `25`||
179
+
|`customOutputArgs`|| Specify custom output codec/format arguments for ffmpeg (See [example](https://github.com/mifi/editly/blob/master/examples/customOutputArgs.json5)) | auto (h264) ||
179
180
|`allowRemoteRequests`|`--allow-remote-requests`| Allow remote URLs as paths |`false`||
180
181
|`fast`|`--fast`, `-f`| Fast mode (low resolution and FPS, useful for getting a quick preview ⏩) |`false`||
181
182
|`defaults.layer.fontPath`|`--font-path`| Set default font to a .ttf | System font ||
0 commit comments