Missing Output File after encoding into MP4 format with Zarx
-
- Joined: Wed May 28, 2008 6:41 pm
Missing Output File after encoding into MP4 format with Zarx
It was supposed to output onto the desktop. But when the encoding got done, it wasn't there! What's worse, even when I search the computer, it's not there either! I waited two hours for it to encode; where'd it go?! HELP ZE NOOB, PLEASE!
-
- Joined: Wed May 28, 2008 6:41 pm
- Zero1
- Joined: Fri Jan 02, 2004 12:51 pm
- Location: Sheffield, United Kingdom
- Contact:
It probably is Vista. I'm not sure whether this is an issue still, but MP4Box (the muxer used in Zarx's GUI) used to use the default Windows temporary directory for the jobs it does when it's creating the MP4. Once that is done, it then copies/moves the temp file to your output location.
Well, in Microsoft's infinite wisdom, they changed the location of the temp directory in Vista, so MP4Box tries to put it in the old temp directory, but it doesn't exist in Vista.
You can edit the command line the GUI produces to overcome this. Simply look for the line starting with mp4box.exe and add:
Your command line will probably look something like:
You can put the temp files wherever you want (or in the proper temp directory if you know where it is), I just used C:\ for simplicity.
Also from the MP4Box command list:
-tmp dirname specifies directory for temporary file creation
* Note: Default temp dir is OS-dependent
Well, in Microsoft's infinite wisdom, they changed the location of the temp directory in Vista, so MP4Box tries to put it in the old temp directory, but it doesn't exist in Vista.
You can edit the command line the GUI produces to overcome this. Simply look for the line starting with mp4box.exe and add:
Code: Select all
-tmp "C:\"
Code: Select all
mp4box.exe -tmp "C:\" -add "C:\video.264" -add "C:\audio.aac" -out "C:\wherevervistasdesktopis\amv.mp4"
Also from the MP4Box command list:
-tmp dirname specifies directory for temporary file creation
* Note: Default temp dir is OS-dependent
7-zip // x264 (Sharktooth's builds) // XviD (Koepi's builds) // MP4box (celtic_druid's builds) // Firefox // CCCP
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
Zero1 nice explanation but its actually completely wrong.
There was a bug in the version of mp4box that I used that causes it to not output a file on some systems. Zarx264gui does not use any special temp folder.
I've corrected the problem in my current development builds, and I think you might be able to find a link to a working one if you scour through the amvapp beta forum thread.

There was a bug in the version of mp4box that I used that causes it to not output a file on some systems. Zarx264gui does not use any special temp folder.
I've corrected the problem in my current development builds, and I think you might be able to find a link to a working one if you scour through the amvapp beta forum thread.
-
- Joined: Wed May 28, 2008 6:41 pm
-
- Joined: Wed May 28, 2008 6:41 pm
- Zero1
- Joined: Fri Jan 02, 2004 12:51 pm
- Location: Sheffield, United Kingdom
- Contact:
Hmm, well I didn't mean to come across as saying your GUI was using a special temp folder, I know that it just uses mp4box defaults. What I meant was that mp4box itself didn't play nicely with Vista at one time (because where mp4box was trying to store the files while it created the mp4, it didn't exist on Vista). Maybe the GPAC team has fixed this (oversight rather than a bugZarxrax wrote:There was a bug in the version of mp4box that I used that causes it to not output a file on some systems. Zarx264gui does not use any special temp folder.

Then again I might still be completely wrong. I'm just speculating because I've heard of the error before with Vista, mp4box and it trying to create temp files in places that don't exist on Vista.
Either way, glad it works now and hope it's not too long before it's "official".
A couple of other options apart from Quicktime. You can try VLC which is a small cross platform player. http://www.videolan.org/vlc/ No codecs to install or anything, just drop your file in it and it will most likely play.Mitsukai Mizu Amaya wrote: Thank you so much, it looks like it's working now. When I try to play it though, it says I need Quicktime player plugin or something like that. Where can I get this?
If you prefer to use other players (Windows Media Player etc), you can install this:
http://www.cccp-project.net/
This is probably more useful as when it is installed, you can serve and convert MP4, MKV and OGM via AVIsynth.
7-zip // x264 (Sharktooth's builds) // XviD (Koepi's builds) // MP4box (celtic_druid's builds) // Firefox // CCCP