[FFmpeg-trac] #4609(avformat:new): webp muxer seeks backwards

FFmpeg trac at avcodec.org
Wed Jun 10 11:09:48 CEST 2015


#4609: webp muxer seeks backwards
------------------------------------+--------------------------------------
             Reporter:  ronag       |                     Type:  defect
               Status:  new         |                 Priority:  normal
            Component:  avformat    |                  Version:  git-master
             Keywords:  webp muxer  |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+--------------------------------------
 The webp muxer needs to seek backwards.

 Currently when e.g. outputting to a pipe the output will be corrupt.

 ffmpeg -i file.png -f webp - > test.webp

 Should probably throw an error at least?

 Though, I believe it should be possible to implement the muxer in such a
 way that it doesn't write to output until the header has all required
 information.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4609>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list