|
|
|
DVRMSToolbox: Automated Commercial Detection, Skipping, and much more.
Last post 09-02-2008, 12:19 AM by MitchSchaft. 882 replies.
-
09-21-2006, 7:37 AM |
-
babgVant
-
-
-
Joined on 08-13-2004
-
-
Special Member
-
-
|
wsbsteven:Yes my files are in there. I put them in there to break up the load since I don't want to fix all the files at once. The profile I have chosen copies them back to recorded tv.
usually this error - System.Runtime.InteropServices.COMException (0x80004005): Unspecified error at Toub.MediaCenter.Dvrms.DirectShow.IFileSourceFilter.Load(String pszFileName, AmMediaType pmt) at Toub.MediaCenter.Dvrms.Metadata.DvrmsMetadataEditor..ctor(String filepath) at Durrant.Common.lows.GetMetaTags(String DvrmsPath) means that the file cannot be accessed. try running it on a file in your recorded tv folder.
DVRMSToolbox, Recording Broker, LcdWriter, and more software babgvant.com
|
|
-
09-21-2006, 7:39 AM |
-
babgVant
-
-
-
Joined on 08-13-2004
-
-
Special Member
-
-
|
Re: DVRMSToolbox: Automated Commercial Detection, Skipping, and much more.
Lohan3001:I've never hacked anything before, and I'm having difficulty following the set-up directions. Specifically, I don't understand what I'm supposed to put for input path and file. Output, either. I need a lot of clarification. I have a new Toshiba Satellite P105-S6064, Centrino core duo, 2gb ram, usb tuner. Any help would be greatly appreciated. Thanks in advance!
in almost every case the input file is a a dvr-ms file that you want to do something to. double click the input file field, choose a file, do the same with the output file, then choose a profile (the thing you want to do) from the dropdown and click Run.
DVRMSToolbox, Recording Broker, LcdWriter, and more software babgvant.com
|
|
-
09-21-2006, 8:22 AM |
-
RandyHarris
-
-
-
Joined on 11-30-2003
-
Phoenix, AZ USA
-
Member
-
-
|
Re: DVRMSToolbox: Automated Commercial Detection, Skipping, and much more.
Hi babgvant,
Good news! I'm running v1.0.9.9 (just a little behind) and this is the first version of DVRMSToolBox that I've run on my Extender which doesn't lose auto-skip functionality! In all previous versions, you may recall, if you played music on an extender then go to play Recorded TV, the auto-skip wouldn't work. A quick turn off and back on made the auto-skip work (until you played music again.)
And what do you know, something changed in 1.0.9.9 that finally fixed this! It's so nice to not have to keep rebooting the extender for auto-skip (one of those wife acceptance factor things)
-- Randy Harris http://www.MacSeven.com
|
|
-
09-21-2006, 8:28 AM |
-
babgVant
-
-
-
Joined on 08-13-2004
-
-
Special Member
-
-
|
Re: DVRMSToolbox: Automated Commercial Detection, Skipping, and much more.
RandyHarris:Hi babgvant,
Good news! I'm running v1.0.9.9 (just a little behind) and this is the first version of DVRMSToolBox that I've run on my Extender which doesn't lose auto-skip functionality! In all previous versions, you may recall, if you played music on an extender then go to play Recorded TV, the auto-skip wouldn't work. A quick turn off and back on made the auto-skip work (until you played music again.)
And what do you know, something changed in 1.0.9.9 that finally fixed this! It's so nice to not have to keep rebooting the extender for auto-skip (one of those wife acceptance factor things)
I hope whatever it was stays fixed in 1.1.01 :)
DVRMSToolbox, Recording Broker, LcdWriter, and more software babgvant.com
|
|
-
-
09-21-2006, 9:12 AM |
-
onlydarksets
-
-
-
Joined on 12-20-2005
-
-
Member
-
-
|
wsbsteven:Using the batch file code I gave, what modification would I need to allow it to be ran in recorded tv?
Nothing - just move the batch file to the Recorded TV directory and run it from there.
FOR %%1 IN (*.dvr-ms) DO DVRMSToMPEG /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms
BTW, I had to go back two pages to find the batch file - it would be helpful next time if you included a link to the post or re-posted the batch file command.
|
|
-
09-21-2006, 9:26 AM |
-
babgVant
-
-
-
Joined on 08-13-2004
-
-
Special Member
-
-
|
onlydarksets: wsbsteven:Using the batch file code I gave, what modification would I need to allow it to be ran in recorded tv?
Nothing - just move the batch file to the Recorded TV directory and run it from there.
FOR %%1 IN (*.dvr-ms) DO DVRMSToMPEG /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms
BTW, I had to go back two pages to find the batch file - it would be helpful next time if you included a link to the post or re-posted the batch file command.
if you don't want to put the bat in your recorded tv folder FOR %%1 IN ("C:\Documents and Settings\All Users\Documents\Recorded TV\*.dvr-ms") DO "C:\Program Files\DVRMSToolbox\DVRMSToMPEG.exe" /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms although it would probably be a good idea to set the output path to a different folder, so it doesn't output the files back into your recorded tv folder
DVRMSToolbox, Recording Broker, LcdWriter, and more software babgvant.com
|
|
-
09-21-2006, 9:37 AM |
-
babgVant
-
-
-
Joined on 08-13-2004
-
-
Special Member
-
-
|
babgVant: onlydarksets: wsbsteven:Using the batch file code I gave, what modification would I need to allow it to be ran in recorded tv?
Nothing - just move the batch file to the Recorded TV directory and run it from there.
FOR %%1 IN (*.dvr-ms) DO DVRMSToMPEG /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms
BTW, I had to go back two pages to find the batch file - it would be helpful next time if you included a link to the post or re-posted the batch file command.
if you don't want to put the bat in your recorded tv folder FOR %%1 IN ("C:\Documents and Settings\All Users\Documents\Recorded TV\*.dvr-ms") DO "C:\Program Files\DVRMSToolbox\DVRMSToMPEG.exe" /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms although it would probably be a good idea to set the output path to a different folder, so it doesn't output the files back into your recorded tv folder
if you wanted to do that then you'd have to move the bat file into the recorded tv folder and modify it to something like this FOR %%1 IN (*.dvr-ms) DO "C:\Program Files\DVRMSToolbox\DVRMSToMPEG.exe"
/of="c:\output\%%1.dvr-ms" /if="C:\Documents and Settings\All Users\Documents\Recorded TV\%%1" /act=cutcommovedvrms
DVRMSToolbox, Recording Broker, LcdWriter, and more software babgvant.com
|
|
-
09-21-2006, 9:41 AM |
-
onlydarksets
-
-
-
Joined on 12-20-2005
-
-
Member
-
-
|
My bad - babvgant is (as usual) right. You would, at a minimum, have to change the path to DVRMSToMPEG.
FOR %%1 IN (*.dvr-ms) DO "C:\Program Files\DVRMSToolbox\DVRMSToMPEG.exe" /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms
That said, his approach above is even better.
|
|
-
09-21-2006, 9:46 AM |
-
vddobrev
-
-
-
Joined on 05-08-2006
-
-
New Member
-
-
|
vddobrev: babgVant: vddobrev:
babgVant: are you using the "Fix the MCE Slider" profile?
Yes. After I click run, the process completes, but the file is not modified, the slider is still for 3hrs, where the movie without commercials is less.
are you running it on a file in the recorded tv folder? make sure it is run on files that are not in recorded tv, and that you select "incrementscheduleitem" so mce will think it's a new show and read the meta data when you move it back in.
I was running it on a file in the recorded TV folder. Tried on a file not in that folder - now the slider increased to 6hrs long instead of getting reduced to the length of the recording. Here is what I did:
1) moved the file out of recorded tv
2) opened MCE so that it updates the number of recordings - the moved file was not in the list.
3) ran the "Fix the MCE Slider" as described
4) moved the file back to recorded tv
5) the slider doubled, from 3hrs it became 6 hrs. the movie is 2 1/2 hours after removing the commercials.
I am almost ready to give up unless someone guides me step by step...
babgVant, can you please offer any advice on this.
Vista Ultimate x64, Intel DP35DP, Intel C2D E4500@2.2GHz, 4GB RAM, 500GB HDD, 160GB HDD, nVidia 8600GT, 2 x AverTV Bravo H788, Samsung 46" 1080p
|
|
-
09-21-2006, 10:42 AM |
-
babgVant
-
-
-
Joined on 08-13-2004
-
-
Special Member
-
-
|
vddobrev:babgVant, can you please offer any advice on this.
when fixslider is checked the adjustmetadata action sets WM/MediaOriginalRunTime = Duration WM/WMRVEndTime = WM/WMRVEncodeTime + Duration These values are all written to recordings.xml and are not updated when they are updated in the file. To work around this, there is also an option to IncrementScheduleItem (WM/WMRVScheduleItemID = WM/WMRVScheduleItemID + 1) which tricks MCE into thinking that the file is new, so it reads the values. You can verify that these values have been set correctly by looking at them with the EditDVRMSMetadata tool.
DVRMSToolbox, Recording Broker, LcdWriter, and more software babgvant.com
|
|
-
-
-
-
09-21-2006, 7:23 PM |
-
Xaeryth
-
-
-
Joined on 12-09-2004
-
-
New Member
-
-
|
onlydarksets: Xaeryth:Can I make a suggestion? Can you add a "Browse" button so I can get to the dvr-ms file that way? Other than that, great program!!
Double click in the text box, and it will open a browser dialog. Most text boxes that take a file work that way.
Well duh?!? Don't I feel silly now. At least, I can now say that I learnt something new today. ![Wink [;)]](/emoticons/emotion-5.gif) Thanks!!
|
|
Page 55 of 59 (883 items)
... 55 ...
|
|
|
|
|
|