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

Documentation: side by side config as images #131

Closed
saerdnaer opened this issue Apr 9, 2017 · 6 comments
Closed

Documentation: side by side config as images #131

saerdnaer opened this issue Apr 9, 2017 · 6 comments

Comments

@saerdnaer
Copy link
Member

When graphic designers are creating artwork (e.g. bg loop) for usage in voctomix, they need the placement of source A and B in [side-by-side-equal] and [side-by-side-preview] view as defined in https://github.com/voc/voctomix/blob/master/voctocore/default-config.ini#L34-L53 .

It would be nice if we can send them images/template files where this messurements are shown – e.g.

pastedgraphic-3

@saerdnaer saerdnaer changed the title Documentation: Documentation: side by side config as images Apr 9, 2017
@Florob
Copy link
Contributor

Florob commented Apr 13, 2017

Fundamentally I'm not entirely sure this is the right way to things. In terms of getting good designs we might want to let the designer run free and adjust the configuration accordingly. As long as they leave enough room for the videos that shouldn't be overly problematic.
That said, I've played with writing a small template generator. It generates SVGs with different composite modes as different Inkscape layers. You can save these as XCF in Inkscape and go to e.g. PSD from there. Allegedly Illustrator will also treat the SVG as having sub-layers for each composite mode.
Config is currently hard coded, but could be read from the voctocore config, if people think this is a useful tool to have.

@dedeibel
Copy link

dedeibel commented May 9, 2017

Export the templates as png with transparency and get an animated preview using:

ffmpeg -i bgloop.ts -i preview.png -filter_complex "scale=1920:1080,overlay=main_w-overlay_w-0:0" -b:v 6000k -f nut - | ffplay -i -

preview-video

@duzy
Copy link

duzy commented Jul 29, 2017

This project reminds me the original gst-switch, lol.

@MaZderMind
Copy link
Contributor

@duzy yes, it is based upon gst-switch and inherited a lot of its original design ideas.

@duzy
Copy link

duzy commented Jul 29, 2017

@MaZderMind yes, Peter, I can see that. The design model is almost the same as the original, as looking at your UI, it reminds me the pipelines. Thanks for utilizing the design and make it better in your own fashion, it continue to prove the design will be working nicely, but if you mention about the original design, it will be nice to inherit the open source spirit.

@MaZderMind
Copy link
Contributor

fwiw: i added the py and the svg to the git-repo: https://github.com/voc/voctomix/tree/master/doc/composition-mode-images

i didn't add the psd.

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

5 participants