These Samples show artifacting on panning / movement. Reinhard Nissl said this in the VDR mailing list: - Looks like the broadcaster has set the progressive frame flag and as such, no deinterlacing is applied when running the deinterlacer like that: -Dtvtime:method=Greedy2Frame,cheap_mode=0,pulldown=0,use_progressive_frame_flag=1 To force deinterlacing even for progressive frames use this one: -Dtvtime:method=Greedy2Frame,cheap_mode=0,pulldown=0,use_progressive_frame_flag=0 But it then looks like top and bottom field are shown in the incorrect order. Don't know whether this can be fixed. When the broadcaster sets the progressive frame flag, then there is usually no way to decide, which field must be displayed first. And it seems that tvtime's decision is the wrong one :-( However, choosing other deinterlacers does not fix the problem...