Writing a mencoder front-end in Python/Tkinter
Filed under: My software by HariPosted at 22:03:41 IST (last updated: 16 Jul 2008 @ 20:37:49 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)
Leave a comment »Comment by ray (visitor) on 14 Apr 2008 @ 14:26:50 IST #
Comment by hari (blog owner) on 14 Apr 2008 @ 14:36:25 IST #
Comment by Ray (visitor) on 15 Apr 2008 @ 16:44:49 IST #
Comment by RT Cunningham (visitor) on 16 Apr 2008 @ 12:53:02 IST #
Comment by hari (blog owner) on 16 Apr 2008 @ 13:33:23 IST #