Skip to content

v1.93.0

Compare
Choose a tag to compare
@pelikhan pelikhan released this 16 Jan 23:36
· 54 commits to main since this release

What's New in GenAIScript 1.93.0

πŸš€ Keyframe Extraction and Scene Detection
Introducing enhanced video processing capabilities! Extract keyframes or detect scenes with adjustable thresholds using the new --keyframes and --scene-threshold options in the CLI.

πŸ—£οΈ Local Whisper ASR Support
Seamlessly integrate the Whisper ASR Webservice for transcription tasks. Configure it as a model provider and enjoy local transcription support.

πŸ“š Improved Notebook Execution
Notebook frontmatter now supports additional run options like models and providers, enabling more flexible and powerful script execution.

πŸ”§ Enhanced FFmpeg Integration
Optimized frame extraction with wildcard-based output handling, scene-specific frame selection, and improved caching for smoother workflows.

πŸ› Bug Fixes

  • Resolved issues with parsing notebook frontmatter.
  • Fixed minor inconsistencies in transcription and frame extraction logic.