Media Transcoding (FFmpeg) Overview Use FFmpeg presets to normalize video outputs for web streaming, mobile delivery, or archival quality. Your repo already includes a simple bash script and a more advanced Python script with presets, backups, and logging. Quick Start (hf-videos) Outputs are written to with backups in and logs in . Preset Summary (hf-videos) - web standard : 1080p max, CRF 23, 128k audio, - web high : 1080p max, CRF 20, 192k audio - mobile : 720p max, CRF 25, 96k audio - ultra compact : 480p max, CRF 28, 64k audio - archive : original res, CRF 18, 256k audio All presets use H…