|
|
| jarthel |
| Posted: Jan 4 2003, 06:15 AM |
 |
|
Unregistered

|
It works fine it I mux immediately. But produces a "overloaded method (string) not found" error when I save it as a job then run mux from the job control.
jayel |
 |
| stream |
| Posted: Jan 4 2003, 09:53 AM |
 |
|
Unregistered

|
This seems to side effects of other bug that already fixed. Try latest bugfix/cvs release.
Thanks for reporting. |
 |
| jarthel |
| Posted: Jan 22 2003, 08:33 AM |
 |
|
Unregistered

|
I just tried latest .exe. I still getting the same problem. |
 |
| stream |
| Posted: Jan 22 2003, 02:49 PM |
 |
|
Unregistered

|
Really? It's mysterious....
What version of binary have you tried? Have you tried latest bugfix/cvs release?. At present, VirtualDubMod_170103.zip is latest one.
Please show us your job script if you still have same problem even if you have tried latest binary. |
 |
| jarthel |
| Posted: Jan 22 2003, 04:06 PM |
 |
|
Unregistered

|
I am using that .exe (17-jan-2003 release).
Here's the script ------------------ //-------------------------------------------------- // $job "Job 1" // $input "C:\dvdrips\kenshin92 - 2nd pass.avi" // $output "C:\dvdrips\kenshin92.avi" // $state 0 // $start_time 01c2c27f adc61430 // $end_time 01c2c27f af18abe0 // $script
VirtualDub.SetNandubCompatibility(0); VirtualDub.Open("C:\\dvdrips\\kenshin92 - 2nd pass.avi",0,0); VirtualDub.Append("C:\\dvdrips\\kenshin92 - credits.avi"); VirtualDub.RemoveInputStreams(); VirtualDub.DeleteComments(); VirtualDub.SetAC3FrameMode(0); VirtualDub.audio.SetSource("C:\\dvdrips\\kenshin92\\kenshin92 - English - DELAY -10ms.AC3"); VirtualDub.audio.SetMode(0); VirtualDub.audio.SetInterleave(1,500,1,0,-10); VirtualDub.audio.SetClipMode(1,1); VirtualDub.audio.SetConversion(0,0,0,0,0); VirtualDub.audio.SetVolume(); VirtualDub.audio.SetCompression(); VirtualDub.audio2.SetSource(1); VirtualDub.audio2.SetMode(0); VirtualDub.audio2.SetInterleave(1,500,1,0,0); VirtualDub.audio2.SetClipMode(1,1); VirtualDub.audio2.SetConversion(0,0,0,0,0); VirtualDub.audio2.SetVolume(); VirtualDub.audio2.SetCompression(); VirtualDub.video.SetDepth(24,24); VirtualDub.video.SetMode(0); VirtualDub.video.SetFrameRate(0,1); VirtualDub.video.SetIVTC(0,0,-1,0); VirtualDub.video.SetRange(0,0); VirtualDub.video.SetCompression(); VirtualDub.video.filters.Clear(); VirtualDub.subset.Delete(); VirtualDub.SaveAVI("C:\\dvdrips\\kenshin92.avi","", "", "", ""); VirtualDub.Close();
// $endjob // //-------------------------------------------------- // $done |
 |
| stream |
| Posted: Jan 22 2003, 11:53 PM |
 |
|
Unregistered

|
I have tried your script (with filename change) on latest binary (VirtualDubMod_170103.zip), but no error appeared. Then, I have downloaded old binary (VirtualDubMod_1_4_13_1.zip) and overwrited latest one with it. And, the same error (overloaded method (string) not found) appeared this time when I run your script.
Could you confirm that your binary were surely overwrited by latest one? |
 |
| SillKotscha |
| Posted: Jan 23 2003, 12:02 AM |
 |
|

smart Moderator
  
Group: Moderators
Posts: 146
Member No.: 6
Joined: 7-July 02

|
| QUOTE (jarthel @ Jan 22 2003, 06:06 PM) | | I am using that .exe (17-jan-2003 release). |
really sure??
be careful to get the right one because Sourceforge doesn't sort this files by date!!
cheers Sill
-------------------- "Have you ever noticed that whenever Microsoft calls something 'Smart', it's definitely a feature you want to disable!" |
 |
|