- Fix tvai_stb filter parameter names in all locations: * method -> full (0=auto crop, 1=full frame) * smooth -> smoothness (convert 0-100 to 0-16 range) - Fix tvai_fi filter fps parameter in all three locations: * Always add explicit fps parameter to avoid default '0' value * Use fps=24 as default when target_fps is None or 0 * Fixed in generate_filters_from_template (2 locations) and generate_complex_filter_chain - Add debug logging in web_api.rs to track target_fps values - Resolve all FFmpeg execution errors: * 'Unable to parse option value 0 as video rate' * 'Error applying option method to filter tvai_stb: Option not found' Files modified: - cargos/tvai/src/config/topaz_templates.rs (3 tvai_fi locations + tvai_stb fixes) - cargos/tvai/src/web_api.rs (debug logging + target_fps handling) - cargos/tvai-v2/src/ffmpeg.rs (additional fixes) |
||
|---|---|---|
| .. | ||
| comfyui-sdk | ||
| gemini-sdk | ||
| text-video-agent-rust-sdk | ||
| tvai | ||
| tvai-v2 | ||
| uni-comfyui-sdk | ||
| veo3-scene-writer | ||