MoneyPrinterTurbo icon indicating copy to clipboard operation
MoneyPrinterTurbo copied to clipboard

如果有GPU卡的,可以用ffmpeg的编码加速视频合成codec='h264_nvenc'

Open shanghailiwei opened this issue 10 months ago • 0 comments

video.py: final_clip.write_videofile(combined_video_path, codec='h264_nvenc', threads=threads, video.py: result.write_videofile(temp_output_file, codec='h264_nvenc', threads=params.n_threads or 10, video.py: video_clip.write_videofile(output_file, codec='h264_nvenc', audio_codec="aac", threads=params.n_threads or 10,

shanghailiwei avatar Apr 05 '24 01:04 shanghailiwei