SacredCultivator
5th July 2007, 01:25
Dear Readers,
Just recently been doing a few test encodes on a few videos and one is giving me a problem, as everything loads/ encodes okay except that I run into a problem after completion..
The video seems to have had some 'duration' added onto it...
Orig: 1h 8Min
Encode: 1h 21Min
The below is the message I get in the Log:
Exception when trying to update status while a job is running. Text: Attempted to divide by zero. stacktrace: at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at MeGUI.core.details.JobControl.UpdateGUIStatus(StatusUpdate su)Exception when trying to update status while a job is running. Text: Attempted to divide by zero. stacktrace: at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at MeGUI.core.details.JobControl.UpdateGUIStatus(StatusUpdate su)
And then I read a little about the Mod-## which can be the cause although other videos don't seem to have this problem..
The info on the Vid(RAW) I am using..
Res: 720x480
And I want to resize it to 640x480
Cropped 4 on both the left and right side, which gives me 712x480(Mod 8, Mod 32)
So maybe that could be the problem, but yeah the cropping was to remove excess 'black border on the left/right side...
Any help would be appreciated, thank you.
Dunno if it matters but my code that I use under AviSynth is:
Tomsmocomp(-1,1,1)
Crop(4,0,-4,-0,align=true)
Spline36Resize(640,480)
Removegrain(2)
There is a line for the MPEG2Source, but don't think it matters to show it.
Just recently been doing a few test encodes on a few videos and one is giving me a problem, as everything loads/ encodes okay except that I run into a problem after completion..
The video seems to have had some 'duration' added onto it...
Orig: 1h 8Min
Encode: 1h 21Min
The below is the message I get in the Log:
Exception when trying to update status while a job is running. Text: Attempted to divide by zero. stacktrace: at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at MeGUI.core.details.JobControl.UpdateGUIStatus(StatusUpdate su)Exception when trying to update status while a job is running. Text: Attempted to divide by zero. stacktrace: at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at MeGUI.core.details.JobControl.UpdateGUIStatus(StatusUpdate su)
And then I read a little about the Mod-## which can be the cause although other videos don't seem to have this problem..
The info on the Vid(RAW) I am using..
Res: 720x480
And I want to resize it to 640x480
Cropped 4 on both the left and right side, which gives me 712x480(Mod 8, Mod 32)
So maybe that could be the problem, but yeah the cropping was to remove excess 'black border on the left/right side...
Any help would be appreciated, thank you.
Dunno if it matters but my code that I use under AviSynth is:
Tomsmocomp(-1,1,1)
Crop(4,0,-4,-0,align=true)
Spline36Resize(640,480)
Removegrain(2)
There is a line for the MPEG2Source, but don't think it matters to show it.