twitch-highlights-bot icon indicating copy to clipboard operation
twitch-highlights-bot copied to clipboard

Support ffmpeg and video intro, outro and transitions

Open romanrsr opened this issue 1 year ago • 1 comments

It would be nice to be able to add support for ffmpeg, since it supports the use of GPUs. For example: ffmpeg_command.extend(['-filter_complex', 'concat=n={}'.format(len(video_files)), '-c:v', 'h264_nvenc', output_file])

And also the possibility of adding a path with videos of intros, outros and transitions.

Thanks for the work you do!

romanrsr avatar Oct 08 '23 10:10 romanrsr