Search found 266 matches
- Mon Jan 16, 2023 11:07 pm
- Forum: How Do I...?
- Topic: Open .moho files with text editor?
- Replies: 3
- Views: 1240
Re: Open .moho files with text editor?
From what I recall, .moho is a zip archive file. So you need to uncompress it first. Inside the archive there is a Project.mohoproj file, this you can open in a text editor. Good luck.
- Mon Sep 12, 2022 7:37 am
- Forum: General Moho Discussion
- Topic: Maximum size of imported video?
- Replies: 10
- Views: 2327
Re: Maximum size of imported video?
BTW Thank you Greenlaw for pointing me towards AE for motion graphics type animations. Things I was pulling my hair out trying to do in Moho are so straight forward in AE. And the converse is also true, things I wouldn't know how to even begin to do in AE are easy in Moho. It really is horses for co...
- Mon Sep 12, 2022 7:23 am
- Forum: General Moho Discussion
- Topic: Maximum size of imported video?
- Replies: 10
- Views: 2327
Re: Maximum size of imported video?
Yes I was most impressed by Moho. No artificial limits, it did the best it could given the hardware it was running on. :) (Plus, I wouldn't have had the patience to try a file that large.) :P Well I couldn't even find such a large format test video on the net.. had to create it myself in AE. :) But ...
- Sun Sep 11, 2022 1:10 am
- Forum: General Moho Discussion
- Topic: Maximum size of imported video?
- Replies: 10
- Views: 2327
Re: Maximum size of imported video?
BTW Surprisingly I couldn't play the file in VLC (just black screen playing), but Moho could see it 

- Sun Sep 11, 2022 1:04 am
- Forum: General Moho Discussion
- Topic: Maximum size of imported video?
- Replies: 10
- Views: 2327
Re: Maximum size of imported video?
Hi Slowtiger, Where do you get such large format video files to test? :) I created a simple text animation on static photo background, 16,384 x 9,216 pixel MP4 file in AE. ( I think 16,384 is the limit for exporting mp4 from Adobe Media Encoder as my project was 19,200 x 10,800 px) It imports in to ...
- Sat Sep 10, 2022 11:51 pm
- Forum: Share Your Work
- Topic: Animation over real footage
- Replies: 24
- Views: 7562
Re: Animation over real footage
Wow, I seemed to have missed this whole discussion. And I see many of the posts by Wes seem to have been censored or self-censored? so I cant even follow what was said. I'm not an expert, but I think we need to look at this defeat in a wider context - it doesn't mean the people are happy with the US...
- Fri Aug 26, 2022 11:18 am
- Forum: Share Your Work
- Topic: Animation over real footage
- Replies: 24
- Views: 7562
Re: Animation over real footage
Amazing what you managed to accomplish in such a tight deadline. There is always so much to learn from your videos. Great to see how 2d animation, is combined with real 3d video footage. Especially nice to see art being used to help people. Lets hope this time the US will leave your country alone, n...
- Tue Aug 23, 2022 6:31 am
- Forum: General Moho Discussion
- Topic: Alpha and Luma masks
- Replies: 4
- Views: 1926
Re: Alpha and Luma masks
Apologies for the delayed repy, I had a deadline approaching. Ended up doing the animation in After Effects as I couldn't get the conversion from luma to alpha to work satisfactory to use in Moho, and it was central to the animation. BTW Its my first proper animation in AE - finally took the advice ...
- Tue Aug 16, 2022 5:58 am
- Forum: General Moho Discussion
- Topic: Alpha and Luma masks
- Replies: 4
- Views: 1926
Re: Alpha and Luma masks
Thank you slowtiger, for some great information. 1. In that case perhaps I should just stick to MOV Apple ProRes, as I don't think there are any other supported video formats that have an alpha channel. Do you know what the difference between the different alpha options are: ProRes 4444 XQ with Alph...
- Sun Aug 14, 2022 10:57 pm
- Forum: General Moho Discussion
- Topic: Alpha and Luma masks
- Replies: 4
- Views: 1926
Alpha and Luma masks
Alpha channel video masks work surprisingly well in Moho. But I don't think Moho supports Luma masks, which is a pity as very often there is no alpha channel available (especially in videos). As a work around I've converted 'Luma videos' to 'Alpha videos' so I can use them in Moho. 1. My question is...
- Mon Aug 01, 2022 12:42 am
- Forum: Scripting
- Topic: Vector layer Noise Settings
- Replies: 5
- Views: 3431
Re: Vector layer Noise Settings
I'll share the scripts we ended up creating and using for a Dutch TV-Show called Buitenspelen / Outside , here's a link to an epsisode about: penguins and gnomes No idea if these still work in the latest Moho, but maybe they're useful to you as a starting point. I haven't checked them out or tested...
- Mon Aug 01, 2022 12:28 am
- Forum: Scripting
- Topic: Vector layer Noise Settings
- Replies: 5
- Views: 3431
Re: Vector layer Noise Settings
fNoiseAmp and fNoiseInterval ... are in pixels in UI .... (This should be documented in the API guide - it actually has no documentation on these fields other than their name and type) Updates to mohoscripting done. and Found this http://lostmarble.com/forum/viewtopic.php?p=137698 from nearly a dec...
- Thu Jul 21, 2022 8:21 am
- Forum: Scripting
- Topic: Vector layer Noise Settings
- Replies: 5
- Views: 3431
Vector layer Noise Settings
Hi, I'm trying to set a vector layers noise settings from script. These are the settings you would use layer settings -> vector panel in the UI to set: https://i.imgur.com/MhKKpHX.png to produce this effect: https://i.imgur.com/RAFkYUQ.gif I found most of the settings in the Mesh Layer properties, w...
- Thu Jul 21, 2022 12:33 am
- Forum: Scripting
- Topic: Font size to Moho units
- Replies: 6
- Views: 2185
Re: Font size to Moho units
I guess I'm learning like the rest of you to try and work around the API limitations. I got it to do what I wanted, be it in a round about non ideal way.. but it still works. I was looking at automating my whiteboard style text animation. The elegant technique is strider2000's as described here: htt...
- Wed Jul 20, 2022 3:50 pm
- Forum: Scripting
- Topic: unexpected behaviour with noisy interpolation - can anyone confirm?
- Replies: 7
- Views: 2559
Re: unexpected behaviour with noisy interpolation - can anyone confirm?
Thats great Hayasidist, I'll check it out.