Changes between Version 1 and Version 2 of Ticket #1882, comment 7
- Timestamp:
- 11/05/2012 12:23:29 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1882, comment 7
v1 v2 1 Hi, I'm the author of the software. wmv2 is the only wmv-based encoder that FFmpeg supports, and is needed for on-the-fly transcoding for Xbox (among others). The encoder doesn't support -threads with value other than 1. It's a major bottleneck, especially for HD videos. I'm not sure multi-threaded VC1 decoder will help, as the same will happen when transcoding (for example) MKV/H264 HD file. And no, this is not a regression, it was always the case.2 3 I appreciate wmv2 is deprecated, but this would really help a lot, unless there is a chance of wmv3 encoder.4 5 Regarding -copyts: it's an attempt to keep audio/video in sync, but it might be completely inappropriate, the documentation on this parameter is a bit scarce :-)


