Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Development
Register FAQ Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 21st February 2012, 06:03   #14  |  Link
leiming2006
Registered User
 
leiming2006's Avatar
 
Join Date: Mar 2006
Location: Shanghai, China
Posts: 203
Quote:
Originally Posted by ChaosKing View Post
New Version doesn't crash anymore, Speed seems to be the same as in previous versions with my script: ~4.5 fps (without sorathread) -> ~6.9 fps (with sorathread)

With DataCopy= true it's slightly slower ~6.8 fps

I also tested sorathread on "light" filters like deen or fastlinedarken. Here it is just not worth to run soratread, worst case: your encode becomes slower

I love your filter, very easy to use with nice speed improvements!
I'm glad to see the problem disappeared.
The CPU of my computer is T2390 (2 cores),
some problems may happened more rarely in CPU with 2 cores than CPU with 4 or more cores

I'm happy that you like it

Quote:
Originally Posted by zerowalker View Post
Okay, well i use the Avisynth 2.6 version that is posted in this forum with this;O

But am i supposed to write SoraThread(X,X) before every filter?

Thanks
You may insert SoraThread() between filters to separate them into different threads.
For example,
AVISource(...)
SoraThread(...)
Crop(...)
Lanczosresize(...)

Then, the [decoding] and [cropping and resizing] will work in different threads.

AVISource(...)
Crop(...)
SoraThread(...)
Lanczosresize(...)

Then, the [decoding and cropping] and [resizing] will work in different threads.

Last edited by leiming2006; 21st February 2012 at 06:05.
leiming2006 is offline   Reply With Quote
 

Tags
multi thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:34.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.