Quantcast Avisynth: Detect Scene Change and Temporalcleaner ? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
07-18-2003, 05:09 PM
NismoSX NismoSX is offline
Free Member
 
Join Date: Jul 2003
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
With the new optimal script, should "Detect scene change" in TMPGEnc be activated or not?

And a question for DialHot: What is the suggested TemporalCleaner values to be used? Up to now I've been using this:
Code:
temporalcleaner(fmin(round(3+nf), 7), fmin(round(8+nf), 15))
But I see in one thread that you mention this line:
Code:
TemporalCleaner(6+nf,13+nf)
Which one is preferred?
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
07-18-2003, 05:27 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
First, you're right to use "round(xx + nf)" because I forgot that in the official script, nf is a float value and I use a int value (nf = round(YDifferenceToNext()).

Second, the default values for temporalcleaner are (5,10). With your values (round(3+nf) and round(8*nf)) you are always _below_ the default value.

For my part I always find that this filter is better used with values (7,15), so that why I decided to used (6+nf,13+nf) in my MA script.

To make it short : I find you values a little too low. I you find mine two high, I suggest you :

Code:
temporalcleaner(round(4+nf), fmin(round(9+nf))
Note: nf can't be more than 2 when we reach "temporalcleaner", so the usage of fmin is useless as long as we don't reach the filter limits that are (10,15)
Reply With Quote
  #3  
07-18-2003, 10:45 PM
NismoSX NismoSX is offline
Free Member
 
Join Date: Jul 2003
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Ok, thanks a lot!
Reply With Quote
  #4  
07-19-2003, 11:54 AM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by NismoSX
With the new optimal script, should "Detect scene change" in TMPGEnc be activated or not?
uncheck this right?
Reply With Quote
  #5  
07-19-2003, 12:20 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by rendalunit
Quote:
Originally Posted by NismoSX
With the new optimal script, should "Detect scene change" in TMPGEnc be activated or not?
uncheck this right?
Hi ren,

No, it should now be checked
We found out it's far better quality, because the GOP is variable in size up to MAX frames per GOP. With the setting "Unchecked", it's always a fixed length GOP, and quality suffers on some scenes

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Detect scene change big Conversion et d'Encodage de Vidéo (Français) 1 12-27-2003 12:48 PM
Detect scene change option in TMPGENc? Critter Video Encoding and Conversion 8 10-18-2003 04:01 AM
Bitrates: Could this be caused by disabling Scene Change Detect? audi2honda Video Encoding and Conversion 6 08-17-2003 10:54 AM
scene change - To detect or not to detect ? logan555 Video Encoding and Conversion 2 05-16-2003 02:34 AM
KVCD: Detect Scene Change? Pike Video Encoding and Conversion 1 08-08-2002 12:56 PM




 
All times are GMT -5. The time now is 04:28 PM  —  vBulletin © Jelsoft Enterprises Ltd