Canstralian/ai-video-composer
Update README.md
add webp support
Update README.md
Update README.md
error name
queue
update examples
refactor: Remove queue configuration from app launch
update
update
al
update
refactor: Improve code formatting and add explicit path requirement in comments
update
refactor: Improve asset information display with markdown table format
refactor: Sanitize filenames to prevent FFMPEG input errors
fix: Correct description text for audio visualization example
update
update
chore: rename project to AI Video Composer
docs: Add comprehensive README with detailed app description and usage guide
prompt
docs: Simplify image sequence conversion guidance in documentation
refactor: Update image sequence pattern matching example in documentation
feat: Add detailed guidance for image sequence to video conversion in FFmpeg system prompt
refactor: Improve waveform visualization and update app description
update
update examples
format
feat: Update default temperature slider value to 0.1
Update README.md
Update README.md
Update requirements.txt
feat: Print ffmpeg command to console before execution
refactor: Remove format_bash_command and simplify command display
chore: Add single line command requirement to system prompt
feat: Add prompt printing before sending request to inference client
chore: Update system prompt to avoid specifying yuv420p pixel format
docs: Add hyperlinks to Qwen2.5-Coder in app description
refactor: Update system prompt to emphasize simplest ffmpeg command generation
refactor: Rename project to Video Composer and update AI model references
chore: Update system prompt to enforce single FFMPEG command output
refactor: Improve ffmpeg command extraction from LLM response
fix: Remove unnecessary print statements in app.py
feat: Update default top_p and temperature values to 0.7 and 0.5
fix: Update Hugging Face API key environment variable and add debug prints
refactor: Migrate from OpenAI GPT-4 to Qwen inference with Hugging Face API
style: Apply linter formatting to Gradio button
gitignore
refactor: Remove keep_filename parameter from File component
