mixvideo-v2/cargos
imeepos 522c6ed5eb Fix Topaz Video AI FFmpeg filter parameter errors (complete fix)
- 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)
2025-08-18 14:18:35 +08:00
..
comfyui-sdk feat: 扩展TVAI高级参数并修复编译错误 2025-08-11 19:06:49 +08:00
gemini-sdk feat: 添加 VEO3 场景写作和角色定义 SDK 2025-08-15 18:02:15 +08:00
text-video-agent-rust-sdk 完善 Rust SDK:中文化文档和注释,添加多个测试示例 2025-08-18 11:07:07 +08:00
tvai Fix Topaz Video AI FFmpeg filter parameter errors (complete fix) 2025-08-18 14:18:35 +08:00
tvai-v2 Fix Topaz Video AI FFmpeg filter parameter errors 2025-08-18 13:50:45 +08:00
uni-comfyui-sdk feat: add uni-comfyui-sdk - Rust SDK for ComfyUI API 2025-08-15 15:31:33 +08:00
veo3-scene-writer feat: 添加 VEO3 场景写作工具并优化文件处理逻辑 2025-08-18 10:14:01 +08:00