Previous Thread  Next Thread

chat icon Rendering to Quicktime not working...

cutthepeace

Posted: Sat Mar 06, 2004 7:37 am
Joined: 06 Mar 2004
Posts: 3
Basically, I can't save to a Quicktime format, all I get is a bunch of errors and I have reinstalled Quicktime with no avail.

The console output:

CreateMovieFile error: -43
Created QuickTime movie: \Blender\Render\0001_0250.mov
NewMovieTrack error: -2010
NewTrackMedia error: -2009
BeginMediaEdits error: -2008
AddMediaSample error: -2008
added frame 1 (frame 0 in movie): Time: 00:00.89
AddMediaSample error: -2008
added frame 2 (frame 1 in movie): Time: 00:00.89
...

So anyone know how, or have a basic idea on how to fix this?

---Cutthepeace
Reply with quote


krug

Posted: Sat Mar 06, 2004 10:45 am
Joined: 30 Jan 2004
Posts: 11
-43 is directory/file not found. That means you probably try to render to a non-existant location.
-20xx QT errors are basically "I generated the stuff, but I can't add it to the selected file"

Check that the folder exists, and that there is no movie with the same name already luring in the folder.

And if it still doesn't work, try a more recent version of blender.
Reply with quote


Pablosbrain

Posted: Sat Mar 06, 2004 3:57 pm
Joined: 28 Jan 2004
Posts: 111
Shouldn't blender create the directory? If I start a new blend and it has the default /render/ directory setup and I render out to an avi it creates the avi no problem as well as the render directory.
Reply with quote


cutthepeace

Posted: Sat Mar 06, 2004 6:15 pm
Joined: 06 Mar 2004
Posts: 3
Actually I'm using v2.32 but the highest version that it works on is 2.28a.

The directory is actually valid. Plus I have a new error:

CreateMovieFile error: -37

Using XP Home if that helps.


---Cutthepeace
Reply with quote


krug

Posted: Sat Mar 06, 2004 6:41 pm
Joined: 30 Jan 2004
Posts: 11
Quote:
Shouldn't blender create the directory?


Blender creates it when you enter the path. If you remove the directory afterwards, Blender does not recreate it.

Quote:
The directory is actually valid. Plus I have a new error:

CreateMovieFile error: -37


Quote:
error -37 bdNamErr: there may be no bad names in the final system!


I guess there is an illegal path character. The directory may exists as c:\blabla\blibli\blublu and blender asking quicktime to create the file as /blabla/blibli/blüblü

Check that there are no special characters (ie ASCII 7bits), and that the path is not too long...
Reply with quote


cutthepeace

Posted: Sat Mar 06, 2004 7:16 pm
Joined: 06 Mar 2004
Posts: 3
Finally figured it out...guess i need the C:\ part of the renderpath.

Thanks for the info, wouldn't of been able to figure it out soon without it.


---Cutthepeace
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group