I've been trying to exclude the x265 files to keep them from being reprocessed and I guess I don't understand regular expressions enough to do it.
Example: .(mp4|mkv|avi|mpg|mov)$
I edited this in the filter field.
.(ts|mp4|mkv|avi|mpe|mpg|mov|mpv|flv|wmv|webm|avchd|h(.)?26[45])$
to
.(ts|mp4|mkv|avi|mpe|mpg|mov|mpv|flv|wmv|webm|avchd|h(.)?264)$
and this in the exclude field
.(x265|X265)$
But it is still showing all the x265 files that have already been processed.
