I am using the following to copy a couple of frames to a video, and I am trying to rotate the frames before copying them to a video, but I am not sure if its possible with ffmpeg. I dont want to create the video and rotate because I'll have to re encode it and it takes a lot of time.
ffmpeg -framerate 6 -pattern_type glob -i '*.jpg' -c copy out.mp4