View Single Post
Old 30th July 2016, 17:51   #29  |  Link
jackoneill
unsigned int
 
jackoneill's Avatar
 
Join Date: Oct 2012
Location: 🇪🇺
Posts: 760
Quote:
Originally Posted by bcn_246 View Post
I chose to stick with StaxRip v1.2.2.0 which doesn't play nice with AviSynth+ (newer x64 builds were to buggy). A big effort has been made to port common filters to as x64 a lot of (especially older more obscure filters) are still x86 only.

I do some transfers that relay on some pretty obscure filters which it could be some time before a x64/VS port.

The speed benefit of x64 is undeniable for simple rips that use just common De-block/De-interlace/Crop/Resize, but if my processing chain looks like you will see why I have stuck with AviSynth v2.6 MT

Code:
Source decode -> AviSynth x86 filters -> Lossless AVI render -> Load AVI -> AviSynth x64 filter -> x264/x265 encode
rather than ...
Code:
Source decode -> AviSynth x86 filters-> x264/x265 encode
Peace
Would you list those obscure filters, please? It may be useful to someone looking to expand VapourSynth's filter collection.
__________________
Buy me a "coffee" and/or hire me to write code!
jackoneill is offline   Reply With Quote