Changes between Version 15 and Version 16 of StreamingGuide
- Timestamp:
- Jul 13, 2012, 5:58:23 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StreamingGuide
v15 v16 59 59 And also basically, you can either decrease the input frame rate/size, or decrease the output frame rate/size, to save cpu. 60 60 61 Sometimes you can change the "pixel formats" somehow, like using rgb16 instead of rgb24, to save space (or yuv420 instead of yuv444 or the like, since 420 stores less information it can compress better). 62 61 63 == Streaming a simple RTP audio stream from ffmpeg == 62 64
