I'm also having a problem with my TMPGenc lately... I hope I'm in a right time to ask this question.
I've been succesfully encoding an AVI to MPG all this while. Just recently, I decided to frameserve from avisynth to TMPGenc for faster processing speed. I'm deinterlacing, filtering and resizing using avisynth and feed the result to TMPGenc for encoding. The speed is very encouraging where I save more than 50% of the time. However, it is not always a success. It's really depend on luck. Sometimes I will get an error message saying that TMPGenc unable to read a certain address, but when I re-encode again, I get a same error message but on a different address. Sometimes, with the same AVI and same script, I can succesfully encode the whole clip... Does anyone know why I got this intermittent error.
By the way, here is my AVS script.
---------------------------------------
Avisource("Project 1 Final.avi")
SeparateFields()
ConvertToYuy2()
Weave()
Telecide()
FieldDeinterlace(full=false)
Convolution3D(preset="movieLQ")
saturation = 0.8
cu = - (1-saturation)*256
ColorYUV(off_y=0, gain_y=64, cont_u=cu, cont_v = cu)
LanczosResize(352,288)
Can anyone let me know what is the problem with my script?
Avisynth version : 2.5.1
TMPGenc version : 2.511.51.160 (2.511)
Rgrds
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
W7 + AviSynth + VC-1 = problem?
By follz20 in forum Video ConversionReplies: 5Last Post: 5th May 2010, 12:16 -
720p 59.94 to 480p 23.976 in TMPGEnc w/o Using AVISynth
By CubDukat in forum Video ConversionReplies: 6Last Post: 19th Oct 2009, 09:51 -
Audio Problem using AVISynth and TMPGEnc Xpress
By 1980sumthin in forum Video ConversionReplies: 10Last Post: 27th Jan 2009, 05:27 -
Avisynth Directshowsource Problem
By Robert Simandl in forum Video ConversionReplies: 3Last Post: 2nd Jan 2008, 07:41 -
Avisynth/TMPGEnc Xpress Audio Sync Issue
By Borflex in forum Video ConversionReplies: 4Last Post: 2nd Jun 2007, 14:10