View Single Post
Old 26th June 2009, 16:20   #1  |  Link
pokazene_maslo
Registered User
 
Join Date: Apr 2009
Location: Martin, Slovakia
Posts: 79
random error frames in video encoded by megui

Hello. I'm encoding Babylon 5 from DVD to x264 and in one episode I have strange error frames. I uploaded 13 second cut so you can see how it look like. link: http://rapidshare.com/files/248898407/sample.mkv.html

software used: megui 0.3.1.1033-0.3.1.1044 i don't remember exact version
avs script:
Code:
# Set DAR in encoder to 31 : 17. The following line is for automatic signalling
global MeGUI_darx = 31
global MeGUI_dary = 17
DGDecode_mpeg2source("E:\Download\torrent\BABYLON5_SEASON1_DVDs\VIDEO_TS\VTS_01_1.d2v", info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
Load_Stdcall_Plugin("C:\Program Files (x86)\megui\tools\yadif\yadif.dll")
Yadif(order=-1)
#crop
#resize
fft3dGPU(sigma=2, precision=2, sharpen=0, plane=4)

trim(125725,188609)
x264 core 67 r1162M f7bfcfa
settings:
Code:
program --pass 2 --bitrate 741 --stats ".stats" --level 3.1 --ref 11 --mixed-refs --no-fast-pskip --bframes 3 --b-adapt 2 --weightb --direct auto --deblock -1:-1 --subme 9 --trellis 2 --partitions all  --8x8dct --vbv-bufsize 14000 --vbv-maxrate 17500 --qcomp 0.7 --me umh --threads 2 --thread-input --progress --no-dct-decimate --no-psnr --no-ssim --output "output" "input"
what is causing these problems??
Thanks.
pokazene_maslo is offline   Reply With Quote