Changes between Version 2 and Version 3 of Creating multiple outputs
- Timestamp:
- 07/24/2012 02:02:09 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Creating multiple outputs
v2 v3 41 41 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 42 {{{ 43 ffmpeg -i input1 -i input2 -acodec .. -vcodec .. -f mpegts - \ 44 | \ 43 ffmpeg -i input1 -i input2 -acodec .. -vcodec .. -f mpegts - | \ 45 44 ffmpeg -f mpegts - \ 46 45 -c copy output1 \


