I'm trying to concatenate individual frames, but the video length is 0 and all frames seemingly play at once. Iv'e tried increasing the video length in ffmpeg and changing the frame rate.
os.system('ffmpeg -f concat -i List_tb.txt -c copy output.mp4')
os.system("ffmpeg -i output.mp4 -filter:v fps=fps=120 output_temp.mp4")
os.system("ffmpeg -i output_temp.mp4 -filter:v setpts=8.0*PTS final.mp4")
also the frame rate is the amount of frames