Page 1 of 2

DVR-MS and WTV formats HELP

Posted: Thu May 20, 2010 1:37 pm
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

Re: DVR-MS and WTV formats HELP

Posted: Thu May 20, 2010 2:01 pm
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         

Re: DVR-MS and WTV formats HELP

Posted: Thu May 20, 2010 2:43 pm
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

Re: DVR-MS and WTV formats HELP

Posted: Thu May 20, 2010 2:51 pm
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.

Re: DVR-MS and WTV formats HELP

Posted: Thu May 20, 2010 3:12 pm
by winsox

Re: DVR-MS and WTV formats HELP

Posted: Thu May 20, 2010 3:25 pm
by Eugene
My actions
On the right mouse button to select the transcoding profile "Movies - DirectShow - WTV" - Test Transcoding - no problem.

Re: DVR-MS and WTV formats HELP

Posted: Thu May 20, 2010 4:12 pm
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

Re: DVR-MS and WTV formats HELP

Posted: Thu May 20, 2010 4:56 pm
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 782 times

Re: DVR-MS and WTV formats HELP

Posted: Thu Dec 23, 2010 2:49 pm
by Eugene

Re: DVR-MS and WTV formats HELP

Posted: Mon Feb 28, 2011 9:50 pm
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.