DVR-MS and WTV formats HELP

winsox
Posts: 5
Joined: Thu May 20, 2010 1:13 pm

DVR-MS and WTV formats HELP

Post by winsox »

HI

I wonder if you can help me with transcoding these files so I can stream them to a DNLA device.

I used this format on central storage so my "Media Center machines" Vista + windows 7 can record to it , so I have a large libary of these and so far I havent been able to play them back.

I can do it Via Windows 7 trancoding but not via WMS.

Any help would be a great help !!

Thanks

Dave
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: DVR-MS and WTV formats HELP

Post by Eugene »

Hi,
winsox wrote: I wonder if you can help me with transcoding these files so I can stream them to a DNLA device.

I used this format on central storage so my "Media Center machines" Vista + windows 7 can record to it , so I have a large libary of these and so far I havent been able to play them back.

I can do it Via Windows 7 trancoding but not via WMS.

Any help would be a great help !!
http://www.wildmediaserver.com/forum/vi ... ?f=3&t=274
Quick fix for audio transcoding
Find code

Code: Select all

    if WmsCreateDualPipe(sReadVideoPipeName, sWriteVideoPipeName) and 
       WmsCreateDualPipe(sReadAudioPipeName, sWriteAudioPipeName) then begin
replace on

Code: Select all

    if WmsCreateDualPipe(sReadVideoPipeName, sWriteVideoPipeName, 10000000) and 
       WmsCreateDualPipe(sReadAudioPipeName, sWriteAudioPipeName, 10000000) then begin
Find code

Code: Select all

      if False and not SameAudioCodec(cfgTranscodingAudioCodec, sAudioTrack) and 
         WmsCreateDualPipe(sReadAudioTranscodedPipeName, sWriteAudioTranscodedPipeName) then begin         
replace on

Code: Select all

      if not SameAudioCodec(cfgTranscodingAudioCodec, sAudioTrack) and 
         WmsCreateDualPipe(sReadAudioTranscodedPipeName, sWriteAudioTranscodedPipeName, 10000000) then begin         
winsox
Posts: 5
Joined: Thu May 20, 2010 1:13 pm

Re: DVR-MS and WTV formats HELP

Post by winsox »

hi

I added the WTV cfg file and it found the WTV files but still wont play them also trancode failed. Im using windows 7 Ultimate 64
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: DVR-MS and WTV formats HELP

Post by Eugene »

winsox wrote:hi

I added the WTV cfg file and it found the WTV files but still wont play them also trancode failed. Im using windows 7 Ultimate 64
If you upload the sample files to rapidshare.com, I will be able to test them.
winsox
Posts: 5
Joined: Thu May 20, 2010 1:13 pm

Re: DVR-MS and WTV formats HELP

Post by winsox »

Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: DVR-MS and WTV formats HELP

Post by Eugene »

My actions
On the right mouse button to select the transcoding profile "Movies - DirectShow - WTV" - Test Transcoding - no problem.
winsox
Posts: 5
Joined: Thu May 20, 2010 1:13 pm

Re: DVR-MS and WTV formats HELP

Post by winsox »

many thanks Test transcode now works but still cant play on Toshiba TV. Is there an easy step by step guide for setting this up ?

This Toshiba only had Mpg, mp3 and jpeg built in codecs.

Many Thanks

Dave
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: DVR-MS and WTV formats HELP

Post by Eugene »

winsox wrote:many thanks Test transcode now works but still cant play on Toshiba TV. Is there an easy step by step guide for setting this up ?
This Toshiba only had Mpg, mp3 and jpeg built in codecs.
Try "Movies - DirectShow - WTV (MPEG-PS)"
wtv_mpegps.zip
(1.79 KiB) Downloaded 624 times
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: DVR-MS and WTV formats HELP

Post by Eugene »

wouter
Posts: 4
Joined: Mon Feb 28, 2011 6:17 pm

Re: DVR-MS and WTV formats HELP

Post by wouter »

Hi,

I am having trouble getting DVR-MS files to transcode. I use the Movies-DirectShow-WTV(MPEG-TS) profile, with extension/file-type set to mpg. In the command window that opens when I try a test I get:

[mpeg2video @ 0026caa0] mpeg_decode_postinit() failure
Last message repeated 2 times
[asf @ 00269c40] max_analyze_duration reached

end then in the end I get:

Codec type mismatch for mapping #0.1 -> #0.0

Help would be appreciated. I am using the latest build.
Post Reply