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
			
			
									
						
										
						How to activate deinterlace-mode?
Re: How to activate deinterlace-mode?
Hi,
In the list of films to choose a new profile on the right-button mouse.
			
			
									
						
										
						Settings-Transcoder-Profiles-Movies (primary) - Copy - Movies (primary)_1 - Editkathrein_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?
Code: Select all
IfThen(mpInternetItem, 
   WmsTranscodingProfileParams('Internet-television'),
   IfThen(mpSubItemsCount > 0,
      WmsTranscodingDvdParams,    
      WmsTranscodingInputParams + WmsTranscodingVideoParams + 
      WmsTranscodingMapParams(mpAudioStreamNo) + ' -deinterlace'))
 
                                        