add high quality video export and wrapper script

- replace diffusers export_to_video with direct imageio writer
- add --crf option for quality control (default 18, visually lossless)
- use libx264 with slow preset for better compression
- add ltx2 wrapper script for easier cli usage

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Norbert Schmidt
2026-01-11 12:10:54 +01:00
parent 707f2447cf
commit bbe43a4e7d
2 changed files with 28 additions and 2 deletions

6
ltx2 Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# quick wrapper for ltx-2 generation
source ~/ltx-venv/bin/activate
cd "$(dirname "$0")"
python generate.py "$@"