Skip to content

Commit

Permalink
add vignette example
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Dec 7, 2020
1 parent 4a289c8 commit c2f6bd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This GIF / YouTube was created with this command: "editly [commonFeatures.json5]
- Overlay transparent images or even videos with alpha channel
- Show different sub-clips for parts of a clips duration (B-roll)
- Picture-in-picture
- Vignette
- Preserve/mix multiple audio sources
- Automatic audio crossfading
- Automatic audio ducking and normalization
Expand Down
9 changes: 9 additions & 0 deletions examples/vignette.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
outPath: './vignette.mp4',
clips: [
{ layers: [
{ type: 'video', path: './assets/tungestolen.mp4', cutTo: 2 },
{ type: 'image', path: './assets/vignette.png', resizeMode: 'stretch', zoomDirection: null },
] },
],
}

0 comments on commit c2f6bd8

Please sign in to comment.