Moved to https://blog.kartones.net/page/image-and-video-cli-cheatsheet/
Google release the best document for SEO practices here: https://developers.google.com/search/docs. There are 2 sections:
If you're just interested in performances, please refer to the Web Vitals document.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -w flag permanently adds the plist to the Launch Daemon | |
sudo launchctl load -w /Library/LaunchDaemons/com.omniedge.plist | |
# -w flag permanently remove the plist to the Launch Daemon | |
sudo launchctl unload -w /Library/LaunchDaemons/com.omniedge.plist | |
You can stop the launchctl process by | |
sudo launchctl stop /Library/LaunchDaemons/com.omniedge.plist | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import stat | |
import argparse | |
template_fcgi = '''#!/usr/bin/env python3 | |
from flup.server.fcgi import WSGIServer | |
from %s import app | |
class ScriptNameStripper(object): |
Command Flags
Flag | Options | Description |
---|---|---|
-codec:a |
libfaac, libfdk_aac, libvorbis | Audio Codec |
-quality |
best, good, realtime | Video Quality |
-b:a |
128k, 192k, 256k, 320k | Audio Bitrate |
-codec:v |
mpeg4, libx264, libvpx-vp9 | Video Codec |