View Single Post
Old 12th April 2010, 21:08   #984  |  Link
hajj_3
Registered User
 
Join Date: Mar 2004
Posts: 1,126
im having this problem:



1st pass encodes fine but then the 2nd pass doesn't display the time remaing for the encode or fps etc. It stays like this for the whole encode then gives an error.

The .avs file was created with megui file indexer, here is the .avs file contents:

Code:
LoadPlugin("C:\Users\Sdesktop\Desktop\megui2\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("F:\golf day 1.d2v", info=3)
LoadPlugin("C:\Users\Sdesktop\Desktop\megui2\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("C:\Users\Sdesktop\Desktop\megui2\tools\avisynth_plugin\LeakKernelDeint.dll")
LeakKernelDeint(order=1,sharp=true)
crop( 2, 6, -2, -2)

Lanczos4Resize(1280,720) # Lanczos4 (Sharp)
#denoise

Last edited by hajj_3; 12th April 2010 at 21:18.
hajj_3 is offline   Reply With Quote