Log in

View Full Version : Help needed with this H264 TS...


PlazzTT
18th July 2009, 20:25
I have a H264 TS captured from DVB-T, which plays fine with MPC + CoreAVC.

When I try to run this through DGAVCIndex, I get this artefacting: http://i25.tinypic.com/fu0sc7.png

How can I process this correctly? Do I need to change a setting in DGAVCIndex, or do some deinterlacing in AVS?

This is a very small (4 second) clip of the TS: http://www.sendspace.com/file/pqx6qu (~1MB)

Atak_Snajpera
19th July 2009, 15:36
Use DirectShowSource (ffdshow for example) because DGAVCIndex (old libavcodec) does not support more complex interlacing coding (MBAFF i think)

ndkamal
22nd July 2009, 14:14
I have the same problem with my records from French DVB-T Videos in H.264 (MBAFF). The dgavcdec bugs but dgavcdecnv works well.

Ghitulescu
22nd July 2009, 16:42
What does "process" mean? You want to do what exactly?

PlazzTT
24th July 2009, 15:48
I was trying to encode this via AviSynth.

DSS2 worked great, thanks!