Page 2 of 2

Re: WTV h264 transcoding

Posted: Thu Dec 16, 2010 8:40 am
by ady72
Great

tonight i will try it and then if everything is ok WMS will be mine!!!

Thanks a lot

Re: WTV h264 transcoding

Posted: Wed Dec 22, 2010 10:36 pm
by ady72
Hi Eugene after a thousands of try i'm already not able to transcode my wtv h264 files.I made test , transcoding starts and after about 2 minutes it stops for unknown reason.
At this point i think my pc miss something. Which are the requirements to install on pc after WMS (i mean some special codecs or software)?

Thank a lot in advance

Have a nice night

Re: WTV h264 transcoding

Posted: Thu Dec 23, 2010 7:46 am
by Eugene
Hi,
ady72 wrote:after a thousands of try i'm already not able to transcode my wtv h264 files.I made test , transcoding starts and after about 2 minutes it stops for unknown reason.
At this point i think my pc miss something. Which are the requirements to install on pc after WMS (i mean some special codecs or software)?
Anything additional it is not required (Windows Vista, Windows Seven, Windows 2008).
Unfortunately, there is currently no stability with video transcoding, but can be a problem to be solved.

Re: WTV h264 transcoding

Posted: Thu Dec 23, 2010 9:00 am
by ady72
Ok so i'll wait with patience for it.For now thanks for everything
Merry Christmas and happy new year

Re: WTV h264 transcoding

Posted: Thu Dec 23, 2010 10:38 am
by Eugene
wtvmpegps.zip
(2.79 KiB) Downloaded 678 times
1. Unzip
2. Settings - Transcoder - Profiles - "Movies - DirectShow - WTV (MPEG-PS)" - Delete
3. Load - wmvmpegps.cfg - "Clear ... ?" - No

Profile can use a "CoreAVC Video Decoder" or "Microsoft DTV-DVD Video Decoder".
With "Microsoft DTV-DVD Video Decoder" can be problems with video quality, I do not know for what reason.

Transcoding works, but I only have short videoclips.

P.S. The problem was with hanging of transcoding, it has been solved, but perhaps not in all cases.

P.P.S Merry Christmas and Happy New Year :)

Re: WTV h264 transcoding

Posted: Thu Dec 23, 2010 2:33 pm
by Eugene
FFMPEG with wtv-support - file properties, thumbnails

http://www.wildmediaserver.com/test/ffmpeg-1.zip

1. Stop server, close program.
2. Unzip
3. Copy ffmpeg-1.dll to ?:\Program Files\Wild Media Server\
4. Start program
5. Select all wtv-files - right click - Load file properties.

Changes for transcoding profile "Movies - TsMuxer"

Settings - Transcoder - Profiles - "Movies - TsMuxer" - Edit

Find "function GetVideoFormat(aCodecID: Integer): string;"

Replace

Code: Select all

if not SameText(mpFileType, 'mpegts') then
on

Code: Select all

if not SameText(mpFileType, 'mpegts') and not SameText(mpFileType, 'wtv') then
Ok - Ok - Ok

Changes default profile of wtv-files

Default settings
Settings - "Media-Resources" - "File Types" - wtv - Edit - Transcoding profile - "Movies - TsMuxer" or "Movies (primary)"

Individual settings of device
Settings - Server - choose a device - Edit - Settings - "File Types" - wtv - Edit - Transcoding profile - "Movies - TsMuxer" or "Movies (primary)"

Re: WTV h264 transcoding

Posted: Sat Dec 25, 2010 7:44 am
by Eugene