.wtv To .dvr-ms Command Line Conversion

As a follow up to my previous post on Convert to .dvr-ms option on the .wtv context menu in Windows 7 Build-7057, and in response to some of the comments, I’ve looked a little deeper into the conversion process.  Keeping an eye on Windows Task Manager and firing up a conversion reveals that this runs a process called “WTVConverter.exe” (located in the C:\Windows\eHome folder).  I ran that with a /? switch and this revealed that it is possible to call this from a command line:

Converts a recorded TV file from .wtv to .dvr-ms format.

Usage:
WTVConvrter path_to_sourcefile [path_to_targetfile] [/ShowUI] [/?]

path_to_sourcefile:   Specifies the path to the .wtv file to convert.
path_to_targetfile:   Specifies the path to the .dvr-ms file to create.
/ShowUI:              Displays a progress bar dialog box during the conversion process.
/?:                   Displays usage information.

Notes:
       – You must specify a path to an existing folder for path_to_targetfile.
       – You can use the wildcard ‘*’ when converting multiple source files.
         The .dvr-ms files will be created with the same name as the .wtv files.

       – If you do not specify path_to_targetfile, the .dvr-ms file is created in the same location as the .wtv file.

Examples:

       WTVConverter  d:\RecordedTV\Arthur.wtv  d:\ConvertedTV\Arthur.dvr-ms /ShowUI

       WTVConverter  d:\RecordedTV\*.wtv  d:\ConvertedTV\

       WTVConverter  d:\RecordedTV\*.wtv

I’m sure it won’t take much effort from clever people that make tools like DVRMSToolbox to automate the conversion process using this tool (which will hopefully make it all the way through to Windows 7 RTM).

DatabaseJase

DatabaseJase

I'm a PC, husband, father to 2 boys, SQL DBA and a technology enthusiast that loves gadgets. Co-host of TDL Mobile with Jonathan.

More Posts - Website

Follow Me:
Twitter