Printable Version of Topic
Click here to view this topic in its original format
Unofficial VirtualDub Support Forums > Testing / Bug Reports > New Added Matroska Not Working In Jobcontrole


Posted by: Dala May 15 2003, 08:59 PM
I am testing the new Matroska container and I wanted to do a few test at the same time but when I used Jobcontrole it wouldn't work I had a error every time.

CODE

VirtualDub.Open("D:\\Download\\video.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource("D:\\Download\\sound.mp3",0x00000202,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,1,0,0);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.stream[0].EnableFilterGraph(0);
VirtualDub.stream[0].filters.Clear();
VirtualDub.stream[1].SetSource("C:\\Download\\EN.srt",0x00000301);
VirtualDub.stream[1].SetMode(0);
VirtualDub.stream[1].SetInterleave(1,500,1,0,0);
VirtualDub.stream[1].SetClipMode(1,1);
VirtualDub.stream[1].SetConversion(0,0,0,0,0);
VirtualDub.stream[1].SetVolume();
VirtualDub.stream[1].SetCompression();
VirtualDub.stream[1].EnableFilterGraph(0);
VirtualDub.stream[1].filters.Clear();
VirtualDub.video.AddComment(0x00000002,"ISFT","Nandub v1.0rc2");
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveMKV("D:\\test.mkv");
VirtualDub.Close();


Error:
Member 'SaveMKV' not found

Greetz Dala.

Posted by: ChristianHJW May 16 2003, 01:29 PM
The bug is well known and already fixed in the CVS, so in the next compilation of VdubMod we will release ( 1.5.1.2 ) it will work fine .... i tested MKV 2 pass encoding with an exe that Belgabor compiled for me and sent to me via email, it was working perfectly ...

Posted by: Dala May 16 2003, 01:37 PM
QUOTE (ChristianHJW @ May 16 2003, 07:29 AM)
The bug is well known and already fixed in the CVS, so in the next compilation of VdubMod we will release ( 1.5.1.2 ) it will work fine .... i tested MKV 2 pass encoding with an exe that Belgabor compiled for me and sent to me via email, it was working perfectly ...

a thanxs. I couldn't find it in the bug list,

So I will wait for the next release smile.gif

Posted by: Suiryc May 16 2003, 10:42 PM
Well you can also test the file http://cyrius.bunkus.org/VDubMod_Fixes.zip. It should have this bug (and others) corrected.

Posted by: ysilog May 20 2003, 02:36 AM
thx a lot for this link, i've the same problem (at 20/05/2003), i've lot of luck, this post as 4 days smile.gif

matroska promises lots of good things smile.gif
and The Core Media Player, the only possible for matroska file is great (but bugged...)

Virtualdubmod team make a very good work thx a lot for your work, your virtualdub is great smile.gif

another things:
in 1.5 dvd2avi module, distributed encoding module (for me, this is not operate) as disappears, what ?

PS: excuse me for my approximative english...

Posted by: Dala May 20 2003, 05:46 AM
QUOTE (ysilog @ May 19 2003, 08:36 PM)
thx a lot for this link, i've the same problem (at 20/05/2003), i've lot of luck, this post as 4 days smile.gif

matroska promises lots of good things smile.gif
and The Core Media Player, the only possible for matroska file is great (but bugged...)

Virtualdubmod team make a very good work thx a lot for your work, your virtualdub is great smile.gif

another things:
in 1.5 dvd2avi module, distributed encoding module (for me, this is not operate) as disappears, what ?

PS: excuse me for my approximative english...

if you install the new Directshow filter for Matroska you can also view it in each media player you would prefer..[SQL]

Posted by: Suiryc May 20 2003, 05:09 PM
QUOTE (ysilog @ May 19 2003, 08:36 PM)
another things:
in 1.5 dvd2avi module, distributed encoding module (for me, this is not operate) as disappears, what ?

pulco-citron (who made the DVD2AVI module integration) had no time at all to add it again in 1.5.x.
However we integrated fccHandler's MPEG2 support, so you can still open mpeg2 files ... but without the DVD2AVI things of course tongue.gif

Powered by Invision Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)