View Single Post
Old 20th November 2009, 06:19   #10558  |  Link
avivahl
Registered User
 
Join Date: Dec 2007
Posts: 215
Quote:
Originally Posted by gngn View Post
i just tried to encode interlaced material (a mpeg-2 and a h264 sample) with x264 (rev1342). output is also interlaced, Mediainfo shows Scan type: MBAFF , but MPC-HC with DXVA fails to deinterlace the video completely. did i do a mistake while setting up the Avisynth-script(the script contains only DirectShowSource(clip) .... )/encoding or MPC-HC doesnt support interlaced material created with x264?
with ffdshow hardware-deinterlacing will work perfectly if i set up in the "Output" settings of ffdshow the "field order" as "top field first". on "Auto" i get erratic frame-display.

10 sec 10M sample . the original is palvik-Clip003.m2ts from here
Alright... tested your clip w/ a few filter combinations:
1. WMP12 + Microsoft's DXVA H.264 Decoder - Non deinterlaced video. Very distorted.
2. MPC-HC + Microsoft's DXVA H.264 Decoder - Same as #1.
3. MPC-HC + Internal DXVA H.264 Decoder - Same as #1.
4. MPC-HC + Internal Software (ffmpeg-based) H.264 Decoder - Better, but deinterlacing seems to be a bit wrong. Non-smooth video.
5. MPC-HC + ffdshow w/ "Set interlace flag" set to OFF - Same as #1.
5. MPC-HC + ffdshow w/ "Set interlace flag" set to Auto/Auto - Same as #4.
6. MPC-HC + ffdshow w/ "Set interlace flag" set to Auto/Top-Field-First - Best. Smooth, properly-deinterlaced video.
7. MPC-HC + ffdshow w/ "Set interlace flag" set to OFF, ffdshow's Deinterlacing filter set to CubicInterpolation/yadif/TomsMoComp (all w/ default parameters) - Same as #6.

Geforce 8800GT (forceware 195.55 w/ default options).
Windows 7 Ultimate 32bits.
MPC-HC 1.3.1345.0 (by alexis) w/ EVR-CP and default options.
ffdshow rev3130.
Haali Media Splitter.

Last edited by avivahl; 20th November 2009 at 06:29.
avivahl is offline