I'm using this to join screenshots into a movie
ffmpeg -hide_banner -loglevel error -framerate 1 -pattern_type glob -i "$1" -c:v libx264 -pix_fmt yuv420p $2
But is there a way to translate this command into ffmbeg-python python command?
If you could do it for me, please help!