Changes between Version 5 and Version 6 of Creating multiple outputs
- Timestamp:
- 10/17/2012 05:25:53 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Creating multiple outputs
v5 v6 58 58 -c copy -f mpegts local.ts 59 59 }}} 60 61 = Parallel Encoding = 62 63 Another option is to output from FFmpeg to "-" then to pipe that to a "tee" command, which can send it to multiple other processes, for instance 2 different other ffmpeg processes for encoding (this may save time, as if you do different encodings, and do the encoding in 2 different simultaneous processes, it might do encoding more in parallel than elsewise). Un benchmarked, however.


