3 Commits
Author SHA1 Message Date
CosmicHazel 1f553f6355 back out uncessary changes 2025-06-15 20:19:41 -04:00
CosmicHazel 07bede598b Fix encoding script crashes and add CRF parameter support
- Remove enable-overlays=1 from SVT-AV1 parameters to prevent encoder hangs
- Add -C flag for configurable CRF values (0-63 range validation)
- Use absolute ffmpeg path (/usr/local/bin/ffmpeg) for consistency
- Update help text and output formatting to include CRF parameter
2025-06-15 02:37:11 -04:00
CosmicHazel 6c17e301fb Fix typos and add extended pattern matching
- Fix typo in build.sh: 'commmand' -> 'command'
- Fix incorrect script name in README: 'recc_encode_install.sh' -> 'recc_encode.sh'
- Add shopt -s extglob to enable extended pattern matching in bash scripts
2025-06-15 01:42:02 -04:00