Search found 222 matches

by Fazek
Tue Jun 13, 2006 11:46 am
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138191

The MPlayer frontend is downloadable now. MPlayer can play both movie files and image sequences, and it is possible to play a separated sound file together with the picture. MPlayer has a remote-control mode when the user or a "frontend" program can control the playback with string command...
by Fazek
Mon Jun 12, 2006 7:36 am
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138191

Hello,

Sorry for the late answer. The fa_sharedutils.lua file must be in the "utility" folder, and the other files must be in the "tool". If your Moho sends some error messages while running the programs, please tell me. The icons are similar to the LM's tools, but in dark blue.
by Fazek
Fri Jun 02, 2006 6:55 am
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138191

Now I'm working on the MPlayer based player tool. There is one big problem with MPlayer: it counts the time in seconds, so you cannot position to an exact FRAME and it views the timecode without frames in its OSD counter. But internally, it uses the frames so it is possible to step frame-by-frame in...
by Fazek
Wed May 31, 2006 10:19 am
Forum: Scripting
Topic: Get installation directory of Moho
Replies: 3
Views: 3351

Hello, Can someone try for me on Windows and Mac that the os.popen() function of lua is working or not? This is a new function of lua 5.1 and it is OK in the Linux version of Moho. My problem is that the os.tmpname() function is not available under Linux, so I can't get the output of os.execute(). F...
by Fazek
Fri May 26, 2006 8:13 am
Forum: Scripting
Topic: Style manager script?
Replies: 4
Views: 3864

When programming, I am always worrying because I don't know how LM will continue the development. Maybe my tools will be incompatible with the future versions. Some parts of Moho (like the vector layers, and perhaps, bones) are well-defined and they are working good so maybe these conceptions will r...
by Fazek
Thu May 25, 2006 1:45 pm
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138191

Silly MPlayer, the libfreetype is a widely-used truetype font support library...But I don't know... the newest version is 1.3.1, downloadable from SourceForge. I absolutely can't imagine why it is required to play a wav... I am sure you don't need any additional MPlayer plug-in to play it. FreeType ...
by Fazek
Thu May 25, 2006 9:54 am
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138191

Thank you for the help. You should try the following from the command line: mplayer -audiofile filename.wav It is also interesting for me that the commands like mplayer mf://filepath/name%06d.jpg -mf fps=25:type=jpg are working or not (in this case, the image sequence begins with the filepath/name00...
by Fazek
Thu May 25, 2006 9:00 am
Forum: Scripting
Topic: Style manager script?
Replies: 4
Views: 3864

I made the same thing and it seems it is not easy, since I don't know how to get the list of the styles in a MohoDoc. So I think it is not possible to edit these things inside MOHO, but maybe it is possible to process the exported document file. It would be great to create a document editor tool, wh...
by Fazek
Thu May 25, 2006 8:32 am
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138191

Hello, I'm back again... It is a great surprise for me to see how dynamic was the forum these days! Thanks for the many new (or old?) download pages! I have a question to Mac OS X users: is it possible to use the MPlayer (download: http://www.mplayerhq.hu ) media player under Macintosh? I know it is...
by Fazek
Thu May 25, 2006 8:19 am
Forum: Scripting
Topic: Copy / Paste bones | Update : RC2
Replies: 32
Views: 17588

About the crash problems, you should look into the tools/lm_select_bone.lua file to see how LM handles these variables. For example, if you set fBoneDynamics, you should do it this way: nb.fBoneDynamics.value = ob.fBoneDynamics.value nb.fBoneDynamics:StoreValue() layer:UpdateCurFrame(true) MOHO.NewK...
by Fazek
Thu May 25, 2006 8:00 am
Forum: Scripting
Topic: Get installation directory of Moho
Replies: 3
Views: 3351

Under Linux, Moho creates an environment variable, you can get it with

os.getenv("MOHO_LOCATION")

This is the path and name of the executable file. I don't know how this works on other operating systems.
by Fazek
Fri May 12, 2006 12:18 pm
Forum: Scripting
Topic: PadSound (*fixed MS Sound Recorder bug problem*)
Replies: 35
Views: 25137

I found a mistake in the code: function SF_PadSound.getOS() local opSys = os.getenv("OS") if (opSys ~= nil) then opSys = string.lower(string.sub(opSys, 1, 3)) if opSys == "win" then return "win" end end return "unix" end Under Linux, there is no OS environment...
by Fazek
Fri May 12, 2006 7:56 am
Forum: Scripting
Topic: Undocumented and discovered LUA things of Moho
Replies: 0
Views: 2526

Undocumented and discovered LUA things of Moho

If you want to answer to me, do it here: http://www.lostmarble.com/forum/viewtopic.php?t=3507 Share your discoveries of the undocumented, strange or interesting features of Moho! During my programming, I am discovering many things from the internal work of the software. I find the reason and behavio...
by Fazek
Fri May 12, 2006 6:21 am
Forum: General Moho Discussion
Topic: Will there be more updates to Moho?
Replies: 113
Views: 59287

I don't know how often LM answered to your e-mails before, and what is the usual time between two upcoming versions. When I started to work with Moho in the middle of 04/2006, I wrote him two e-mails and he answered me very quickly. But he not answered the third one. I know that after a level of dev...
by Fazek
Thu May 11, 2006 2:46 pm
Forum: General Moho Discussion
Topic: Will there be more updates to Moho?
Replies: 113
Views: 59287

FAZEK>>>>>"I think the future of the expensive softwares is getting darker." go to Fazek´s website: http://www.firkafilm.com/about.html he sells animation software.... "The Firka software is a linetest tool for cartoon animators." the price Euro 1,500 (US$ 1,900++++) :shock: :lo...