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
DVR-MS and WTV formats HELP
Re: DVR-MS and WTV formats HELP
Hi,
Quick fix for audio transcoding
Find code
replace on
Find code
replace on
http://www.wildmediaserver.com/forum/vi ... ?f=3&t=274winsox 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 !!
Quick fix for audio transcoding
Find code
Code: Select all
if WmsCreateDualPipe(sReadVideoPipeName, sWriteVideoPipeName) and
WmsCreateDualPipe(sReadAudioPipeName, sWriteAudioPipeName) then begin
Code: Select all
if WmsCreateDualPipe(sReadVideoPipeName, sWriteVideoPipeName, 10000000) and
WmsCreateDualPipe(sReadAudioPipeName, sWriteAudioPipeName, 10000000) then begin
Code: Select all
if False and not SameAudioCodec(cfgTranscodingAudioCodec, sAudioTrack) and
WmsCreateDualPipe(sReadAudioTranscodedPipeName, sWriteAudioTranscodedPipeName) then begin
Code: Select all
if not SameAudioCodec(cfgTranscodingAudioCodec, sAudioTrack) and
WmsCreateDualPipe(sReadAudioTranscodedPipeName, sWriteAudioTranscodedPipeName, 10000000) then begin
Re: DVR-MS and WTV formats HELP
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
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
If you upload the sample files to rapidshare.com, I will be able to test them.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
Re: DVR-MS and WTV formats HELP
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
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
This Toshiba only had Mpg, mp3 and jpeg built in codecs.
Many Thanks
Dave
Re: DVR-MS and WTV formats HELP
Try "Movies - DirectShow - WTV (MPEG-PS)"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.
Re: DVR-MS and WTV formats HELP
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.
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.