Changes between Version 4 and Version 5 of Creating multiple outputs
- Timestamp:
- 10/17/2012 05:22:22 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Creating multiple outputs
v4 v5 38 38 [[Image(creating_multiple_outputs1.png)]] 39 39 40 But, what if you want to have duplicate outputs of your encoding? For example, when you are streaming a live audio/video and want to save a duplicate of that stream into the file at the same time. 40 But, what if you want to have duplicate outputs of your encoding? For example, when you are streaming a live audio/video and want to save a duplicate of that stream into the file at the same time. You don't want to encode twice, that wastes cpu. 41 41 42 FFmpeg can also do this, using 2 piped processes, where the first process is used to encode the stream(s) and second process is used to duplicate that to several outputs. 42 43 {{{


