PDA

View Full Version : Strange decoding problem


Chengbin
6th August 2009, 16:02
This is what the source looks like. (MPC-HC with ffmpeg-mt)
http://i28.tinypic.com/i69piv.png

This is what it looks like when I use this script.

LoadPlugin("G:\HDConvertToX_2.0.424.3356\filters\DGAVCDecode.dll")
LoadPlugin("G:\HDConvertToX_2.0.424.3356\filters\DGDecode.dll")
LoadPlugin("G:\HDConvertToX_2.0.424.3356\filters\DirectShowSource.dll")
LoadPlugin("G:\HDConvertToX_2.0.424.3356\filters\MSharpen.dll")
LoadPlugin("G:\HDConvertToX_2.0.424.3356\filters\FDecimate.dll")

DirectShowSource("G:\HDConvertToX_2.0.424.3356\20090627.mp4\fullvideo.mkv", fps=119.88, convertfps=true)

FDecimate(23.976)

# Crop(Left, top, -right, -Bottom)
Crop(180,0,-180,-0)

trim(11966,12086)

in Virtualdub

http://i28.tinypic.com/33z7bdu.png

In HDConvertToX using force directshowsource and pressing the preview button. (EDIT: Colormatrix caused this. It would look like virtualdub if colormatrix is turned off.)

http://i27.tinypic.com/16956de.png

What's wrong???

shoopdabloop
7th August 2009, 11:53
those pictures are huuge!

imageshack/thumbnail please.

i wish i could help you with your problem, but i don't know anything about this.

MadRat
7th August 2009, 16:16
Did you try using ffvideosource? DirectShowSource isn't frame accurate.

Chengbin
11th August 2009, 20:33
Since there were no answers, I spent 2 days reinstalling my computer. Now the problem is gone.