You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix video quality: use ffmpeg H.264 instead of OpenCV MPEG-4 for MP4 export
diffusers' export_to_video uses OpenCV with MPEG-4 Part 2 codec by default,
producing severely degraded video quality. Replace with ffmpeg pipe encoding
using H.264 CRF 18, with automatic fallback to OpenCV if ffmpeg is unavailable.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments