ffplayout/docs/stream_copy.md

11 lines
561 B
Markdown
Raw Normal View History

2023-07-25 15:39:03 -04:00
### Stream Copy
2024-10-02 12:34:23 -04:00
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:
2023-07-25 15:39:03 -04:00
2024-10-02 12:34:23 -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.
2024-10-02 12:34:23 -04:00
- The codecs and A/V settings must be supported by MPEG-TS and the output destination.
2023-07-25 15:39:03 -04:00
**This mode is experimental and will not have the same stability as the stream mode.**