Skip to content

Output stream filtering

Compare
Choose a tag to compare
@jaskie jaskie released this 11 Oct 11:25
· 113 commits to master since this release

In this release output image processing may be done in one of two paths:

  • when there is only need to change pixel format, it's done with fast, multi-threaded way using swscale library,
  • when other processing is required, it may be done providing <filter> value in casparcg.config. This may be significantly slower, however it may also be multi-threaded, if FFMpeg itself allow it.

Also moved pix_fmt to <options>.