Humour, comics, tech, law, software, reviews, essays, articles and HOWTOs intermingled with random philosophy now and then
Filed under:
My software by
Hari
Posted on Sun, Apr 13, 2008 at 22:03 IST (last updated: Wed, Jul 16, 2008 @ 20:37 IST)
If you've been wondering why I've been so quiet on my blog, it's because I'm currently programming a mencoder GUI in Python using Tkinter as the GUI toolkit. The choice of Python with Tkinter makes this GUI as cross-platform as possible.
Why another GUI front-end for the mencoder video encoder, you might ask? Well, I wanted to improve my skills in Python, but I also wanted to write a GUI for mencoder which allows setting the video and audio codec options for the popular video and audio codecs (lavc, xvid, mp3lame, toolame, etc.)
It looks really simple at the moment, as most of the work is in writing the GUI code and translating the user-entered options into the respective command line parameters. Obviously it would be near impossible to encapsulate *all* of mencoder's available options, but I'm trying to keep it as friendly as possible.
5 comment(s)
Comment by ray (visitor) on Mon, Apr 14, 2008 @ 14:26 IST #
My GUI tool will have dialog boxes which will allow people to configure even the codec parameters -- something I've not seen in some other video encoder GUIs like acidrip.
Comment by hari (blog owner) on Mon, Apr 14, 2008 @ 14:36 IST #
Comment by Ray (visitor) on Tue, Apr 15, 2008 @ 16:44 IST #
If coding is what keeps you away, it's time well spent.
Comment by RT Cunningham (visitor) on Wed, Apr 16, 2008 @ 12:53 IST #
Hope you can test it out some time. I can send you the unfinished script if you want to test what I've done so far...
Comment by hari (blog owner) on Wed, Apr 16, 2008 @ 13:33 IST #