Awesome video editor for GNU/Linux! :D - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Community (https://forums.xonotic.org/forumdisplay.php?fid=6) +--- Forum: Off Topic (https://forums.xonotic.org/forumdisplay.php?fid=15) +--- Thread: Awesome video editor for GNU/Linux! :D (/showthread.php?tid=3236) |
Awesome video editor for GNU/Linux! :D - machine! - 07-05-2012 Look what I found google'ing! http://code.google.com/p/flowblade/ Now I don't have to use Kdenlive anymore! (i don't like to have QT on my box, kdenlive itself is quite good ) RE: Awesome video editor for GNU/Linux! :D - Cyber Killer - 07-05-2012 What do you have against Qt? It's an awesome framework IMO, loads of features and it's light & fast at the same time. (note: Qt is not the same as KDElibs) RE: Awesome video editor for GNU/Linux! :D - Loafers - 07-06-2012 PiTiVi? RE: Awesome video editor for GNU/Linux! :D - Maddin - 07-06-2012 Thanks for the information machine! (heh lol, self completing sentence ) (07-06-2012, 01:32 AM)Loafers Wrote: PiTiVi?PiTiVi is nice but tends to crash a lot... RE: Awesome video editor for GNU/Linux! :D - Mr. Bougo - 07-06-2012 (07-05-2012, 11:24 PM)Cyber Killer Wrote: What do you have against Qt? It's an awesome framework IMO, loads of features and it's light & fast at the same time. It's yet another huge (92 megabytes) graphic toolkit dependency that I only use for a couple of apps. That's why I'm not too fond of Qt. RE: Awesome video editor for GNU/Linux! :D - machine! - 07-06-2012 @Cyber Killer Exact same reason as Mr.Bougo told. I got nothing against QT I just prefer to have only 1 toolkit on my box, which in my case is GTK2. RE: Awesome video editor for GNU/Linux! :D - Evropi - 07-06-2012 (07-06-2012, 03:36 AM)Mr. Bougo Wrote:And yet Xonotic takes up well over a gigabyte decompressed. It's probably even larger when not compiled.(07-05-2012, 11:24 PM)Cyber Killer Wrote: What do you have against Qt? It's an awesome framework IMO, loads of features and it's light & fast at the same time. Also, AFAIK GTK has no GUI tools for creating GUIs and is considerably harder for programmers to work with, because they need to visualise everything in their heads. Hypocrisy everywhere. RE: Awesome video editor for GNU/Linux! :D - machine! - 07-06-2012 (07-06-2012, 06:27 AM)Evropi Wrote: And yet Xonotic takes up well over a gigabyte decompressed. It's probably even larger when not compiled.I know, it's a game, games are pretty large. In my opinion toolkits should be small and useful, not large and slow. (07-06-2012, 06:27 AM)Evropi Wrote: Also, AFAIK GTK has no GUI tools for creating GUIs and is considerably harder for programmers to work with, because they need to visualise everything in their heads.LOL! Look at this = http://glade.gnome.org/ RE: Awesome video editor for GNU/Linux! :D - Mr. Bougo - 07-06-2012 (07-06-2012, 06:27 AM)Evropi Wrote: And yet Xonotic takes up well over a gigabyte decompressed. It's probably even larger when not compiled. I'd rather not install another 96 megabytes of GUI libs. Where's the hypocrisy about that? I didn't say I refuse to install Qt (I have it installed already), it's just that it seems very redundant (unlike Xonotic, which is not redundant with anything and is completely irrelevant to this topic). No need to get angry! Also, if Qt is better than GTK as you say and if it could shrink a little in size, I would have no problem with everything GTK moving to it. I'm not a GTK fanboy. (07-06-2012, 06:32 AM)machine! Wrote: LOL! Look at this = http://glade.gnome.org/I hope this isn't what FrontPage is to webpages. How much clutter code does it generate? RE: Awesome video editor for GNU/Linux! :D - machine! - 07-06-2012 Mr. Bougo! Wrote:I hope this isn't what FrontPage is to webpages. How much clutter code does it generate? It's quite nice, it generates a XML file and that's pretty much it! RE: Awesome video editor for GNU/Linux! :D - Mr. Bougo - 07-07-2012 (07-06-2012, 04:17 PM)machine! Wrote:Mr. Bougo! Wrote:I hope this isn't what FrontPage is to webpages. How much clutter code does it generate? (07-06-2012, 04:17 PM)machine! Wrote: it generates a XML file (07-06-2012, 04:17 PM)machine! Wrote: XML *shudders* RE: Awesome video editor for GNU/Linux! :D - machine! - 07-07-2012 It's quite nice program actually! RE: Awesome video editor for GNU/Linux! :D - Cyber Killer - 07-07-2012 @Mr. Bougo - GTK can't be compared with Qt. It's a different kind of library, GTK is like wxwidgets - gui only. Qt on the other hand is a complete application framework, which has gui widgets in addition to a load of other stuff. Qt is the same category as e.g. .NET (here's a general list of all the stuff that's in Qt - when you take that into account, the 100MB disk space it takes is really little). RE: Awesome video editor for GNU/Linux! :D - hutty - 07-07-2012 i am on the other side of this where most apps I use are qt ... only the few important ones like gimp -- inkscape -- chrome -- filezilla -- vlc are gtk ... otherwise I would prefer to use a qt based system ... anyways ... nice find ... I love new software finds RE: Awesome video editor for GNU/Linux! :D - Cyber Killer - 07-08-2012 Actually VLC is written in Qt ;-). RE: Awesome video editor for GNU/Linux! :D - Minkovsky - 07-08-2012 (07-07-2012, 04:42 AM)Mr. Bougo Wrote:(07-06-2012, 04:17 PM)machine! Wrote: It's quite nice, it generates a XML file and that's pretty much it! It's not that bad. Except, if you're using anything other than C, you'd subclass your windows, and Glade has little support for that. Fortunately, you can add containers without toplevel, so there's that. RE: Awesome video editor for GNU/Linux! :D - Mr. Bougo - 07-08-2012 @Cyber Killer: oh okay. Still doesn't change that I'm not too fond of dependencies shared by a couple of programs But I see your point. Fair enough. |