Home
Blogs
Forums
Files


Welcome to The Green Button          Sign in | Join | Help

Convert WTV to something else?

Last post 12-21-2008, 2:09 PM by MrNorth. 29 replies.
Page 2 of 2 (30 items)   < Previous 1 2
Sort Posts: Previous Next
  •  09-06-2008, 5:48 PM 291373 in reply to 291216

    Re: Convert WTV do something else?

    Pixelz:

    I have also found you can only convert wtv files on the system they were first written.  If you copy them to another system and try to convert them locally, it fails.  I guess there's some Protected BDA and/or DRM nonsense in the wtv files.  In any event, I know there's a lot of rubbish present as my output dvr-ms files are over 40% smaller in size !!

    Many thanks to the author of this tool, BTW



    The application just "plays" the wtv into a dvr-ms.  It should work on any system that can playback the files, it will not work on a system that does not have the TV Pack installed. 

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  •  09-07-2008, 3:50 PM 291517 in reply to 291373

    Re: Convert WTV do something else?

    When I convert a WTV to a DVR-MS via cmdline the output plays fine in Media Center, but I have no audio when I play the DVR-MS in Media Player.

    I have audio when I play the .WTV in Media Player.     Something not getting written correctly to the DVR-MS?

     

    In graphedit both graphs for WTV and DVR-MS are using the same MPEG Audio Decoder so I assume they would play the same.

  •  09-07-2008, 5:31 PM 291538 in reply to 291517

    Re: Convert WTV do something else?

    dwaleke:

    When I convert a WTV to a DVR-MS via cmdline the output plays fine in Media Center, but I have no audio when I play the DVR-MS in Media Player.

    I have audio when I play the .WTV in Media Player.     Something not getting written correctly to the DVR-MS?

     

    In graphedit both graphs for WTV and DVR-MS are using the same MPEG Audio Decoder so I assume they would play the same.



    Media Center uses filters with very low merit (they are configured in the registry) to playback tv files.  The filters that show up in graphedit (which WMP will use) are not the ones that VMC uses (at least not on my box).  I found that audio is somewhat sketchy with the Microsoft MPEG-1/DD Audio Decoder on machines with the TV Pack installed (VMC uses a new MS A/V filter set), but it works fine on pre-TV Pack boxes (I've tested Vista SP1). 

    The video samples had some extra stuff that needed to be removed before the files would convert, it's possible that the audio stream is similar.  This aspect of todvrms's feature set was intended to provide backwards compatiblity to machines that did not have SBEV2 installed, and may not work perfectly in all scenarios.  I will look at it though.

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  •  10-19-2008, 8:42 PM 303199 in reply to 291538

    Re: Convert WTV do something else?

    Not sure what to make of this.  Before I started I noted the following:

    .WTV plays fine in Media Center (64-bit)
    .WTV plays fine in Media Player (64-bit)
    .WTV plays fine in Media Player (32-bit)

    I ran todvrms.exe on Windows Vista x64 and discovered the following:

    DVR-MS plays fine in Media Center (64-bit)
    DVR-MS plays fine in Media Player (64-bit)
    DVR-MS NO AUDIO in Media Player (32-bit)  ***

    I checked both graphs (32bit & 64bit graphedit) and they both show the same audio decoder - "MPEG Audio Decoder".

    I found that HD .WTV files with AC3 audio convert just fine and play back correctly in both 32-bit & 64-bit Media Player.  This issue seems to only effect 2 Channel stereo SD recorded shows using the "MPEG Audio Decoder".

    Any thoughts?

  •  10-19-2008, 9:04 PM 303202 in reply to 303199

    Re: Convert WTV do something else?

    I also found out that if I force todvrms.exe to run as a 32-bit process with the following command:

    corflags todvrms.exe /32BIT+

    I get the following results:

    DVR-MS crashes Media Center (64-bit) ***
    DVR-MS crashes Media Player (64-bit) ***
    DVR-MS also crashes 64-bit Graphedit

    Although

    DVR-MS plays fine in Media Player (32-bit)

  •  10-22-2008, 6:07 PM 304087 in reply to 303202

    Re: Convert WTV do something else?

    Just to bump this thread, I've tried recording some stuff off BBCHD with the beta-fixed .dll file off DVB-S..

    It plays fine as a .wtv, but is there anyway I can extract/convert the h264 out of the container?
  •  10-22-2008, 6:18 PM 304089 in reply to 304087

    Re: Convert WTV do something else?

    Go here and ask to be added to the Beta. MCE Buddy now has support for .wtv and will extract to TONS of different formats. Since it is Beta, not all of the formats are available, but they definitely work with .wtv in version 2.08a.

    Steinway

    AMD Athlon 6400+ BE (watercooled)
    Nvidia 8600GTS
    Hauppauge HVR-1600
    Razer Barracuda AC-1
    2GB DDR2
    1TB HDD
    Vista Ultimate W/ TV Pack
  •  10-27-2008, 1:33 PM 305346 in reply to 304089

    Re: Convert WTV do something else?

    Wow it worked, got a test wtv file converted to dvr-ms =]

    Awesome, finnally something today has gone right!

    Many Thanks

  •  11-12-2008, 7:52 AM 309233 in reply to 290851

    Re: Convert WTV to something else?

    I've been trying to make a simple app using visual studio express to do this without much success. However, after playing around with graphedit I have found something that may be useful for people with ATI hardware (I'm not sure if my ATI Theatre 650 installed these filters, or my HD3200).

    This graph takes the mpeg streams from the source .wtv file and remuxes them into a new mpeg file. I haven't tried the resulting file with any software other than VLC and WindowsMediaPlayer11 yet.

    note: The audio and video pins change depending on the source recording

    1. Graph->Insert Filters->DiectShow Filters->StreamBufferSource. Select source file.
        Graph->Insert Filters->DiectShow Filters->ATI MPEG Multiplexer
        Graph->Insert Filters->DiectShow Filters->ATI MPEG File Writer. Select output file.

    2. Right-Click on each pin from the StreamBufferSource and select "Render Pin" until the 1 audio and 1 video pin are connected to the ATI MPEG Multiplexer. The other connections will be made automatically.

    3. Delete any filters that may be connected to any pins that are not your uadio and video pins (in case you rendered any extra pins while trying to find the audio and video pins).

    4. Click on the "Play" button.

    On my machine this created a new file very quickly (3 min for a 1 1/2 hour hd recording). No processing or transcoding going on, just repackaging the A/V data.

    I hope this can help put some people on the right track.
  •  11-12-2008, 11:06 AM 309293 in reply to 304089

    Re: Convert WTV do something else?

    I've been successful with the beta of MCEBuddy.  Nice program.  Takes some time though but I expect to see some improvements soon.

    Custom ASUS M2N32 - SLI Deluxe AMD64X2- 5600+ 4GB RAM - EVGA 8600GTS
    LG GSA-HS2L - LiteON LH-20A1S
    1-320GB 1-WD500GB 1- 500GB SATA
    Hauppauge HVR2250 ATI Dual OCUR - Xtreme Fidelity Sound Card
    Windows XP Pro/Vista U Dual Boot Samsung 2493HM Monitor
  •  11-12-2008, 12:08 PM 309302 in reply to 309293

    Re: Convert WTV do something else?

    with MCEBuddy, can you convert WTV files to DVR-MS and then remove commercials? Or can it remove them directly from the WTV files? It seems unclear on their website.
    Foxer
  •  11-12-2008, 1:07 PM 309326 in reply to 309302

    Re: Convert WTV do something else?

    There is a new trial of PowerDirector 7 at Cyberlink which supports (or so says) .wtv files.

    For me it didn't work. The progress bar was stuck then eventually PowerDirector crashed. I was left with a 110mb mpeg file with no sound. I think the problem (which i'm having whatever I use to convert) is the UK Freeview DVB-T transport stream. It is made up of  Video, 1x Stereo audio, 1x mono audio (Visually Impaired) & Subtitle. I think it's because there is 2 audio channels it doesn't know which to pick. With other Apps they seem to go for the mono channel thus giving the impression of no sound or a voice filling the gaps when no commentry would be going on in the stereo channel. For me the perfect solution would to demux the whole transport stream to it's bare parts as ProjectX can do but ofcourse ProjectX doesn't support .wtv.

    Hope the rest of you have better luck.

     

     

  •  12-20-2008, 3:29 PM 319115 in reply to 309233

    Re: Convert WTV to something else?

    BillAG:
    1. Graph->Insert Filters->DiectShow Filters->StreamBufferSource. Select source file.
        Graph->Insert Filters->DiectShow Filters->ATI MPEG Multiplexer
        Graph->Insert Filters->DiectShow Filters->ATI MPEG File Writer. Select output file.

    2. Right-Click on each pin from the StreamBufferSource and select "Render Pin" until the 1 audio and 1 video pin are connected to the ATI MPEG Multiplexer. The other connections will be made automatically.

    3. Delete any filters that may be connected to any pins that are not your uadio and video pins (in case you rendered any extra pins while trying to find the audio and video pins).

    4. Click on the "Play" button.

    On my machine this created a new file very quickly (3 min for a 1 1/2 hour hd recording). No processing or transcoding going on, just repackaging the A/V data.

    I hope this can help put some people on the right track.


    Wow, this works like a charm. Is there a way to automate this?
  •  12-20-2008, 6:43 PM 319152 in reply to 319115

    Re: Convert WTV to something else?

    Have you seen this - http://babgvant.com/blogs/andyvt/archive/2008/08/07/scanning-unsupported-files-for-commercials.aspx

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  •  12-21-2008, 2:09 PM 319278 in reply to 319152

    Re: Convert WTV to something else?

    Hi!!

     

    Can someone tell me if I can also convert any file INTO wtv?? Like doing it the other way around?

    I want to be able to add subtitles, audio track and video track to a wtv file.

     

    kind regards

    HEnrik

Page 2 of 2 (30 items)   < Previous 1 2
View as RSS news feed in XML
About TGB | Advertise | Link To Us | Donate | Terms Of Use | Privacy Policy
© 2003-2007 The Green Button, Inc. - All Rights Reserved