Changes between Version 1 and Version 2 of Ticket #1663, comment 10
- Timestamp:
- 08/20/2012 11:41:46 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1663, comment 10
v1 v2 3 3 Can this be resolved by making ffmpeg do each output in a separate thread? If it's a command line option, do you happen to know which one is it? 4 4 5 If there is no command line option for that, would it be more natural to implement the creation of multiple outputs in multiple threads? That way, IMHO, it would work more natural than with a single thread. Also, it would solve this deadlock problem to , right?5 If there is no command line option for that, would it be more natural to implement the creation of multiple outputs in multiple threads? That way, IMHO, it would work more natural than with a single thread. Also, it would solve this deadlock problem too, right?


