<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://babgvant.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Media Center</title><link>http://babgvant.com/files/folders/eawmc/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>DVRMStoWMVHD - 1.0.1.3</title><link>http://babgvant.com/files/folders/eawmc/entry10796.aspx</link><pubDate>Tue, 07 Oct 2008 02:35:24 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:10796</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;DVRMStoWMVHD.exe is a command line utility that converts dvr-ms files
to WMV files.&amp;nbsp; It is designed to work with ATSC files with HD video and
AC3 audio streams, but will also convert NTSC and PAL recordings.&amp;nbsp;
Other file formats, like mpg and vob (and VIDEO_TS), will work but may
not be supported.&lt;br /&gt;&lt;br /&gt;By default (no custom profile is specified) to
will convert the dvr-ms file to a WMV file with VC-1 video and WMA Pro
5.1 audio with a programmatically built profile based on the attributes
of the source file.&amp;nbsp; A custom profile can be passed using the -p
argument if more control is desired over the target format.&amp;nbsp; Automatic
profile generation does not always work for non-HD (ATSC) sources.&lt;br /&gt;&lt;br /&gt;AC3Filter
is preferred, and needs to be configured to deliver 5.1 audio for AC3
streams for WMA Pro to work properly.&amp;nbsp; Other AC3 decoders should work
if properly configured, but will not be supported. &lt;/p&gt;&lt;p&gt;&lt;img src="http://babgvant.com/images/wmvhd/ac3filter.jpg" alt="" width="638" align="" border="" height="471" hspace="" /&gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;While the application should work on XP if WMF11 is installed, it was developed and tested on Vista. &lt;br /&gt;&lt;br /&gt;syntax:&lt;br /&gt;&lt;br /&gt;dvrmstowmvhd
-i
&amp;quot;in.dvr-ms&amp;quot; -o &amp;quot;out.wmv&amp;quot; [-p &amp;quot;wmv.prx&amp;quot; -a &amp;quot;preferred audio guid&amp;quot; -v
&amp;quot;preferred video guid&amp;quot; -m -pp -s -pm -w &amp;lt;seconds to wait b/w status
writes&amp;gt; -t &amp;lt;dvd title to convert&amp;gt; -g -cw &amp;lt;crop width&amp;gt;
-ch &amp;lt;crop height&amp;gt; -ct &amp;lt;crop top ratio&amp;gt; -cb &amp;lt;crop bottom
ratio&amp;gt; -cl &amp;lt;crop left ratio&amp;gt; -cr &amp;lt;crop right ratio&amp;gt; -dp
&amp;lt;wmv.prx&amp;gt;&amp;nbsp; -im &amp;lt;deinterlace mode&amp;gt; -http &amp;lt;port #&amp;gt;]&lt;br /&gt;&lt;br /&gt;-i : The path to the file that should be converted.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;br /&gt;-o :&amp;nbsp; The path to the file that will be output.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;br /&gt;-p
: Optional path to the WMF Profile (prx) file that will be used to
convert the file.&amp;nbsp; If spaces are included in the path, it should be
enclosed in quotes.&amp;nbsp; If unspecified, the application will generate a
profile based on the input file.&lt;br /&gt;-a : Optional guid of the audio
decoder that should be loaded into the graph.&amp;nbsp; There is no guarentee
that it will be used, but it should if input and output types match.&lt;br /&gt;-v
: Optional guid of the video decoder that should be loaded into the
graph.&amp;nbsp; There is no guarentee that it will be used, but it should if
input and output types match.&lt;br /&gt;-m: Optional, load and connect MatrixMixer filter.&amp;nbsp; Useful for audio gain on non-AC3 streams.&lt;br /&gt;-pp: Optional, PRIORITY_CLASS value as integer. 32768 = ABOVE_NORMAL_PRIORITY_CLASS for e.g.&lt;br /&gt;-s: Optional, if present writer filter will try to synchronize stream writes, may cause filter deadlocks&lt;br /&gt;-pm: Optional, processor affinity mask. 3 on a dual core system will use both cores(1+2=3) &lt;br /&gt;-w: optional, seconds to wait b/w status writes&lt;br /&gt;-t: optional, dvd title to convert.&amp;nbsp; defaults to the tile with the most chapters&lt;br /&gt;-g: optional, if present graph will be published to the ROT&lt;br /&gt;-cw: optional, number of pixels to crop from the width&lt;br /&gt;-ch: optional, number of pixels to crop from the height&lt;br /&gt;-ct: optional, top crop ratio; defaults to 1&lt;br /&gt;-cb: optional, bottom crop ratio; defaults to 1&lt;br /&gt;-cl: optional, left crop ratio; defaults to 1&lt;br /&gt;-cr: optional, right crop ratio; defaults to 1&lt;br /&gt;-dp: optional, path to write generated profile to&lt;br /&gt;-im: optional, deinterlace mode defaults to 0 or no deinterlacing. 1 = Normal, 2 = Half Size (use when output is half, or less, the frame size of the input), 4 = Inverse Telecine&lt;br /&gt;-http: optional, port to stream on.&amp;nbsp; When -http is present -o is optional&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;1.0.0.1:&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Fixed indexing issue&lt;/li&gt;&lt;li&gt;Added metadata migration
&lt;/li&gt;&lt;li&gt;Changed usage syntax&lt;/li&gt;&lt;li&gt;Added support for custom audio and video decoders, pass guid of decoder including brackets&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Added mpg support&lt;/li&gt;&lt;li&gt;Added Intelligent Connect rendering for non-dvrms formats&lt;/li&gt;&lt;li&gt;Removed
synchronization block from sample writing method in WMWriterFilter.&amp;nbsp;
Should stop deadlocks from occuring but may lead to A/V synch issues&lt;/li&gt;&lt;li&gt;Moved status writing from filter to main function, application is less verbose which should make it faster&lt;/li&gt;&lt;li&gt;Changed dummy graph run wait to not care if it failsMade the MS Mpeg Decoder the preferred video decoder &lt;/li&gt;&lt;li&gt;Added support for NTSC and PAL dvr-ms files&lt;/li&gt;&lt;li&gt;Added option to load MatixMixer filter, useful for doing audio gain&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.0.2&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Added -pp to control process priority&lt;/li&gt;&lt;li&gt;Added -s, runs wmwriter filter in sync write mode, may cause problems only use if A/V is not in sync&lt;/li&gt;&lt;li&gt;Added -pm to control processor affinity&lt;/li&gt;&lt;li&gt;Added WMA support&lt;/li&gt;&lt;li&gt;Changd DVR-MS status to report % instead of write time&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.0.3&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Added conversion hang detection&lt;/li&gt;&lt;li&gt;Added workaround for improperly reported BitmapInfoHeader frame size &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.0.4&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Changed DVR-MS to report write time instead of %&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;/li&gt;&lt;li&gt;Added -c, supports DVRMSToolbox commercial xml files for creating output&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;1.0.0.5&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Fixed support for -c option&lt;/li&gt;&lt;li&gt;Added -w to set how often status is reported&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;1.0.0.6&lt;br /&gt;&lt;/b&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;Removed -c option, couldn&amp;#39;t figure out a/v sync issues&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;1.0.0.7&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Added VIDEO_TS conversion&lt;/li&gt;&lt;li&gt;Added -t to specify DVD title that will be converted.&amp;nbsp; Defaults to 1.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.0.8&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Altered -t default to find title with the most chapters (assuming it is the main title)&lt;/li&gt;&lt;li&gt;Added code to find the error message text&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;1.0.0.9&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Added
work around for GPL MPEG-1/2 Decoder
({CE1B27BE-851B-45DD-AB26-44389A8F71B4}) and other decoders that do not
build rcSource and rcTarget before connecting&lt;/li&gt;&lt;li&gt;Added -g, publishes graph to ROT&lt;/li&gt;&lt;li&gt;Added DirectSound Audio to all graphs to improve synchronization&lt;/li&gt;&lt;li&gt;Added
crop support for dvr-ms conversion via the open source crop filter from
here
http://wirelessafrica.meraka.org.za/wiki/index.php/Real-Time_Video_Coding
(regsvr32 cropfilter.dll included in zip file to use)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.1.0&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;Forced crop values to be even #s &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.1.1&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;Fixed profile generation for non-ATSC sources (Filter is active error)&lt;/li&gt;&lt;li&gt;Added -dp, writes generated profile to specified location&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.1.2&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&amp;nbsp;Added deinterlacing option, -im&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.1.3&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Added http streaming option (http port#) &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;</description><enclosure url="/downloads/wmv/1013/dvrmstowmvhd.zip" length="-1" type="application/octet-stream" /></item><item><title>DVRMStoWMVHD - 1.0.1.1</title><link>http://babgvant.com/files/folders/eawmc/entry9400.aspx</link><pubDate>Sun, 29 Jun 2008 17:17:18 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9400</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This is &lt;a href="http://babgvant.com/Wiki/view.aspx/Early_Access"&gt;Early Access&lt;/a&gt; Software. &lt;/p&gt;&lt;p&gt;DVRMStoWMVHD.exe is a command line utility that converts dvr-ms files
to WMV files.&amp;nbsp; It is designed to work with ATSC files with HD video and
AC3 audio streams, but will also convert NTSC and PAL recordings.&amp;nbsp;
Other file formats, like mpg and vob (and VIDEO_TS), will work but may
not be supported.&lt;br /&gt;&lt;br /&gt;By default (no custom profile is specified) to
will convert the dvr-ms file to a WMV file with VC-1 video and WMA Pro
5.1 audio with a programmatically built profile based on the attributes
of the source file.&amp;nbsp; A custom profile can be passed using the -p
argument if more control is desired over the target format.&amp;nbsp; Automatic
profile generation does not always work for non-HD (ATSC) sources.&lt;br /&gt;&lt;br /&gt;AC3Filter
is preferred, and needs to be configured to deliver 5.1 audio for AC3
streams for WMA Pro to work properly.&amp;nbsp; Other AC3 decoders should work
if properly configured, but will not be supported. &lt;br /&gt;&lt;br /&gt;While the application should work on XP if WMF11 is installed, it was developed and tested on Vista. &lt;br /&gt;&lt;br /&gt;syntax:&lt;br /&gt;&lt;br /&gt;dvrmstowmvhd
-i &amp;quot;in.dvr-ms&amp;quot; -o &amp;quot;out.wmv&amp;quot; [-p &amp;quot;wmv.prx&amp;quot; -a &amp;quot;preferred audio guid&amp;quot; -v
&amp;quot;preferred video guid&amp;quot; -m -pp -s -pm -w &amp;lt;seconds to wait b/w status
writes&amp;gt; -t &amp;lt;dvd title to convert&amp;gt; -g -cw &amp;lt;crop width&amp;gt; -ch &amp;lt;crop height&amp;gt; -ct &amp;lt;crop top ratio&amp;gt; -cb &amp;lt;crop bottom ratio&amp;gt; -cl &amp;lt;crop left ratio&amp;gt; -cr &amp;lt;crop right ratio&amp;gt; -dp &amp;lt;wmv.prx&amp;gt;]&lt;br /&gt;&lt;br /&gt;-i : The path to the file that should be converted.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;br /&gt;-o :&amp;nbsp; The path to the file that will be output.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;br /&gt;-p
: Optional path to the WMF Profile (prx) file that will be used to
convert the file.&amp;nbsp; If spaces are included in the path, it should be
enclosed in quotes.&amp;nbsp; If unspecified, the application will generate a
profile based on the input file.&lt;br /&gt;-a : Optional guid of the audio
decoder that should be loaded into the graph.&amp;nbsp; There is no guarentee
that it will be used, but it should if input and output types match.&lt;br /&gt;-v
: Optional guid of the video decoder that should be loaded into the
graph.&amp;nbsp; There is no guarentee that it will be used, but it should if
input and output types match.&lt;br /&gt;-m: Optional, load and connect MatrixMixer filter.&amp;nbsp; Useful for audio gain on non-AC3 streams.&lt;br /&gt;-pp: Optional, PRIORITY_CLASS value as integer. 32768 = ABOVE_NORMAL_PRIORITY_CLASS for e.g.&lt;br /&gt;-s: Optional, if present writer filter will try to synchronize stream writes, may cause filter deadlocks&lt;br /&gt;-pm: Optional, processor affinity mask. 3 on a dual core system will use both cores(1+2=3) &lt;br /&gt;-w: optional, seconds to wait b/w status writes&lt;br /&gt;-t: optional, dvd title to convert.&amp;nbsp; defaults to the tile with the most chapters&lt;br /&gt;-g: optional, if present graph will be published to the ROT&lt;br /&gt;-cw: optional, number of pixels to crop from the width&lt;br /&gt;-ch: optional, number of pixels to crop from the height&lt;br /&gt;-ct: optional, top crop ratio; defaults to 1&lt;br /&gt;-cb: optional, bottom crop ratio; defaults to 1&lt;br /&gt;-cl: optional, left crop ratio; defaults to 1&lt;br /&gt;-cr: optional, right crop ratio; defaults to 1&lt;br /&gt;-dp: optional, path to write generated profile to&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;1.0.1.1&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;Fixed profile generation for non-ATSC sources (Filter is active error)&lt;/li&gt;&lt;li&gt;Added -dp, writes generated profile to specified location&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;</description><enclosure url="/downloads/wmv/1011/dvrmstowmvhd.zip" length="-1" type="application/octet-stream" /></item><item><title>DVRMStoWMVHD 1.0.0.9 (EA Release)</title><link>http://babgvant.com/files/folders/eawmc/entry9247.aspx</link><pubDate>Wed, 04 Jun 2008 22:19:52 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9247</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This is Early Access Software.&amp;nbsp; Please read &lt;a href="http://babgvant.com/Wiki/view.aspx/Early_Access"&gt;this&lt;/a&gt; for an explanation.&lt;/p&gt;&lt;p&gt;DVRMStoWMVHD.exe is a command line utility that converts dvr-ms files to WMV files.&amp;nbsp; It is designed to work with ATSC files with HD video and AC3 audio streams, but will also convert NTSC and PAL recordings.&amp;nbsp; Other file formats, like mpg and vob (and VIDEO_TS), will work but may not be supported.&lt;br /&gt;&lt;br /&gt;By default (no custom profile is specified) to will convert the dvr-ms file to a WMV file with VC-1 video and WMA Pro 5.1 audio with a programmatically built profile based on the attributes of the source file.&amp;nbsp; A custom profile can be passed using the -p argument if more control is desired over the target format.&amp;nbsp; Automatic profile generation does not always work for non-HD (ATSC) sources.&lt;br /&gt;&lt;br /&gt;AC3Filter is preferred, and needs to be configured to deliver 5.1 audio for AC3 streams for WMA Pro to work properly.&amp;nbsp; Other AC3 decoders should work if properly configured, but will not be supported. &lt;br /&gt;&lt;br /&gt;While the application should work on XP if WMF11 is installed, it was developed and tested on Vista. &lt;br /&gt;&lt;br /&gt;syntax:&lt;br /&gt;&lt;br /&gt;dvrmstowmvhd -i &amp;quot;in.dvr-ms&amp;quot; -o &amp;quot;out.wmv&amp;quot; [-p &amp;quot;wmv.prx&amp;quot; -a &amp;quot;preferred audio guid&amp;quot; -v &amp;quot;preferred video guid&amp;quot; -m -pp -s -pm -w &amp;lt;seconds to wait b/w status writes&amp;gt; -t &amp;lt;dvd title to convert&amp;gt;]&lt;br /&gt;&lt;br /&gt;-i : The path to the file that should be converted.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;br /&gt;-o :&amp;nbsp; The path to the file that will be output.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;br /&gt;-p : Optional path to the WMF Profile (prx) file that will be used to convert the file.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&amp;nbsp; If unspecified, the application will generate a profile based on the input file.&lt;br /&gt;-a : Optional guid of the audio decoder that should be loaded into the graph.&amp;nbsp; There is no guarentee that it will be used, but it should if input and output types match.&lt;br /&gt;-v : Optional guid of the video decoder that should be loaded into the graph.&amp;nbsp; There is no guarentee that it will be used, but it should if input and output types match.&lt;br /&gt;-m: Optional, load and connect MatrixMixer filter.&amp;nbsp; Useful for audio gain on non-AC3 streams.&lt;br /&gt;-pp: Optional, PRIORITY_CLASS value as integer. 32768 = ABOVE_NORMAL_PRIORITY_CLASS for e.g.&lt;br /&gt;-s: Optional, if present writer filter will try to synchronize stream writes, may cause filter deadlocks&lt;br /&gt;-pm: Optional, processor affinity mask. 3 on a dual core system will use both cores(1+2=3) &lt;br /&gt;-w: optional, seconds to wait b/w status writes&lt;br /&gt;-t: optional, dvd title to convert.&amp;nbsp; defaults to the tile with the most chapters&lt;br /&gt;-g: optional, if present graph will be published to the ROT&lt;br /&gt;-cw: optional, number of pixels to crop from the width&lt;br /&gt;-ch: optional, number of pixels to crop from the height&lt;br /&gt;-ct: optional, top crop ratio; defaults to 1&lt;br /&gt;-cb: optional, bottom crop ratio; defaults to 1&lt;br /&gt;-cl: optional, left crop ratio; defaults to 1&lt;br /&gt;-cr: optional, right crop ratio; defaults to 1&lt;br /&gt;&lt;br /&gt;1.0.0.1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Fixed indexing issue&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added metadata migration&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Changed usage syntax&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added support for custom audio and video decoders, pass guid of decoder including brackets&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added mpg support&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added Intelligent Connect rendering for non-dvrms formats&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Removed synchronization block from sample writing method in WMWriterFilter.&amp;nbsp; Should stop deadlocks from occuring but may lead to A/V synch issues&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Moved status writing from filter to main function, application is less verbose which should make it faster&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Changed dummy graph run wait to not care if it fails&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Made the MS Mpeg Decoder the preferred video decoder&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added support for NTSC and PAL dvr-ms files&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added option to load MatixMixer filter, useful for doing audio gain&lt;br /&gt;&lt;br /&gt;1.0.0.2&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added -pp to control process priority&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added -s, runs wmwriter filter in sync write mode. may cause problems; only use if A/V is not in sync&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added -pm to control processor affinity&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added WMA support&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Changd DVR-MS status to report % instead of write time &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;1.0.0.3&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added conversion hang detection&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added workaround for improperly reported BitmapInfoHeader frame size&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;1.0.0.4&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Changed DVR-MS to report write time instead of %&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added -c, supports DVRMSToolbox commercial xml files for creating output&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;1.0.0.5&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Fixed support for -c option&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added -w to set how often status is reported&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;1.0.0.6&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Removed -c option, couldn&amp;#39;t figure out a/v sync issues&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;1.0.0.7&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added VIDEO_TS conversion&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added -t to specify DVD title that will be converted.&amp;nbsp; Defaults to 1.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;1.0.0.8&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Altered -t default to find title with the most chapters (assuming it is the main title)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added code to find the error message text&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;1.0.0.9&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added work around for GPL MPEG-1/2 Decoder ({CE1B27BE-851B-45DD-AB26-44389A8F71B4}) and other decoders that do not build rcSource and rcTarget before connecting&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added -g, publishes graph to ROT&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added DirectSound Audio to all graphs to improve synchronization&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added crop support for dvr-ms conversion via the open source crop filter found http://wirelessafrica.meraka.org.za/wiki/index.php/Real-Time_Video_Coding &lt;br /&gt;&lt;/p&gt;</description><enclosure url="/downloads/wmv/1009/dvrmstowmvhd.zip" length="-1" type="application/octet-stream" /></item><item><title>DVRMStoWMVHD 1.0.0.8 (EA Release)</title><link>http://babgvant.com/files/folders/eawmc/entry9138.aspx</link><pubDate>Tue, 20 May 2008 01:14:04 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9138</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This is Early Access Software.&amp;nbsp; Please read &lt;a href="http://babgvant.com/Wiki/view.aspx/Early_Access"&gt;this&lt;/a&gt; for an explanation. &lt;/p&gt;&lt;p&gt;1.0.0.8&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Altered -t default to find title with the most chapters (assuming it is the main title)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added code to find the error message text &lt;br /&gt;&lt;/p&gt;</description><enclosure url="/downloads/wmv/1008/dvrmstowmvhd.zip" length="-1" type="application/octet-stream" /></item><item><title>DVRMStoWMVHD 1.0.0.7 (EA Release)</title><link>http://babgvant.com/files/folders/eawmc/entry9105.aspx</link><pubDate>Fri, 16 May 2008 00:08:07 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9105</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This is Early Access Software.&amp;nbsp; Please read &lt;a href="http://babgvant.com/Wiki/view.aspx/Early_Access"&gt;this&lt;/a&gt; for an explanation.&amp;nbsp;&lt;/p&gt;&lt;p&gt;1.0.0.7&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added VIDEO_TS conversion&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Added -t to specify DVD title that will be converted.&amp;nbsp; Defaults to 1. &lt;/p&gt;</description><enclosure url="/downloads/wmv/1007/dvrmstowmvhd.zip" length="-1" type="application/octet-stream" /></item><item><title>DVRMSToWMVHD 1.0.0.6</title><link>http://babgvant.com/files/folders/eawmc/entry9077.aspx</link><pubDate>Sat, 10 May 2008 18:59:28 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9077</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;DVRMStoWMVHD&lt;/b&gt;.exe is a command line utility that converts
dvr-ms
files to WMV files.&amp;nbsp; It is designed to work with ATSC files with HD
video and AC3 audio streams, but will also convert NTSC and PAL
recordings.&amp;nbsp; Other file formats, like mpg and vob, will work but will
not be supported.&lt;/p&gt;&lt;p&gt;By default (no custom profile is
specified) to will convert the dvr-ms file to a WMV file with VC-1
video and WMA Pro 5.1 audio with a programmatically built profile based
on the attributes of the source file.&amp;nbsp; A custom profile can be passed using the
-p argument if more control is desired over the target format.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;b&gt;AC3Filter&lt;/b&gt;
is preferred, and needs to be configured to deliver 5.1 audio for AC3
streams for WMA Pro to work properly.&amp;nbsp; Other AC3 decoders should work if
properly configured, but will not be supported.&amp;nbsp;&lt;/p&gt;&lt;p&gt;While the application should work on XP if WMF11 is installed, it was developed and tested on Vista.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;syntax:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;dvrmstowmvhd -i &amp;quot;in.dvr-ms&amp;quot; -o &amp;quot;out.wmv&amp;quot; [-p &amp;quot;wmv.prx&amp;quot; -a &amp;quot;preferred audio guid&amp;quot; -v &amp;quot;preferred video guid&amp;quot; -m -pp -s -pm]&lt;/p&gt;&lt;p&gt;-i : The path to the file that should be converted.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;/p&gt;&lt;p&gt;-o :&amp;nbsp; The path to the file that will be output.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;/p&gt;&lt;p&gt;-p
: Optional path to the WMF Profile (prx) file that will be used to
convert the file.&amp;nbsp; If spaces are included in the path, it should be
enclosed in quotes.&amp;nbsp; If unspecified, the application will generate a
profile based on the input file.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;-a : Optional guid of the
audio decoder that should be loaded into the graph.&amp;nbsp; There is no
guarentee that it will be used, but it should if input and output types
match.&lt;/p&gt;&lt;p&gt;-v :&amp;nbsp;Optional guid of the video decoder that should be loaded into the graph.&amp;nbsp; There
is no guarentee that it will be used, but it should if input and output
types match.&lt;/p&gt;-m: Optional, load and connect MatrixMixer filter.&amp;nbsp; Useful for audio gain on non-AC3 streams.&lt;p&gt;-pp: Optional, PRIORITY_CLASS value as integer. 32768 = ABOVE_NORMAL_PRIORITY_CLASS for e.g.&lt;/p&gt;&lt;p&gt;-s: Optional, if present writer filter will try to synchronize stream writes, may cause filter deadlocks&lt;/p&gt;&lt;p&gt;-pm: Optional, processor affinity mask. 3 on a dual core system will use both cores(1+2=3)&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strike&gt;-c: Optional, path to dvrmstoolbox commercial xml file&amp;nbsp;&lt;/strike&gt;&lt;/p&gt;&lt;p&gt;More information can be found in the &lt;a href="http://babgvant.com/Wiki/view.aspx/DVRMStoWMVHD"&gt;wiki&lt;/a&gt;.&amp;nbsp; This is an open source application, source can be downloaded &lt;a href="http://babgvant.com/files/folders/misc/entry8690.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;1.0.0.4&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Changed DVR-MS to report write time instead of %&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
  &lt;/li&gt;&lt;li&gt;Added -c, supports DVRMSToolbox commercial xml files for creating output&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.0.5&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Fixed -c support &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.0.6&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Removed -c, couldn&amp;#39;t get A/V to sync properly&lt;/li&gt;&lt;li&gt;Added -w, indicates how often status should be written&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;</description><enclosure url="/downloads/wmv/1006/dvrmstowmvhd.zip" length="-1" type="application/octet-stream" /></item><item><title>DVRMStoWMVHD - 1.0.0.5</title><link>http://babgvant.com/files/folders/eawmc/entry9007.aspx</link><pubDate>Thu, 01 May 2008 02:41:25 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9007</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;DVRMStoWMVHD&lt;/b&gt;.exe is a command line utility that converts
dvr-ms
files to WMV files.&amp;nbsp; It is designed to work with ATSC files with HD
video and AC3 audio streams, but will also convert NTSC and PAL
recordings.&amp;nbsp; Other file formats, like mpg and vob, will work but will
not be supported.&lt;/p&gt;&lt;p&gt;By default (no custom profile is
specified) to will convert the dvr-ms file to a WMV file with VC-1
video and WMA Pro 5.1 audio with a programmatically built profile based
on the attributes of the source file.&amp;nbsp; A custom profile can be passed using the
-p argument if more control is desired over the target format.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;b&gt;AC3Filter&lt;/b&gt;
is preferred, and needs to be configured to deliver 5.1 audio for AC3
streams for WMA Pro to work properly.&amp;nbsp; Other AC3 decoders should work if
properly configured, but will not be supported.&amp;nbsp;&lt;/p&gt;&lt;p&gt;While the application should work on XP if WMF11 is installed, it was developed and tested on Vista.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;syntax:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;dvrmstowmvhd -i &amp;quot;in.dvr-ms&amp;quot; -o &amp;quot;out.wmv&amp;quot; [-p &amp;quot;wmv.prx&amp;quot; -a &amp;quot;preferred audio guid&amp;quot; -v &amp;quot;preferred video guid&amp;quot; -m -pp -s -pm]&lt;/p&gt;&lt;p&gt;-i : The path to the file that should be converted.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;/p&gt;&lt;p&gt;-o :&amp;nbsp; The path to the file that will be output.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;/p&gt;&lt;p&gt;-p
: Optional path to the WMF Profile (prx) file that will be used to
convert the file.&amp;nbsp; If spaces are included in the path, it should be
enclosed in quotes.&amp;nbsp; If unspecified, the application will generate a
profile based on the input file.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;-a : Optional guid of the
audio decoder that should be loaded into the graph.&amp;nbsp; There is no
guarentee that it will be used, but it should if input and output types
match.&lt;/p&gt;&lt;p&gt;-v :&amp;nbsp;Optional guid of the video decoder that should be loaded into the graph.&amp;nbsp; There
is no guarentee that it will be used, but it should if input and output
types match.&lt;/p&gt;-m: Optional, load and connect MatrixMixer filter.&amp;nbsp; Useful for audio gain on non-AC3 streams.&lt;p&gt;-pp: Optional, PRIORITY_CLASS value as integer. 32768 = ABOVE_NORMAL_PRIORITY_CLASS for e.g.&lt;/p&gt;&lt;p&gt;-s: Optional, if present writer filter will try to synchronize stream writes, may cause filter deadlocks&lt;/p&gt;&lt;p&gt;-pm: Optional, processor affinity mask. 3 on a dual core system will use both cores(1+2=3)&amp;nbsp;&lt;/p&gt;&lt;p&gt;-c: Optional, path to dvrmstoolbox commercial xml file&amp;nbsp;&lt;/p&gt;&lt;p&gt;More information can be found in the &lt;a href="http://babgvant.com/Wiki/view.aspx/DVRMStoWMVHD"&gt;wiki&lt;/a&gt;.&amp;nbsp; This is an open source application, source can be downloaded &lt;a href="http://babgvant.com/files/folders/misc/entry8690.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;1.0.0.4&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Changed DVR-MS to report write time instead of %&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
  &lt;/li&gt;&lt;li&gt;Added -c, supports DVRMSToolbox commercial xml files for creating output&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.0.5&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Fixed -c support&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;</description><enclosure url="/downloads/wmv/1005/dvrmstowmvhd.zip" length="-1" type="application/octet-stream" /></item><item><title>DVRMStoWMVHD - 1.0.0.4</title><link>http://babgvant.com/files/folders/eawmc/entry8985.aspx</link><pubDate>Sat, 26 Apr 2008 21:31:26 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:8985</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;b&gt;DVRMStoWMVHD&lt;/b&gt;.exe is a command line utility that converts
dvr-ms
files to WMV files.&amp;nbsp; It is designed to work with ATSC files with HD
video and AC3 audio streams, but will also convert NTSC and PAL
recordings.&amp;nbsp; Other file formats, like mpg and vob, will work but will
not be supported.&lt;/p&gt;&lt;p&gt;By default (no custom profile is
specified) to will convert the dvr-ms file to a WMV file with VC-1
video and WMA Pro 5.1 audio with a programmatically built profile based
on the attributes of the source file.&amp;nbsp; A custom profile can be passed using the
-p argument if more control is desired over the target format.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;b&gt;AC3Filter&lt;/b&gt;
is preferred, and needs to be configured to deliver 5.1 audio for AC3
streams for WMA Pro to work properly.&amp;nbsp; Other AC3 decoders should work if
properly configured, but will not be supported.&amp;nbsp;&lt;/p&gt;&lt;p&gt;While the application should work on XP if WMF11 is installed, it was developed and tested on Vista.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;syntax:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;dvrmstowmvhd -i &amp;quot;in.dvr-ms&amp;quot; -o &amp;quot;out.wmv&amp;quot; [-p &amp;quot;wmv.prx&amp;quot; -a &amp;quot;preferred audio guid&amp;quot; -v &amp;quot;preferred video guid&amp;quot; -m -pp -s -pm]&lt;/p&gt;&lt;p&gt;-i : The path to the file that should be converted.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;/p&gt;&lt;p&gt;-o :&amp;nbsp; The path to the file that will be output.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;/p&gt;&lt;p&gt;-p
: Optional path to the WMF Profile (prx) file that will be used to
convert the file.&amp;nbsp; If spaces are included in the path, it should be
enclosed in quotes.&amp;nbsp; If unspecified, the application will generate a
profile based on the input file.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;-a : Optional guid of the
audio decoder that should be loaded into the graph.&amp;nbsp; There is no
guarentee that it will be used, but it should if input and output types
match.&lt;/p&gt;&lt;p&gt;-v :&amp;nbsp;Optional guid of the video decoder that should be loaded into the graph.&amp;nbsp; There
is no guarentee that it will be used, but it should if input and output
types match.&lt;/p&gt;-m: Optional, load and connect MatrixMixer filter.&amp;nbsp; Useful for audio gain on non-AC3 streams.&lt;p&gt;-pp: Optional, PRIORITY_CLASS value as integer. 32768 = ABOVE_NORMAL_PRIORITY_CLASS for e.g.&lt;/p&gt;&lt;p&gt;-s: Optional, if present writer filter will try to synchronize stream writes, may cause filter deadlocks&lt;/p&gt;&lt;p&gt;-pm: Optional, processor affinity mask. 3 on a dual core system will use both cores(1+2=3)&amp;nbsp;&lt;/p&gt;&lt;p&gt;-c: Optional, path to dvrmstoolbox commercial xml file&amp;nbsp;&lt;/p&gt;&lt;p&gt;More information can be found in the &lt;a href="http://babgvant.com/Wiki/view.aspx/DVRMStoWMVHD"&gt;wiki&lt;/a&gt;.&amp;nbsp; This is an open source application, source can be downloaded &lt;a href="http://babgvant.com/files/folders/misc/entry8690.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;1.0.0.4&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Changed DVR-MS to report write time instead of %&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
  &lt;/li&gt;&lt;li&gt;Added -c, supports DVRMSToolbox commercial xml files for creating output&lt;br /&gt;
  &lt;/li&gt;&lt;/ul&gt;
</description><enclosure url="/downloads/wmv/1004/dvrmstowmvhd.zip" length="-1" type="application/octet-stream" /></item><item><title>DVRMStoWMVHD - 1.0.0.3</title><link>http://babgvant.com/files/folders/eawmc/entry8850.aspx</link><pubDate>Thu, 10 Apr 2008 00:43:27 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:8850</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This is &lt;a href="http://babgvant.com/Wiki/view.aspx/Early_Access"&gt;Early Access&lt;/a&gt; software.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;DVRMStoWMVHD&lt;/b&gt;.exe is a command line utility that converts
dvr-ms
files to WMV files.&amp;nbsp; It is designed to work with ATSC files with HD
video and AC3 audio streams, but will also convert NTSC and PAL
recordings.&amp;nbsp; Other file formats, like mpg and vob, will work but will
not be supported.&lt;/p&gt;&lt;p&gt;By default (no custom profile is
specified) to will convert the dvr-ms file to a WMV file with VC-1
video and WMA Pro 5.1 audio with a programmatically built profile based
on the attributes of the source file.&amp;nbsp; A custom profile can be passed using the
-p argument if more control is desired over the target format.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;b&gt;AC3Filter&lt;/b&gt;
is preferred, and needs to be configured to deliver 5.1 audio for AC3
streams for WMA Pro to work properly.&amp;nbsp; Other AC3 decoders should work if
properly configured, but will not be supported.&amp;nbsp;&lt;/p&gt;&lt;p&gt;While the application should work on XP if WMF11 is installed, it was developed and tested on Vista.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;syntax:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;dvrmstowmvhd -i &amp;quot;in.dvr-ms&amp;quot; -o &amp;quot;out.wmv&amp;quot; [-p &amp;quot;wmv.prx&amp;quot; -a &amp;quot;preferred audio guid&amp;quot; -v &amp;quot;preferred video guid&amp;quot; -m -pp -s -pm]&lt;/p&gt;&lt;p&gt;-i : The path to the file that should be converted.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;/p&gt;&lt;p&gt;-o :&amp;nbsp; The path to the file that will be output.&amp;nbsp; If spaces are included in the path, it should be enclosed in quotes.&lt;/p&gt;&lt;p&gt;-p
: Optional path to the WMF Profile (prx) file that will be used to
convert the file.&amp;nbsp; If spaces are included in the path, it should be
enclosed in quotes.&amp;nbsp; If unspecified, the application will generate a
profile based on the input file.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;-a : Optional guid of the
audio decoder that should be loaded into the graph.&amp;nbsp; There is no
guarentee that it will be used, but it should if input and output types
match.&lt;/p&gt;&lt;p&gt;-v :&amp;nbsp;Optional guid of the video decoder that should be loaded into the graph.&amp;nbsp; There
is no guarentee that it will be used, but it should if input and output
types match.&lt;/p&gt;-m: Optional, load and connect MatrixMixer filter.&amp;nbsp; Useful for audio gain on non-AC3 streams.&lt;p&gt;-pp: Optional, PRIORITY_CLASS value as integer. 32768 = ABOVE_NORMAL_PRIORITY_CLASS for e.g.&lt;/p&gt;&lt;p&gt;-s: Optional, if present writer filter will try to synchronize stream writes, may cause filter deadlocks&lt;/p&gt;&lt;p&gt;-pm: Optional, processor affinity mask. 3 on a dual core system will use both cores(1+2=3)&amp;nbsp;&lt;/p&gt;&lt;p&gt;More information can be found in the &lt;a href="http://babgvant.com/Wiki/view.aspx/DVRMStoWMVHD"&gt;wiki&lt;/a&gt;.&amp;nbsp; This is an open source application, source can be downloaded &lt;a href="http://babgvant.com/files/folders/misc/entry8690.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;1.0.0.2&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Added -pp to control process priority&lt;/li&gt;&lt;li&gt;Added -s, runs wmwriter filter in sync write mode, may cause problems only use if A/V is not in sync&lt;/li&gt;&lt;li&gt;Added -pm to control processor affinity&lt;/li&gt;&lt;li&gt;Added WMA support&lt;/li&gt;&lt;li&gt;Changd DVR-MS status to report % instead of write time&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.0.3&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Added conversion hang detection&lt;/li&gt;&lt;li&gt;Added workaround for improperly reported BitmapInfoHeader frame size &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;</description><enclosure url="http://babgvant.com/files/folders/8850/download.aspx" length="36407" type="application/x-zip-compressed" /></item><item><title>DVRMStoWMVHD</title><link>http://babgvant.com/files/folders/eawmc/entry8687.aspx</link><pubDate>Tue, 25 Mar 2008 01:19:14 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:8687</guid><dc:creator>babgvant</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;DVRMStoWMVHD.exe is a command line utility that converts dvr-ms
files to WMV files.&amp;nbsp; It is designed to work with ATSC files with HD
video and AC3 audio streams.&amp;nbsp; By default (no custom profile is
specified) to will convert the dvr-ms file to a WMV file with VC-1
video and WMA Pro 5.1 audio with a programmatically built profile based
on the attributes of the source file.&amp;nbsp; A custom profile can be passed
as the
third argument if more control is desired over the target format.&amp;nbsp; I
have tested the cbrZune.prx file that comes with DTB, and it will
convert files to that format, including downmixing the audio, but the
video will skew a bit because of aspect ratio changes. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;AC3Filter is preferred, and needs to be configured to deliver 5.1 audio for AC3 streams for this to work properly.&amp;nbsp; Other AC3 decoders should work if properly configured, but will not be supported.&amp;nbsp;&lt;/p&gt;&lt;p&gt;While the application should work on XP if WMF11 is installed, it was developed and tested on Vista.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;This is &lt;a href="http://babgvant.com/Wiki/view.aspx/Early_Access"&gt;Early Access&lt;/a&gt; software, which means that it is very beta.&amp;nbsp; It is changing (hopefully for the better) at a rapid pace and is very likely to contain bugs.&amp;nbsp;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;syntax:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;dvrmstowmvhd -i &amp;quot;in.dvr-ms&amp;quot; -o &amp;quot;out.wmv&amp;quot; [-p &amp;quot;wmv.prx&amp;quot; -a &amp;quot;preferred audio guid&amp;quot; -v &amp;quot;preferred video guid&amp;quot; -m]&lt;/p&gt;&lt;p&gt;More information can be found in the &lt;a href="http://babgvant.com/Wiki/view.aspx/DVRMStoWMVHD"&gt;wiki&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;b&gt;Update 03/25/08:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Fixed indexing&lt;/li&gt;&lt;li&gt;Added metadata migration&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;Update 03/26/08:&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Changed usage syntax&lt;/li&gt;&lt;li&gt;Added support for custom audio and video decoders, pass guid of decoder including brackets&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Added mpg support&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Update 03/30/08:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Added Intelligent Connect rendering for non-dvrms formats&lt;/li&gt;&lt;li&gt;Removed synchronization block from sample writing method in WMWriterFilter.&amp;nbsp; Should stop deadlocks from occuring but may lead to A/V synch issues&lt;/li&gt;&lt;li&gt;Moved status writing from filter to main function, application is less verbose which should make it faster&lt;/li&gt;&lt;li&gt;Changed dummy graph run wait to not care if it fails&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Update 04/01/08:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Made the MS Mpeg Decoder the preferred video decoder &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Update 04/03/08:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Added support for NTSC and PAL dvr-ms files&lt;/li&gt;&lt;li&gt;Added option to load MatixMixer filter, useful for doing audio gain &lt;/li&gt;&lt;/ul&gt;</description><enclosure url="/files/folders/misc/entry8809.aspx" length="-1" type="application/octet-stream" /></item><item><title>RecordingBroker 1.0.1 - XP (MCE)</title><link>http://babgvant.com/files/folders/eawmc/entry2504.aspx</link><pubDate>Tue, 27 Feb 2007 17:18:25 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:2504</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;strong&gt;New in this release:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Test functionality will poll configured brokers&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Broker Everything option&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;NOTE: This is &lt;a href="http://babgvant.com/Wiki/view.aspx/Early_Access"&gt;Early Access&lt;/a&gt; Software.&lt;br /&gt;&lt;p&gt;RecordingBroker is an application that detects recording conflicts and submits 
recording requests to other brokers configured in the application.&amp;nbsp;&amp;nbsp;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;The solution is contains two applications, RecordingBroker.exe and 
RecordingBrokerService.exe.&amp;nbsp; After installation Run RecordingBroker.exe and 
click Save to write the settings to the registry, then start the service from 
the Service MMC.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;RecordingBroker.exe&lt;/strong&gt; is the settings tool, use it to add 
brokers and configure how the service behaves.&amp;nbsp; 
&lt;/p&gt;&lt;p&gt;&lt;img height="405" src="http://babgvant.com/images/rbconfig.jpg" width="300" /&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Port -&lt;/strong&gt; the the port the server binds to&lt;br /&gt;&lt;strong&gt;Poll Time 
-&lt;/strong&gt; how often, in seconds, WMC is polled for conflicts&lt;br /&gt;&lt;strong&gt;Secret 
-&lt;/strong&gt; because this application could theoretically be used across firewalls 
(if you wanted to create a relationship with a friend&amp;#39;s WMC); this secret is 
used to hash a portion of the request to verify that the other broker is 
trusted.&amp;nbsp; This must be set to the same value on all 
brokers.&lt;br /&gt;&lt;strong&gt;Connection Timeout -&lt;/strong&gt; how long the broker will wait 
for a server to respond before failing&lt;br /&gt;&lt;strong&gt;Broker Everything&lt;/strong&gt; - Try to broker all local recordings&lt;br /&gt;&lt;strong&gt;Other Brokers -&lt;/strong&gt; is a 
list of all the brokers that this machine has a relationship with; to add a 
broker enter the hostname (or dns name) of the other machine in &amp;quot;New Broker&amp;quot; and 
click Add.
&lt;/p&gt;&lt;p&gt;Settings must be &amp;quot;Save&amp;quot;d before exiting.&amp;nbsp; After saving settings, restart the 
service to have them take effect.
&lt;/p&gt;&lt;strong&gt;RecordingBrokerService.exe&lt;/strong&gt; is a windows service that acts as 
a tcp server so other brokers can communicate with that machine, and also polls 
WMC for recording conflicts so it can send requests to other brokers. </description><enclosure url="http://babgvant.com/files/folders/2504/download.aspx" length="382999" type="application/zip" /></item><item><title>RecordingBroker 1.0.1 - Vista</title><link>http://babgvant.com/files/folders/eawmc/entry2503.aspx</link><pubDate>Tue, 27 Feb 2007 17:17:58 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:2503</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;strong&gt;New in this release:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Test functionality will poll configured brokers&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Broker Everything option&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;NOTE: This is &lt;a href="http://babgvant.com/Wiki/view.aspx/Early_Access"&gt;Early Access&lt;/a&gt; Software.&lt;br /&gt;&lt;p&gt;RecordingBroker is an application that detects recording conflicts and submits 
recording requests to other brokers configured in the application.&amp;nbsp;&amp;nbsp;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;The solution is contains two applications, RecordingBroker.exe and 
RecordingBrokerService.exe.&amp;nbsp; After installation Run RecordingBroker.exe and 
click Save to write the settings to the registry, then start the service from 
the Service MMC.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;RecordingBroker.exe&lt;/strong&gt; is the settings tool, use it to add 
brokers and configure how the service behaves.&amp;nbsp; 
&lt;/p&gt;&lt;p&gt;&lt;img height="405" src="http://babgvant.com/images/rbconfig.jpg" width="300" /&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Port -&lt;/strong&gt; the the port the server binds to&lt;br /&gt;&lt;strong&gt;Poll Time 
-&lt;/strong&gt; how often, in seconds, WMC is polled for conflicts&lt;br /&gt;&lt;strong&gt;Secret 
-&lt;/strong&gt; because this application could theoretically be used across firewalls 
(if you wanted to create a relationship with a friend&amp;#39;s WMC); this secret is 
used to hash a portion of the request to verify that the other broker is 
trusted.&amp;nbsp; This must be set to the same value on all 
brokers.&lt;br /&gt;&lt;strong&gt;Connection Timeout -&lt;/strong&gt; how long the broker will wait 
for a server to respond before failing&lt;br /&gt;&lt;strong&gt;Broker Everything&lt;/strong&gt; - Try to broker all local recordings&lt;br /&gt;&lt;strong&gt;Other Brokers -&lt;/strong&gt; is a 
list of all the brokers that this machine has a relationship with; to add a 
broker enter the hostname (or dns name) of the other machine in &amp;quot;New Broker&amp;quot; and 
click Add.
&lt;/p&gt;&lt;p&gt;Settings must be &amp;quot;Save&amp;quot;d before exiting.&amp;nbsp; After saving settings, restart the 
service to have them take effect.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;RecordingBrokerService.exe&lt;/strong&gt; is a windows service that acts as 
a tcp server so other brokers can communicate with that machine, and also polls 
WMC for recording conflicts so it can send requests to other brokers. &lt;br /&gt;&lt;/p&gt;</description><enclosure url="http://babgvant.com/files/folders/2503/download.aspx" length="386252" type="application/x-zip-compressed" /></item></channel></rss>