Changes between Version 7 and Version 8 of Creating multiple outputs
- Timestamp:
- 10/17/2012 05:42:51 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Creating multiple outputs
v7 v8 62 62 63 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, see also [http://ffmpeg-users.933282.n4.nabble.com/Multiple-output-files-td2076623.html here]. 64 65 = See also = 66 67 See also [http://stackoverflow.com/questions/12041077/ffmpeg-output-to-multiple-files-simultaneously this SO post].


