ffplayout/docs/stream_copy.md

11 lines
569 B
Markdown
Raw Normal View History

2023-07-25 15:39:03 -04:00
### Stream Copy
ffplayout supports a stream copy mode since v0.20.0. A separate copy mode for video and audio is possible. This mode uses less CPU and RAM, but has some drawbacks:
2023-07-26 03:37:22 -04:00
- All files must have exactly the same resolution, framerate, color depth, audio channels and kHz.
2023-07-25 15:39:03 -04:00
- 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 mpegts and the output destination.
**This mode is experimental and will not have the same stability as the stream mode.**