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);
VirtualDub.audio.SetMode(0);
VirtualDub.audio.SetInterleave(1,500,1,0,0);
VirtualDub.audio.SetClipMode(1,1);
VirtualDub.audio.SetConversion(0,0,0,0,0);
VirtualDub.audio.SetVolume();
VirtualDub.audio.SetCompression();
VirtualDub.audio.EnableFilterGraph(0);
VirtualDub.video.SetInputFormat(0);
VirtualDub.video.SetOutputFormat(7);
VirtualDub.video.SetMode(3);
VirtualDub.video.SetSmartRendering(0);
VirtualDub.video.SetPreserveEmptyFrames(0);
VirtualDub.video.SetFrameRate2(0,0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression(0x3230316d,0,10000,0);
VirtualDub.video.filters.Clear();
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>
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);
VirtualDub.audio.SetMode(0);
VirtualDub.audio.SetInterleave(1,500,1,0,0);
VirtualDub.audio.SetClipMode(1,1);
VirtualDub.audio.SetConversion(0,0,0,0,0);
VirtualDub.audio.SetVolume();
VirtualDub.audio.SetCompression();
VirtualDub.audio.EnableFilterGraph(0);
VirtualDub.video.SetInputFormat(0);
VirtualDub.video.SetOutputFormat(7);
VirtualDub.video.SetMode(3);
VirtualDub.video.SetSmartRendering(0);
VirtualDub.video.SetPreserveEmptyFrames(0);
VirtualDub.video.SetFrameRate2(0,0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression(0x3230316d,0,10000,0);
VirtualDub.video.filters.Clear();
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>