Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

 
Shutdown Filter In Avs...
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
kurtnoise
  Posted: Dec 7 2002, 07:50 AM


Moderator of the Vdub Support Forum


Group: Moderators
Posts: 265
Member No.: 1206
Joined: 6-December 02



Hi !!!

So, I would like to use Shutdown filter in fast recompress...

First, I tried to adjust the filter and then to use XviD codec for the compression. That works fine despite I've a error message from VirtualdubMod...mellow.gif

Second, I tried to compile directly this Shutdown filter in my avs file. Here is the command lines :

CODE

function VD_Shutdown(clip clip, int "graceful", int "timeout")
{
LoadVirtualDubPlugin("c:\shutdown.vdf", "_VD_Shutdown")
return clip._VD_Shutdown(default(graceful,0),default(timeout,60))
}
ConvertToRGB32
VD_Shutdown(0,60)
ConvertBackToYUY2


This avs file load fine but in the end of compression process, VirtualDubMod doesn't shut down... mad.gif

So, my question is why ??? have I forgotten something ??? Any Idea ??

Thanks

--------------------
Visit the French United Video Forum : http://www.unite-video.com
 
      Top
smokeslikeapoet
Posted: Dec 8 2002, 03:00 AM


Unregistered









Could it be that since AVISynth frameserves the video to Virtualdub, Virtualdub really has no idea what plugins that AVISynth is using. I don't think plugins that execute commands internal to Virtualdub would work within AVISynth. It's just a thought, I don't know that for a fact.
 
  Top
kurtnoise
Posted: Dec 9 2002, 06:49 AM


Moderator of the Vdub Support Forum


Group: Moderators
Posts: 265
Member No.: 1206
Joined: 6-December 02



Hummm....ok.Thanks for reply.

--------------------
Visit the French United Video Forum : http://www.unite-video.com
 
      Top
Belgabor
Posted: Dec 12 2002, 07:04 PM


Developer of VirtualdubMod


Group: VirtualdubMod Team
Posts: 100
Member No.: 998
Joined: 24-November 02



The shutdown issue will be resolved with the next release. Inclusion of the net mod provided a shutdown button in the jobs window.

--------------------
[VirtualDubMod Homepage]
Please submit any bugs/patches/feature requests also using the respective tracker on our sourceforge page
 
     Top
kurtnoise
Posted: Dec 15 2002, 07:51 PM


Moderator of the Vdub Support Forum


Group: Moderators
Posts: 265
Member No.: 1206
Joined: 6-December 02



Cooool Belgabor This is a great info...thanks you so much smile.gif

--------------------
Visit the French United Video Forum : http://www.unite-video.com
 
      Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
4 replies since Dec 7 2002, 07:50 AM Track this topic | Email this topic | Print this topic

<< Back to Avisynth Filtering, Processing and Scripts Discussion