Great
tonight i will try it and then if everything is ok WMS will be mine!!!
Thanks a lot
WTV h264 transcoding
Re: WTV h264 transcoding
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
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
Hi,
Unfortunately, there is currently no stability with video transcoding, but can be a problem to be solved.
Anything additional it is not required (Windows Vista, Windows Seven, Windows 2008).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)?
Unfortunately, there is currently no stability with video transcoding, but can be a problem to be solved.
Re: WTV h264 transcoding
Ok so i'll wait with patience for it.For now thanks for everything
Merry Christmas and happy new year
Merry Christmas and happy new year
Re: WTV h264 transcoding
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
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
on
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)"
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
Code: Select all
if not SameText(mpFileType, 'mpegts') and not SameText(mpFileType, 'wtv') then
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)"