tuttleofx / TuttleOFX

Tuttle OFX is a library to connect and batch operations with OpenFx plugins. It comes with a set of plugins that allows you to batch process on movies and file sequences.
www.TuttleOFX.org
Other
175 stars 64 forks source link

Write stereo images / movies #90

Open mfe opened 11 years ago

mfe commented 11 years ago

anaglyth, interleaved, side by side

Question : how to interleaved images in the graph ? special retimer ? or an option in retimer ?

fabiencastan commented 11 years ago

Other question: How to express it on the command line?

fabiencastan commented 11 years ago

Remark: Native multi-view support is in discussion on the OpenFX standard: http://openeffects.org/dokuwiki/doku.php?id=standards:draft:ofx_image_processing_api_2:enhancements:multi_view

fabiencastan commented 11 years ago

We could create a "StereoMerge" with 3 modes: "Side by side" "time interleaved" "anaglyph"

For "time interleaved", it's really easy. Need to do something similar than in the TimeShift node.

Questions:

MarcAntoine-Arnaud commented 11 years ago

Side by side could be more: Left and Right and Top and Down

And I think we need "StereoMerge" to pass simple clip to stereo clip, and it need to unmerge the view also.