3

My motion (running on raspberry) is storing .avi files. output_pictures off is set, so i don't know why motion does this.

Anyone a idea how I can disable this?

Patrick Mevzek
  • 10,995
  • 16
  • 38
  • 54
Max
  • 33
  • 3

1 Answers1

3

The generation of moving image files is controlled by the config setting ffmpeg_output_movies. Setting this to off should resolve the problem.

Nick
  • 4,820
  • 18
  • 31
  • 47