How to activate deinterlace-mode?

Post Reply
kathrein_user
Posts: 1
Joined: Mon Mar 29, 2010 7:10 pm

How to activate deinterlace-mode?

Post by kathrein_user »

Hello Eugene,

i want to transcode avi-files from my SD-video-camera (Codec DVVIDEO (DVSD)) to mpeg2. Unfortunately my UPnP-client (kathrein ufs-922) has no option to activate deinterlacing, so the videos are only shown in bad quality (choosen transcoding profile is "Movies (primary)_1920x1080"). How can force the transcoder to produce the mpeg-video already in an deinterlaced mode?

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

Re: How to activate deinterlace-mode?

Post by Eugene »

Hi,
kathrein_user wrote: i want to transcode avi-files from my SD-video-camera (Codec DVVIDEO (DVSD)) to mpeg2. Unfortunately my UPnP-client (kathrein ufs-922) has no option to activate deinterlacing, so the videos are only shown in bad quality (choosen transcoding profile is "Movies (primary)_1920x1080"). How can force the transcoder to produce the mpeg-video already in an deinterlaced mode?
Settings-Transcoder-Profiles-Movies (primary) - Copy - Movies (primary)_1 - Edit

Code: Select all

IfThen(mpInternetItem, 
   WmsTranscodingProfileParams('Internet-television'),
   IfThen(mpSubItemsCount > 0,
      WmsTranscodingDvdParams,    
      WmsTranscodingInputParams + WmsTranscodingVideoParams + 
      WmsTranscodingMapParams(mpAudioStreamNo) + ' -deinterlace'))
In the list of films to choose a new profile on the right-button mouse.
Post Reply