Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include a working example of simple video clip montage #3

Open
costa opened this issue Jun 11, 2016 · 0 comments
Open

Include a working example of simple video clip montage #3

costa opened this issue Jun 11, 2016 · 0 comments
Assignees

Comments

@costa
Copy link
Owner

costa commented Jun 11, 2016

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.

@costa costa self-assigned this Jun 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant