Convert .wtv to dvr-ms format by right clicking does not exist despite what Windows Help instructions say.____

Anonymous
2009-11-20T05:04:08+00:00

Windows 7 help and support says to "Convert a recorded TV file (.wtv) to an older format go to the folder where your recorded TV files are stored (usually C:\Users\Public), right-click the file that you want to convert, and then click Convert to .dvr-ms Format."

When I right click on these files there is no option to "Convert to .dvr-ms Format."  Is there a way to do this, or a setting within the folder to allow this?

Windows for home | Previous Windows versions | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2009-11-20T06:15:30+00:00

I don't know why your computer doesn't have that option.  See if your computer has the conversion program: C:\windows\ehome\wtvconverter.exe.  If it does, you can run it from a command prompt window (Start >All Programs > Accessories > Command Prompt ) by typing these commands:

      cd /d c:\windows\ehome      wtvconverter sourcefile targetfile /ShowUI

where:

      sourcefile = full path of the .wtv file that you want to convert

      targetfile = full path of the .dvr-ms file that you want to create

      /ShowUI (optional).  If present, shows the conversion progress in a separate window

For example:

cd /d c:\windows\ehome      wtvconverter "C:\users\public\public recorded tv\TV Show.wtv"  "C:\users\public\public recorded tv\TV Show.dvr-ms" /ShowUI

To convert a whole folder of .wtv files to .drv-ms format, use this command:

      wtvconverter sourcefolder**\*.wtv** /ShowUI

For example:

      wtvconverter "C:\users\public\public recorded tv\*.wtv" /ShowUI

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

25 additional answers

Sort by: Most helpful
  1. Anonymous
    2010-07-14T21:40:51+00:00

    I had the same problem but just discovered how to reinstall the the option "convert to .dvr ms"

    Rightclick the .wtw file and then click options. Select change and open with  windows media center.

    Click OK and now the option "convert to .dvr ms" is back!

    In my case hp media smart vjdeo main program had been chosen as default after

    reinstalling win 7

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2009-11-20T19:53:02+00:00

    Thanks Steve,

    I'll give it a try.  I'm sure I need to check the full path...I'm terrible at entering things into the command prompt correctly!

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2009-11-20T19:01:33+00:00

    You're welcome.

    I don't know if HD 16:9 could cause the message.  That message also occurs if the sourcefile doesn't exist, possibly due to an error in specifying its name.  Specify the full path, exactly as I showed in the examples.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2009-11-20T14:56:05+00:00

    I do have the wtvconverter.exe file - but running the command prompt tells me that the *.wtv file is not compatable with conversion to dvr-ms.  Perhaps it's because it's an HD tv recording in 16:9 format, or because it's from a QAM tuner?

    Was this answer helpful?

    0 comments No comments