Linux for Video Production (O'ReillyNet)
Posted Aug 20, 2005 8:05 UTC (Sat) by
cantsin (subscriber, #4420)
In reply to:
Linux for Video Production (O'ReillyNet) by drag
Parent article:
Linux for Video Production (O'ReillyNet)
I see and understand you point. But since video editing is a realtime task,
only the trivial parts - i.e. only the GUI - of the application could be
coded in Python. One should consider that Cinelerra, a program written in
C++, recommends the use of Dual Opterons in connection with a 16-node
cluster to do realtime compositing and editing. It seems highly speculative
on behalf of the programmer to expect that those critical parts of the
program will be simply provided by gstreamer (a framework that at the
moment isn't even mature for multimedia playback) and a number of plugins,
and that the realtime arbitration between them and gstreamer will be
handled by the Python frontend. It might be feasible at the moment to
writer a multimedia player frontend in Python using
libxine/mplayer/gstreamer as backend at this moment, but I don't see video
editing being feasible this way.
(
Log in to post comments)