Archive for the ‘DVRMSToolbox’ Category

I finally got around to rebuilding my HTPC (does anyone call them that anymore?) yesterday, so now I need to set my sights on getting file conversions working again.  I’m pretty set on using DTb for file monitoring and processing control.  For transcoding, I was going to use VLC (or possibly Handbrake), but I might [...]

Wednesday, February 4th, 2009 at 11:30 | 0 comments
Categories: DVRMSToolbox, SageTV, iPhone

I posted a method for converting SageTV files to iPod/iPhone compliant files a while back, but a number of the files weren’t converting properly.  I also had problems with mencoder cutting commercials out of the files.  So, I retooled the approach, and I am now getting 100% success, using the approach outlined below. NOTE: Several [...]

Friday, January 2nd, 2009 at 14:18 | 4 comments

UPDATE: Andy has already released an update.  Get the binary here.  I have updated the screenshot below. Andy has posted yet another great tool on his site: Commercial Viewer.  This tool loads a video file and its associated EDL commercial file and lets you modify the values to fine-tune the commercial segments.  This isn’t a [...]

Friday, December 26th, 2008 at 05:48 | 2 comments
Categories: DVRMSToolbox, SageTV
Tags:

I have posted an updated method.  I STRONGLY SUGGEST YOU USE IT INSTEAD!  I leave the below for posterity…   NOTE: mencoder is not cutting commercials properly on my system.  Everything else is working fine.  I’ll post an update when I get it working. Here is how I’m converting SageTV recordings to iPhone-compatible (and Touch/iPod-compatible) [...]

Friday, September 19th, 2008 at 10:21 | 4 comments

I finally got around to rebuilding my HTPC (does anyone call them that anymore?) yesterday, so now I need to set my sights on getting file conversions working again.  I’m pretty set on using DTb for file monitoring and processing control.  For transcoding, I was going to use VLC (or possibly Handbrake), but I might [...]

Tuesday, September 16th, 2008 at 14:49 | 7 comments
Categories: DVRMSToolbox, SageTV, iPhone

Way back when, I setup Expression Encoder to convert my DVR-MS files to WMV (for size and portability).  One thing I found was the command-line switch to make the conversion run at close to real-time, even for HD.  While I assume this will work with the new WTV format (and EE 2, for that matter), [...]

Friday, August 29th, 2008 at 08:52 | 4 comments
Tags:

Regular expressions are the bain of my existence when it comes to DTb.  This isn’t because of any particular failing in DTb – Andy has made it extremely flexible by allowing regex.  Mostly it’s because I don’t have a lot of experience with using them (beyond the occasional search in TextPad), and I didn’t have [...]

Monday, August 25th, 2008 at 10:48 | 1 comment
Categories: DVRMSToolbox
Tags:

This Action will write certain meta data to the CutDvrmsFile Context. By default, it will create two new meta data fields (and default them to the following values): WM/Toolname = DVRMSToolbox WM/ToolVersion = <currentversion> (e.g., 1.2.1.0) You can also do the following: FixSlider – not sure why you would do this, but it sets the [...]

Tuesday, January 29th, 2008 at 01:53 | 1 comment
Categories: DVRMSToolbox

I came up with a regular expression that should allow full access to the path, filename, and extension when using the ChangeContextValue Action. I’m sure there is a more efficient way to do it, but this works just fine. FindRegex: ^((.*\\)(.*)\.(.*))\z ReplaceRegex: $1 = E:\Recorded TV\subdir\another one\Dirty Sexy Money_WJLA-DT_10_10_2007_22_00_01.dvr-ms $2 = E:\Recorded TV\subdir\another one\ $3 [...]

Tuesday, January 15th, 2008 at 17:08 | 0 comments
Categories: DVRMSToolbox
Tags:

My video source is NTSC via DVR-MS.  I am converting using DVRMSToolbox, natch, (which uses DVR2WMV), and a custom PRX (found here). Has anyone found a single set of video conversion settings that will allow proper aspect ratios on both the Zune and through Vista Media Center (or an extender)? DVR-MS SD shows are natively [...]

Saturday, January 12th, 2008 at 13:54 | 0 comments