Synapse - Open Source Compositor
-
wrote on 22 May 2010, 13:05 last edited by
Hello, partly as an excuse to make threads and test the forum, but also as a plug:
Synapse is my final year university project. It is a compositor (like Photoshop, but for sequences of images, used to create effects for films etc.). It uses Qt for pretty much everything except the 3D shader/renderer side, as the Qt offerings don't (currently) support floating point to my knowledge (QImage especially).
A video will probably deomstrate the project best:
"(Basic Introduction to Synapse)":http://www.youtube.com/watch?v=-whcrEPKy5MThere are others in the same channel if you want to see more too.
The interface is written using graphicsview, and the data management for the application uses a system derived from QObject (similar to Qt's itemview stuff, but not).
You can also download and try it out if you like - its hosted at: "http://vexx.googlecode.com":http://vexx.googlecode.com Unfortunately I havent gotten around to trying Git yet, so SVN only.
-
wrote on 22 May 2010, 19:18 last edited by
I'll watch video later but it sounds really interesting. :) Is there any other application (especially on Linux) exists like Synapse? If yes, which parts of Synapse is better than them?
-
wrote on 22 May 2010, 20:46 last edited by
Yes, there are different applications that are also on linux (Linux is udes a lot in the CG industry), especially Apples Shake and The Foundrys Nuke. There are others (even other open source ones, Ramen I think)
Most alternatives however, aren't open source and are rather expensive. Also synapse uses GLSL to optimise image composition, so it should render in realtime, if using sensibly sized images, in reality with hard drive load time it isn't quite.
-
wrote on 23 May 2010, 09:20 last edited by
A slick looking app grate job.
-
wrote on 25 May 2010, 06:43 last edited by
seems pretty cool and with great potential.
just an advice for the future, try to make it so you don't jump from actual footage to a text screen, it makes it all a better experience to watch.
nice job. -
wrote on 25 May 2010, 07:20 last edited by
Yes, that irritated me too, however I edited the video on linux using kdenlive, and it didnt seem to support transparent images for the titles...
Anyway, I'll use premiere next time!
-
wrote on 8 Jun 2010, 18:46 last edited by
Really looking nice!
-
wrote on 12 Jul 2010, 10:08 last edited by
Very nice! I like!
-
wrote on 12 Jul 2010, 17:05 last edited by
I've seen the video ... looks very good !!
I also had an idea to make a free a compositor, I called it Mewa Film, and was done with Qt as well. Check out "http://mewafilm.blogspot.com/":http://mewafilm.blogspot.com/
I still try to improve it on my free time, when I find some :(
-
wrote on 3 Aug 2010, 23:51 last edited by
Really nice, great job!