<?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>DVRMStoWMVHD</title><link>http://babgvant.com/files/folders/dvrmstowmv/default.aspx</link><description>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.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>DVRMStoWMVHD - 1.0.1.4</title><link>http://babgvant.com/files/folders/dvrmstowmv/entry12428.aspx</link><pubDate>Mon, 16 Mar 2009 23:59:42 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:12428</guid><dc:creator>babgvant</dc:creator><slash:comments>2</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;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;1.0.1.4&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;fix a bug where dvr-ms files w/o encryption could not be converted&lt;/li&gt;&lt;/ul&gt;</description><enclosure url="/downloads/wmv/1014/dvrmstowmvhd.zip" length="-1" type="application/octet-stream" /></item><item><title>DVRMStoWMVHD - 1.0.1.1</title><link>http://babgvant.com/files/folders/dvrmstowmv/entry9935.aspx</link><pubDate>Fri, 15 Aug 2008 00:09:45 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9935</guid><dc:creator>babgvant</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;&amp;nbsp;&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;/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;]&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;/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;</description><enclosure url="/downloads/wmv/1011/dvrmstowmvhd.zip" length="-1" type="application/octet-stream" /></item><item><title>DVRMStoWMVHD - Source</title><link>http://babgvant.com/files/folders/dvrmstowmv/entry9286.aspx</link><pubDate>Wed, 11 Jun 2008 01:18:34 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9286</guid><dc:creator>babgvant</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;DVRMStoWMVHD - Converts DVR-MS files to WMV with VC-1 and WMAPro streams&lt;br /&gt;Copyright (C) 2008 andy vt&lt;br /&gt;http://babvant.com&lt;br /&gt;&lt;br /&gt;This application is based on the work of Alessandro Angeli.&amp;nbsp; The original application can be downloaded from his website &lt;a href="http://www.riseoftheants.com/mmx/faq.htm"&gt;http://www.riseoftheants.com/mmx/faq.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This
license governs use of the accompanying software. If you use the
software, you accept this license. If you do not accept the license, do
not use the software.&lt;br /&gt;&lt;br /&gt;1. Definitions&lt;br /&gt;The terms &amp;quot;reproduce,&amp;quot;
&amp;quot;reproduction,&amp;quot; &amp;quot;derivative works,&amp;quot; and &amp;quot;distribution&amp;quot; have the same
meaning here as under U.S. copyright law.&lt;br /&gt;A &amp;quot;contribution&amp;quot; is the original software, or any additions or changes to the software.&lt;br /&gt;A &amp;quot;contributor&amp;quot; is any person that distributes its contribution under this license.&lt;br /&gt;&amp;quot;Licensed patents&amp;quot; are a contributor&amp;#39;s patent claims that read directly on its contribution.&lt;br /&gt;&lt;br /&gt;2. Grant of Rights&lt;br /&gt;(A)
Copyright Grant- Subject to the terms of this license, including the
license conditions and limitations in section 3, each contributor
grants you a non-exclusive, worldwide, royalty-free copyright license
to reproduce its contribution, prepare derivative works of its
contribution, and distribute its contribution or any derivative works
that you create.&lt;br /&gt;(B) Patent Grant- Subject to the terms of this
license, including the license conditions and limitations in section 3,
each contributor grants you a non-exclusive, worldwide, royalty-free
license under its licensed patents to make, have made, use, sell, offer
for sale, import, and/or otherwise dispose of its contribution in the
software or derivative works of the contribution in the software.&lt;br /&gt;&lt;br /&gt;3. Conditions and Limitations&lt;br /&gt;(A)
Reciprocal Grants- For any file you distribute that contains code from
the software (in source code or binary format), you must provide
recipients the source code to that file along with a copy of this
license, which license will govern that file. Code that links to or
derives from the software must be released under an OSI-certified open
source license.&lt;br /&gt;(B) No Trademark License- This license does not grant you rights to use any contributors&amp;#39; name, logo, or trademarks.&lt;br /&gt;(C)
If you bring a patent claim against any contributor over patents that
you claim are infringed by the software, your patent license from such
contributor to the software ends automatically.&lt;br /&gt;(D) If you
distribute any portion of the software, you must retain all copyright,
patent, trademark, and attribution notices that are present in the
software.&lt;br /&gt;(E) If you distribute any portion of the software in
source code form, you may do so only under this license by including a
complete copy of this license with your distribution. If you distribute
any portion of the software in compiled or object code form, you may
only do so under a license that complies with this license.&lt;br /&gt;(F) The
software is licensed &amp;quot;as-is.&amp;quot; You bear the risk of using it. The
contributors give no express warranties, guarantees or conditions. You
may have additional consumer rights under your local laws which this
license cannot change. To the extent permitted under your local laws,
the contributors exclude the implied warranties of merchantability,
fitness for a particular purpose and non-infringement.&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;/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;</description><enclosure url="/downloads/wmv/1014/dvrmstowmvhdsource.zip" length="-1" type="application/octet-stream" /></item><item><title>DVRMStoWMVHD 1.0.1.0</title><link>http://babgvant.com/files/folders/dvrmstowmv/entry9285.aspx</link><pubDate>Wed, 11 Jun 2008 01:15:20 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9285</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;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;/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;/li&gt;&lt;/ul&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><enclosure url="/downloads/wmv/1010/dvrmstowmvhd.zip" length="-1" type="application/octet-stream" /></item></channel></rss>