Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#282·fast-style-transfer

When you transfer your videos ,moviepy 1.0.2 has exceptions !

Author: ningbogaoCreated May 13, 2022Updated May 8, 2024

this problem is a ffmpeg command parameter wrong!
It should be modified like bellow : video_writer = ffmpeg_writer.FFMPEG_VideoWriter(path_out, video_clip.size, video_clip.fps, codec="libx264", preset="slow", bitrate="2000k", audiofile=None, threads=None, ffmpeg_params=None)

Source: lengstrom/fast-style-transfer

View original on GitHubView discussion on GitHub