0

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

racoon
  • 1
  • Please provide enough code so others can better understand or reproduce the problem. – lemon May 18 '22 at 22:49
  • Take a look at: [Rotate mp4 videos without re-encoding](https://stackoverflow.com/questions/25031557/rotate-mp4-videos-without-re-encoding). – Rotem May 19 '22 at 18:13

0 Answers0