<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Forum - Tech Help - HELP! - Messages</title>
<link>http://www.muvizu.com/Forum/topic1445-help.aspx</link>
<description>Forum - Tech Help - HELP! - Messages</description>
<language>en-us</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>Jitbit AspNetForum</generator>
<pubDate>Thu, 01 Dec 2011 15:32:47 GMT</pubDate>
<lastBuildDate>Thu, 01 Dec 2011 15:32:47 GMT</lastBuildDate>
<item>
<link>http://www.muvizu.com/Forum/topic1445-help.aspx</link>
<title>Message from nutriproject</title>
<description><![CDATA[thank you all for responding. special thanks to @ukBerty! you save my movie and possibly my grade. i cannot thank you enough <img src="images/smilies/smile.gif" border=0 /> thanks for the free alternatives you suggested. they were life savers!]]></description>
<pubDate>Thu, 01 Dec 2011 15:32:47 GMT</pubDate>
</item>
<item>
<link>http://www.muvizu.com/Forum/topic1445-help.aspx</link>
<title>Message from NigelLeeming</title>
<description><![CDATA[Hi Nutriproject <br/>  <br/> The problem you are getting is caused by the function SafeNativeMethods.Gdip.GdipImageRotateFlip trying to operate on locked bits. There are two reasons they could be locked. <br/>  <br/> The first, indicated by your machine getting hot, is that you haven't got much memory to spare and .Net's garbage collector is shuffling memory around. The heat could be coming from all the context switching between native code (the avi or windows stuff) and .net to do the imagerotateflip. <br/>  <br/> The second is that the codec you are using is doing something nasty. There is or was a problem with the K-Lite pack 7.0.4 which caused the same problem, so you might go for an older or newer one, or more simply choose another codec. I have had most luck with a lagarith lossless codec. <br/>  <br/> I haven't used the video joiner myself as I prefer to get the clips and mix them and the audio in Vegas.]]></description>
<pubDate>Thu, 01 Dec 2011 13:26:42 GMT</pubDate>
</item>
<item>
<link>http://www.muvizu.com/Forum/topic1445-help.aspx</link>
<title>Message from Marco_D</title>
<description><![CDATA[Hi nutriproject<b>, <br/> </b> <br/> Sorry to hear that you are having problems with Muvizu. <br/>  <br/> First I will give you advice to work around the problems your are experiencing.  <br/> ukBerty mentioned Windows movie maker which is a good alternative to the video joiner. I would say grab that software so you can work on your project, I assume you have a deadline. <br/>  <br/> About the audio, I know you're using Audacity. Make sure to turn the volume a down a little bit because sometimes the audio is exported too loud and that can cause problems.<u><b> <br/> </b></u> <br/> To join videos using the "Video Joiner" is very easy, but there are a few requirements. For example, videos have to be the same resolution ( 640 x 360 for example). <br/>  <br/> Please update your graphics card and sound card drivers to see if it makes Muvizu to run smoothly. <br/>  <br/> Please let us know if things improve and good luck for your project.<u><b> <br/>  <br/> </b></u>Cheers, <br/> Marco<u><b> <br/> </b></u>]]></description>
<pubDate>Thu, 01 Dec 2011 10:27:34 GMT</pubDate>
</item>
<item>
<link>http://www.muvizu.com/Forum/topic1445-help.aspx</link>
<title>Message from ukBerty</title>
<description><![CDATA[nutriproject, <br/>  <br/> I must admit that I've never used video joiner as it's too limiting. Most of us use something like Sony Vegas, Adobe Premiere or Avid Studio to arrange all our AVI files created in Muvizu. This will also allow you to substitute audio and generally make the whole thing look a bit better. <br/>  <br/> Although Vegas and Studio cost money there are a few free ones out there. I would see how you get on with Windows Movie Maker which is part of Windows Live, or WAX (although I've never used either !) <br/>  <br/> Hope this helps <br/>  <br/> Berty]]></description>
<pubDate>Thu, 01 Dec 2011 06:55:01 GMT</pubDate>
</item>
<item>
<link>http://www.muvizu.com/Forum/topic1445-help.aspx</link>
<title>Message from nutriproject</title>
<description><![CDATA[This is the error: Unhandled exceptions <br/> See the end of this message for details on invoking  <br/> just-in-time (JIT) debugging instead of this dialog box. <br/>  <br/> ************** Exception Text ************** <br/> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. <br/>    at System.Drawing.SafeNativeMethods.Gdip.GdipImageRotateFlip(HandleRef image, Int32 rotateFlipType) <br/>    at System.Drawing.Image.RotateFlip(RotateFlipType rotateFlipType) <br/>    at VideoJoiner.Avi.GetFrameBitmap(Int32 FrameIndex) <br/>    at VideoJoiner.Avi.set_FrameIndex(Int32 value) <br/>    at VideoJoiner.Avi.ReadVideoFormat() <br/>    at VideoJoiner.Avi.FromFile(String Filename) <br/>    at VideoJoiner.VideoInformation.set_FullFilename(String value) <br/>    at VideoJoiner.VideoJoinerThing.AddVideoFile(String filename) <br/>    at VideoJoiner.VideoJoinerThing.btnAddVideo_Click(Object sender, EventArgs e) <br/>    at System.Windows.Forms.Control.OnClick(EventArgs e) <br/>    at System.Windows.Forms.Button.OnClick(EventArgs e) <br/>    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) <br/>    at VideoJoiner.OwnerButton.OnMouseUp(MouseEventArgs mevent) <br/>    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) <br/>    at System.Windows.Forms.Control.WndProc(Message& m) <br/>    at System.Windows.Forms.ButtonBase.WndProc(Message& m) <br/>    at System.Windows.Forms.Button.WndProc(Message& m) <br/>    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) <br/>    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) <br/>    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) <br/>  <br/>  <br/> ************** Loaded Assemblies ************** <br/> mscorlib <br/>     Assembly Version: 2.0.0.0 <br/>     Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400) <br/>     CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll <br/> ---------------------------------------- <br/> VideoJoiner <br/>     Assembly Version: 1.0.0.0 <br/>     Win32 Version: 1.0.0.0 <br/>     CodeBase: file:///C:/Program%20Files/Muvizu/VideoJoiner/VideoJoiner.exe <br/> ---------------------------------------- <br/> System.Windows.Forms <br/>     Assembly Version: 2.0.0.0 <br/>     Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400) <br/>     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll <br/> ---------------------------------------- <br/> System <br/>     Assembly Version: 2.0.0.0 <br/>     Win32 Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400) <br/>     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll <br/> ---------------------------------------- <br/> System.Drawing <br/>     Assembly Version: 2.0.0.0 <br/>     Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) <br/>     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll <br/> ---------------------------------------- <br/> AviLibrary <br/>     Assembly Version: 1.0.4280.19417 <br/>     Win32 Version: 1.0.4280.19417 <br/>     CodeBase: file:///C:/Program%20Files/Muvizu/VideoJoiner/AviLibrary.DLL <br/> ---------------------------------------- <br/>  <br/> ************** JIT Debugging ************** <br/> To enable just-in-time (JIT) debugging, the .config file for this <br/> application or computer (machine.config) must have the <br/> jitDebugging value set in the system.windows.forms section. <br/> The application must also be compiled with debugging <br/> enabled. <br/>  <br/> For example: <br/>  <br/> &lt;configuration&gt; <br/>     &lt;system.windows.forms jitDebugging="true" /&gt; <br/> &lt;/configuration&gt; <br/>  <br/> When JIT debugging is enabled, any unhandled exception <br/> will be sent to the JIT debugger registered on the computer <br/> rather than be handled by this dialog box.]]></description>
<pubDate>Thu, 01 Dec 2011 03:57:28 GMT</pubDate>
</item>
<item>
<link>http://www.muvizu.com/Forum/topic1445-help.aspx</link>
<title>Message from nutriproject</title>
<description><![CDATA[So I presented a class project using the muvizu software. it was cool for my first animation, but video joiner would not allow me to connect all of the videos together, my audio was bad,  one scene would not load /render, in addition to the program causing my computer to run slowly and overheat constantly. The video joiner is reporting error after error. this is very frustrating since i put a lot of work into this class project. I am not trying to complain, I am very thankful to the innovators of this software. I  am just looking for help so my grade can be salvaged.]]></description>
<pubDate>Thu, 01 Dec 2011 03:43:39 GMT</pubDate>
</item>
</channel>
</rss>
