Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| /// <summary> | |
| /// Process helper with asynchronous interface | |
| /// - Based on https://gist.github.com/georg-jung/3a8703946075d56423e418ea76212745 | |
| /// - And on https://stackoverflow.com/questions/470256/process-waitforexit-asynchronously | |
| /// </summary> |
| <?php | |
| /** | |
| * Password Argon2 Hash Benchmark | |
| * Argon2 is available since PHP 7.2 | |
| * | |
| * Just upload this script to your server and run it, either through CLI or by calling it in your browser. | |
| * | |
| * See Argon2 specs https://password-hashing.net/argon2-specs.pdf chapter 9 Recommended Parameters | |
| */ | |
| // Upper time limit to check |
| #target Illustrator | |
| // script.name = exportLayersAsCSS_PNGs.jsx; | |
| // script.description = mimics the Save for Web, export images as CSS Layers (images only); | |
| // script.requirements = an open document; tested with CS5 on Windows. | |
| // script.parent = carlos canto // 05/24/13; All rights reseved | |
| // script.elegant = false; | |
| /** |