Josh Nederveld
Josh Nederveld
Hey, has anybody had a chance to look at this? Just wanted to check.
How does ffprobe display the audio delay? Do you just run `ffprobe`, or are there more flags needed to show the delay amount?
Yeah no kidding, I've been looking for this for a week. It's also worth noting that if you're using the [Query Monitor](https://wordpress.org/plugins/query-monitor/) plugin, it does NOT reflect the filter change...
I agree with this. How about adding a filter to the output here so that plugin developers can determine what data they want to display there? For instance, some may...
I looked into this-- you can refactor the process function to do this: ```js process(tree) { const result = this.minifyElements(this.minifyStyles(tree)); tree.messages.push({ type: 'info', map: this.classMap, from: 'posthtml-minify-classnames' }); return result;...
I checked the source and it looks like threshold is the amount that one pixel can be different from another pixel. If it's over the threshold, it's a different pixel...