Skip to content

Include a working example of simple video clip montage #3

@costa

Description

@costa

as a replacement to iMovie™-like routine actions* of:

  • auto-enhancing video fragments (exposure, contrast, colour)
  • de-shaking video fragments
  • speeding video fragments
  • concatting video fragments
  • sound-tracking video

through an intermediate (yet editable) ffmprb (job) script creation:

$ video_montage GOPR675*.MP4 -o my_snorkel_video.mov
#!/usr/env ffmprb
# This A/V montage script was generated by ffmprb for ffmprb XXX
|main_av_o|
output(main_av_o)

or

$ video_montage GOPR675*.MP4 -o my_snorkel_video.ffmprb
$ edit my_snorkel_video.ffmprb
$ my_snorkel_video.ffmprb

*and in the future, upon dockerisation (and network I/O support: Dropbox, iCloud), to Youtube video editor (and server?) + a sample webapp which picks video fragments and a sound track urls and sends the script to the server and gets the "progressive" torrent or some kind of HLS+P2P descriptor.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions