shae
21st July 2017, 14:03
On AviSynth+, I'm seeing speed improvement with the script:
Import("MtModes.avsi")
AviSource(...)
Prefetch(...)
Which is fed directly to x264.
Is this because x264 by default doesn't spawn a new thread for AVS, or is there simultaneous decoding of multiple frames (which I thought would anyway be insignificant relative to x264)?
Import("MtModes.avsi")
AviSource(...)
Prefetch(...)
Which is fed directly to x264.
Is this because x264 by default doesn't spawn a new thread for AVS, or is there simultaneous decoding of multiple frames (which I thought would anyway be insignificant relative to x264)?