Log in

View Full Version : Dubman stopping at 53%


Flintz
1st November 2007, 11:34
Hi folks,

I have a nother mystical problem with dubman:
I encoded a set of x264 files and now want to batch-convert them with Dubman...the problem is, it is not working ;)
Well sort of...it IS working until VirtualDub is reaching 53% and then it just stops, and doesn't go on...this happens with the very first file of the batch-process.
And now to the funny part: When I open the avs-file dubman created manually with virtualdub I can do the processing without any problems, it's running until 100%...
As you can see down below, I am using the FFMpegSource-Plugin to read the x264 files.

And when I open the output avi-file Dubman created (well it's corrupted because it only saved 53% of the content) with VirtualDub I can see the content and everything looks fine.

So why does Dubman/VirtualDub stop at 53% of the first file without any obvious reasons?

Help is highly appreciated :)
-Flintz

Some of the skripts used:
the DubMan-Job
<?xml version="1.0" encoding="ISO-8859-1"?>
<dubman:template xmlns:dubman="http://dubman.sourceforge.net" name="" format="1.1" version="0.83">
<dubman:bulk>
<dubman:wildcard />
</dubman:bulk>
<dubman:jobs>
<dubman:job>
<dubman:name value="X264 to AVI" />
<dubman:input value="M:\Video\TestProcessing\Running in Fission\x264\1080i_*.mp4" />
<dubman:output value="M:\Video\TestProcessing\Running in Fission\x264\x264_*.avi" />
<dubman:deleteInput value="false" />
<dubman:script>VirtualDub.audio.SetSource(1);&#xD;
VirtualDub.audio.SetMode(0);&#xD;
VirtualDub.audio.SetInterleave(1,500,1,0,0);&#xD;
VirtualDub.audio.SetClipMode(1,1);&#xD;
VirtualDub.audio.SetConversion(0,0,0,0,0);&#xD;
VirtualDub.audio.SetVolume();&#xD;
VirtualDub.audio.SetCompression();&#xD;
VirtualDub.audio.EnableFilterGraph(0);&#xD;
VirtualDub.video.SetInputFormat(0);&#xD;
VirtualDub.video.SetOutputFormat(7);&#xD;
VirtualDub.video.SetMode(3);&#xD;
VirtualDub.video.SetSmartRendering(0);&#xD;
VirtualDub.video.SetPreserveEmptyFrames(0);&#xD;
VirtualDub.video.SetFrameRate2(0,0,1);&#xD;
VirtualDub.video.SetIVTC(0,0,-1,0);&#xD;
VirtualDub.video.SetCompression(0x3230316d,0,10000,0);&#xD;
VirtualDub.video.filters.Clear();&#xD;
VirtualDub.audio.filters.Clear();</dubman:script>
<dubman:runWith value="0" />
<dubman:avisynth>FFmpegSource("%1")
Trim(50,-250)</dubman:avisynth>
</dubman:job>
</dubman:jobs>
</dubman:template>

Flintz
2nd November 2007, 11:54
Update: I didn't find a solution but found out some things:
1. If I save the jobs file from within DubMan and open it manually it works, this is no solution however because the Dubman.avs in the Documents and Settings Folder has the same content for every file then -> no batch processing anymore
2. I updated FFMpegSource, now it's not stopping at 53% anymore but 33% ;)
3. Doesn't matter which sequences I use

well, that didn't clarify anything but probably somebody can use this information ;)