Comment by RT Cunningham (visitor) on
29 Apr 2008 @ 08:05:27 IST #
Corrected, RT. I don't know how a bit got chopped off from the text.
Comment by hari (blog owner) on
29 Apr 2008 @ 09:27:37 IST #
I dunno. I saw tect and I thought "what the hell is he trying to say?" ;D
Comment by RT Cunningham (visitor) on
29 Apr 2008 @ 09:33:31 IST #
Excellent work! If nothing else, I'll download your stuff to take a look at how you make and save profiles. I am working on something open source myself (and yes, in Python and TkInter)
Sudipta, to save/load profiles, I use the ConfigParser module built-in to standard Python to create/read configuration files (format like .ini files).
Comment by hari (blog owner) on
1 May 2008 @ 10:16:43 IST #
hiI think your BiaMove is GREAT,and want to translet it to chinese.And I want to package it into a DEB package,with a menu shortcut and some preset profile.Can you give me a email or homepage about this Program?can I host my traslation and package in google code?My email is me[at]mrxu.net.Sorry for my poor english.
Comment by jarlyyn (visitor) on
4 Aug 2008 @ 18:59:45 IST #
You can package it with Debian and translate it to any language you want.It's licensed under the GPL. And the home page is this same page. I don't have a separate home page for it.
Comment by hari (blog owner) on
4 Aug 2008 @ 19:05:44 IST #
Hey can anybody tell me where I can find a gui that will do BATCH encoding of Xvid with vbr lame audio?
Comment by dave (visitor) on
23 Aug 2008 @ 16:25:08 IST #
Dave, you need to do a google search. I've not found such a GUI tool myself and I don't need one either. If I have a need to do batch encoding, I'll probably create one. ;DI'm sure there are some Windows video editing software tools that can do batch encoding. I just haven't time to look for them.
Comment by hari (blog owner) on
23 Aug 2008 @ 16:56:19 IST #
:no: I have downloaded mplayer and mencoder (also gmplayer, mpui and vlc) and then when I went to install biamove, I first installed Python.This is on Win Vista.
When I installed biamove, it put it somewhere in the Python25 folder. But I cannot seem to find the executable to start the gui?
Comment by Ricgal (visitor) on
26 Aug 2008 @ 09:30:41 IST #
Hi Ricgal, right now you need to run cmd.exe from the "Run" command:Then within the command line use the command:
python biamoveI'll have to release an executable version of this program for Windows - currently it's released as a Python module so there's no direct EXE file to run.
Comment by hari (blog owner) on
13 Sep 2008 @ 10:20:52 IST #
Hi Hari
Your program looks good however I'm having a problem running it in Ubuntu
When i hit the encode button I get a message " Are you sure you wish to encode (in *nix you must have TERM environment set). Can you please help?
Comment by George (visitor) on
19 Sep 2009 @ 03:50:45 IST #
George, you mean you are not able to get it to work even if you click "Yes"? In that case, it's a bug with Tkinter which is the GUI used by the program, because it was working correctly earlier. The button click is not being correctly interpreted for some obscure reason.I have submitted a bug report to Debian about this issue with Tkinter's built-in message dialog. Sadly I've not seen any response from the distribution package maintainers.If I have to solve this problem, I have to remove the confirmation dialog from the code and encode directly after clicking.
Comment by Hari (blog owner) on
19 Sep 2009 @ 08:51:44 IST #
Hi Hari
Yes, even if i click Yes, nothing happens, just the error message.
if you could fix it that would be great.
Thanks
george
Comment by George (visitor) on
19 Sep 2009 @ 13:21:03 IST #
Currently there is no fix except to remove the confirmation dialog box. I will do that in the next release if the original issue is not fixed by the Debian/Ubuntu Tkinter developers.In the meantime, I will send you a patched version of the mainwindow.py file by email which you must replace in the application directory.
Comment by Hari (blog owner) on
19 Sep 2009 @ 15:59:49 IST #
Hi,Will you be releasing the windows version soon? i am using automen for the moment but it lacks the option of mpeg/h.263 quantisizer choice.
Comment by alex (visitor) on
20 Sep 2009 @ 21:34:54 IST #
This program is cross-platform Python source code, so it will work under Windows so long as you install the Python interpreter, Mplayer and Mencoder. All of them are also available for Windows.There is no need for a "port".http://www.python.org/
http://www.mplayerhq.hu/design7/dload.html
Comment by Hari (blog owner) on
20 Sep 2009 @ 22:03:04 IST #
The program seems great! But I am having the same "Cannot find a suitable terminal" problem (value TERM not set). Can you please post/email a fox for that?Thanks
Comment by Evangelos (visitor) on
4 Jan 2010 @ 05:22:05 IST #
Just SOLVED the TERM variable problem.
Start the program from inside a terminal!!!
You state that already in http://harishankar.org/software/biamove.php
Comment by Evangelos (visitor) on
4 Jan 2010 @ 05:26:03 IST #
No problem, Evangelos. In Linux/UNIX, usually the TERM environment variable is set when you open a program through the console or a x-term window. Glad you were able to find the answer.
Comment by Hari (blog owner) on
4 Jan 2010 @ 08:35:57 IST #
20 comment(s)
Leave a comment »Comment by RT Cunningham (visitor) on 29 Apr 2008 @ 08:05:27 IST #
Comment by hari (blog owner) on 29 Apr 2008 @ 09:27:37 IST #
Comment by RT Cunningham (visitor) on 29 Apr 2008 @ 09:33:31 IST #
Comment by Sudipta Chatterjee (visitor) on 1 May 2008 @ 08:47:24 IST #
Comment by hari (blog owner) on 1 May 2008 @ 10:16:43 IST #
Comment by jarlyyn (visitor) on 4 Aug 2008 @ 18:59:45 IST #
Comment by hari (blog owner) on 4 Aug 2008 @ 19:05:44 IST #
Comment by dave (visitor) on 23 Aug 2008 @ 16:25:08 IST #
Comment by hari (blog owner) on 23 Aug 2008 @ 16:56:19 IST #
When I installed biamove, it put it somewhere in the Python25 folder. But I cannot seem to find the executable to start the gui?
Comment by Ricgal (visitor) on 26 Aug 2008 @ 09:30:41 IST #
python biamoveI'll have to release an executable version of this program for Windows - currently it's released as a Python module so there's no direct EXE file to run.
Comment by hari (blog owner) on 13 Sep 2008 @ 10:20:52 IST #
Your program looks good however I'm having a problem running it in Ubuntu
When i hit the encode button I get a message " Are you sure you wish to encode (in *nix you must have TERM environment set). Can you please help?
Comment by George (visitor) on 19 Sep 2009 @ 03:50:45 IST #
Comment by Hari (blog owner) on 19 Sep 2009 @ 08:51:44 IST #
Yes, even if i click Yes, nothing happens, just the error message.
if you could fix it that would be great.
Thanks
george
Comment by George (visitor) on 19 Sep 2009 @ 13:21:03 IST #
Comment by Hari (blog owner) on 19 Sep 2009 @ 15:59:49 IST #
Comment by alex (visitor) on 20 Sep 2009 @ 21:34:54 IST #
http://www.mplayerhq.hu/design7/dload.html
Comment by Hari (blog owner) on 20 Sep 2009 @ 22:03:04 IST #
Comment by Evangelos (visitor) on 4 Jan 2010 @ 05:22:05 IST #
Start the program from inside a terminal!!!
You state that already in http://harishankar.org/software/biamove.php
Comment by Evangelos (visitor) on 4 Jan 2010 @ 05:26:03 IST #
Comment by Hari (blog owner) on 4 Jan 2010 @ 08:35:57 IST #