I have a bunch of WTV files recorded on Windows 7 in the WTV format. The Zune software can't handle them since they have AC3 audio. These were recorded in HD over clear QAM.
I'm looking for a simple, automated process that will convert all non-protected WTV files to a WMV format with a profile that Zune is happy with.
Can DTB convert directly from WTV to WMV (or does it need to go to DVR-MS first)?
Can DTB skip over protected shows (recorded with my CableCARD) and only process the ones I want?
I plan to schedule this script (found elsewhere on this site) to run daily to delete any converted WMV files when I've deleted the WTV file from Media Center.
For %%X in ("c:\ConvertedVideo\*") do (IF not exist "c:\RecordedTV\%%~nX.dvr-ms" del "%%X")
I know people have done this; but the WTV format adds a new twist for me.
Thanks