View Single Post
Old 23rd October 2016, 01:47   #25095  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,976
Code:
July 8th, 2010
- Added an AVS filter editor to the SETUP dialog.  This
  will allow you to add AVS filters to files.  Note that
  bug reports WILL NOT BE ACCEPTED when filters are in
  use (as errors are almost always caused by the filter
  usage).  You can add "E:", "F:", "I:", or "P:" as a 
  prefix to a line added in the filter editor.  The 
  prefixes represent "Extras", "Feature", "Interlaced", 
  and "Progressive" respectively.  When specified, the 
  prefix will limit that filter to usage only when the 
  source to be encoded matches the prefix.  For example, 
  if specifying "E:filter1()" the filter "filter1()" 
  would only be applied to segments that are determined 
  to be extras.  Setting "e:i:filter2()" limits use of 
  "filter2()" to segments that are extras -- and are 
  also interlaced.
November 28th, 2011
- Added a new prefix for filter editing.  By adding
  the "r:" prefix, BD-RB will add the specified
  filter after the resizing stage (rather than the
  default of before).  Note: If using more than one 
  prefix, the "r:" must be the last in the series.
Also:

"a:" filter applies to the audio AVS
"m:" filter applies only to menus

Notes:

1. You can use either Upper or Lower case in the filter prefixes, it doesn't matter...
2. On a series disc, where there are multiple episodes -- don't use "F:" because it will only apply to the largest episode
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net

Last edited by jdobbs; 23rd October 2016 at 02:01.
jdobbs is offline   Reply With Quote