Page 1 of 1

How to activate deinterlace-mode?

Posted: Mon Mar 29, 2010 7:34 pm
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

Re: How to activate deinterlace-mode?

Posted: Tue Mar 30, 2010 8:36 am
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.