in

andy vt's tools & blog

Flexibility isn't free

Req: todvrms.exe User Interface

Last post 12-25-2008 12:39 AM by neiltoe. 24 replies.
Page 2 of 2 (25 items) < Previous 1 2
Sort Posts: Previous Next
  • 07-09-2008 6:54 AM In reply to

    Re: Req: todvrms.exe User Interface

    I set dvdshrink to split vobs into 1gb chunks with the same movie and I was able to make a complete file unfortunately it is a fourth of the movie and this want do me any good. Is there anyway we can use the "VTS_01_0.IFO"? Also is there something about a VOB being larger than 1gb that would cause todvrms to crash, fail, or just not work?

    I have tried to whole process with the same movie on another PC. I have ripped the movie into a single vob on this machine. It still only generated a small file and not a whole movie.

  • 09-23-2008 8:15 PM In reply to

    Re: Req: todvrms.exe User Interface

    Just curious what it would take to get it working on xp?  I've already got .net 3.5 installed, but I'm guessing I'll need some specific WMP version?  I do use Vista for my htpc, but my desktop is still xp and I'd prefer to use that for converting...

    Thanks!

  • 09-23-2008 8:55 PM In reply to

    Re: Req: todvrms.exe User Interface

    todvrms requires .net 2.0.  currently, it will not work on xp because it uses vista only interfaces to setup the dvrms file.  that said, there's no reason it could work on xp, i'd just have to do a platform check and cast the objects to the appropriate interface.
    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  • 11-07-2008 2:03 PM In reply to

    Re: Req: todvrms.exe User Interface

     Are you going to make the changes to get toDVRMS working on XP?

     

    If not, could you explain a little on what needs to be changed to get it to work?

    Is it as easy as casting  IStreamBufferConfigure3 config = (IStreamBufferConfigure3)new StreamBufferConfig(); to something else

  • 11-07-2008 2:13 PM In reply to

    Re: Req: todvrms.exe User Interface

    IStreamBufferConfigure2 config = (IStreamBufferConfigure2)new StreamBufferConfig();

    then remove the methods that are part of IStreamBufferConfigur3.

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  • 11-10-2008 2:32 PM In reply to

    Re: Req: todvrms.exe User Interface

    I changed the following code.

    IStreamBufferConfigure3 config = (IStreamBufferConfigure3)new StreamBufferConfig();

    to

    IStreamBufferConfigure2 config = (IStreamBufferConfigure2)new StreamBufferConfig();

     

    and commented out the following lines

    //if (wp.IsInRole(WindowsBuiltInRole.Administrator))
                        //{
                        //    hr = config.SetNamespace("Global");
                        //    DsError.ThrowExceptionForHR(hr);
                        //}
                        //else
                        //{
                        //    hr = config.SetNamespace(null);
                        //    DsError.ThrowExceptionForHR(hr);
                        //}

     

    I got this error.

    Attempted to read or write protected memory. This is often an indication that ot
    her memory is corrupt.

     

    I tried to debug the code but I get the message:

    Debugger detected - Plase close it down and restart.

     

    This message pops up on line 378 in SBEHelper.cs ( hr = graph.Connect(outPin, maPin);)

     

     Also, here is the output:

    C:\Documents and Settings\Danny>"C:\Documents and Settings\Danny\My Documents\VS
     Projects\toDVRMS\todvrmsgui\bin\Debug\todvrms.exe" "C:\fg.mpg" "c:\video.dvr-ms
    " -t "hi" -v -d
    Get stream pin
    Attempted to read or write protected memory. This is often an indication that ot
    her memory is corrupt.
    arg[0] = C:\fg.mpg
    arg[1] = c:\video.dvr-ms
    arg[2] = -t
    arg[3] = hi
    arg[4] = -v
    arg[5] = -d

  • 11-11-2008 10:37 AM In reply to

    Re: Req: todvrms.exe User Interface

     make sure graph, outpin, and mapin are allocated; other than that I'm not sure.

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  • 11-14-2008 1:56 PM In reply to

    Re: Req: todvrms.exe User Interface

     I didn't have any luck. Are you going to be release an XP version?

  • 11-14-2008 7:02 PM In reply to

    Re: Req: todvrms.exe User Interface

    i don't have an xp machine to test it on.

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  • 12-25-2008 12:39 AM In reply to

    Re: Req: todvrms.exe User Interface

    Just want to say thank you I appreciate all your hard work and I am sorry I didn't follow up to see the UI. Works treat again thank you!
Page 2 of 2 (25 items) < Previous 1 2
@2008 andy vt
Powered by Community Server (Non-Commercial Edition), by Telligent Systems