Skip to content

basic support for PNG and ProRes 4444 overlay#90

Open
mediafeliz wants to merge 4 commits intoeluv-io:masterfrom
mediafeliz:master
Open

basic support for PNG and ProRes 4444 overlay#90
mediafeliz wants to merge 4 commits intoeluv-io:masterfrom
mediafeliz:master

Conversation

@mediafeliz
Copy link
Copy Markdown

PNG sequence overlays

  • frame_000001.png, frame_000002.png…
./bin/exc \
  -f "./media/bbb_30s.mp4" \
  -xc-type video \
  -format mp4 \
  -wm-xloc 0 \
  -wm-yloc 0 \
  -wm-sequence-path "./media/overlay_frames/frame_%06d.png"

ProRes 4444 MOV overlays with alpha

./bin/exc \
  -f "./media/bbb_30s.mp4" \
  -xc-type video \
  -format mp4 \
  -wm-xloc 0 \
  -wm-yloc 0 \
  -wm-overlay-mov "./media/overlay_prores.mov"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants