[FFmpeg-trac] #1882(avcodec:open): Multi-threading wmv encoder

FFmpeg trac at avcodec.org
Sat Nov 3 19:48:07 CET 2012


#1882: Multi-threading wmv encoder
-------------------------------------+-----------------------------------
             Reporter:  txspaderz    |                    Owner:
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  wmv2         |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by cehoyos):

 Please always post all necessary information here on the bug tracker, do
 not use external resources, they may disappear!

 There are two possibilities to fix your original problem (performance on
 transcoding from vc1 to wmv2 is too low):
 The first is to implement wmv2 multi-threaded encoding. Given that the
 task is not trivial and this codec was deprecated by Microsoft years ago,
 I am not sure how likely this is to happen.
 The second is to implement vc1 multi-threaded decoding. While this is
 probably not simpler, vc1 decoder is an important part of libavcodec, I
 would therefore suspect that the chances are (very slightly) higher,
 consider opening a second enhancement request (or wait for me to do it).

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1882#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list