ffplayout/docs/stream_copy.md
Jonathan Baecker cb95a82ea5 update docs
2024-10-02 18:34:23 +02:00

561 B

Stream Copy

ffplayout has supported a stream copy mode. A separate copy mode for video and audio is possible. This mode uses less CPU and RAM but has some drawbacks:

  • All files must have exactly the same resolution, framerate, color depth, audio channels, and kHz.
  • All files must use the same codecs and settings.
  • The video and audio lines of a file must be the same length.
  • The codecs and A/V settings must be supported by MPEG-TS and the output destination.

This mode is experimental and will not have the same stability as the stream mode.