3 liens privés
Compress videos to target sizes
Constrict compresses your videos to your chosen file size — useful for uploading to services with specific file size limits. No more relying on online services for video compression, or the manual trial-and-error of re-encoding at various bitrates yourself.
Features include:
An intuitive, easy to use interface.
Automatic calculation of average bitrate (ABR), resolution, framerate, and audio quality each video is re-encoded with to meet the target file size.
Bulk compression of multiple videos to one output directory.
Customization of framerate limits, to ensure a clearer or smoother image.
A choice of codecs to encode output files with, including H.264, HEVC, AV1, and VP9.
via https://korben.info/constrict-compression-video-taille-cible.html
Token-Oriented Object Notation (TOON)
Token-Oriented Object Notation is a compact, human-readable format designed for passing structured data to Large Language Models with significantly reduced token usage. It's intended for LLM input, not output.
TOON's sweet spot is uniform complex objects – multiple fields per row, same structure across items. It borrows YAML's indentation-based structure for nested objects and CSV's tabular format for uniform data rows, then optimizes both for token efficiency in LLM contexts.