|
|
| 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...
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...
So, my question is why ??? have I forgotten something ??? Any Idea ??
Thanks
-------------------- Visit the French United Video Forum : http://www.unite-video.com
|
 |
| 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. |
 |
| 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
|
 |
| 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 |
 |
| 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
-------------------- Visit the French United Video Forum : http://www.unite-video.com
|
 |