Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

 
New Added Matroska Not Working In Jobcontrole, The new Matroska rules, just 1fix needed
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
Dala
Posted: May 15 2003, 08:59 PM


Unregistered









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.
 
  Top
ChristianHJW
Posted: May 16 2003, 01:29 PM


Advanced Member


Group: Moderators
Posts: 1768
Member No.: 2
Joined: 7-July 02



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 ...

--------------------
Visit the unofficial Virtualdub support forum on http://forums.virtualdub.org - help to reduce the big number of emails Avery Lee is getting every day !!
Support matroska as container and Gstreamer as the only truely open, x-platform multimedia platform ....
 
       Top
Dala
Posted: May 16 2003, 01:37 PM


Unregistered









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
 
  Top
Suiryc
Posted: May 16 2003, 10:42 PM


Developer of VirtualdubMod


Group: VirtualdubMod Team
Posts: 222
Member No.: 468
Joined: 10-October 02



Well you can also test the file here. It should have this bug (and others) corrected.

--------------------
OGM tools, VirtualDubMod [SourceForge : Tracker/DL] (FAQ)
Don't forget the Needed DLLs for VirtualDubMod. Post bugs/requests in our Tracker.
We give 100% of your donations to the Open Source community
 
      Top
ysilog
Posted: May 20 2003, 02:36 AM


Unregistered









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...
 
  Top
Dala
Posted: May 20 2003, 05:46 AM


Unregistered









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]
 
  Top
Suiryc
Posted: May 20 2003, 05:09 PM


Developer of VirtualdubMod


Group: VirtualdubMod Team
Posts: 222
Member No.: 468
Joined: 10-October 02



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

--------------------
OGM tools, VirtualDubMod [SourceForge : Tracker/DL] (FAQ)
Don't forget the Needed DLLs for VirtualDubMod. Post bugs/requests in our Tracker.
We give 100% of your donations to the Open Source community
 
      Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
6 replies since May 15 2003, 08:59 PM Track this topic | Email this topic | Print this topic

<< Back to Testing / Bug Reports