[FFmpeg-trac] #7002(avformat:new): reading wav file from a pipe does not obey the probesize setting

FFmpeg trac at avcodec.org
Thu Apr 12 16:18:57 EEST 2018


#7002: reading wav file from a pipe does not obey the probesize setting
------------------------------------+------------------------------------
             Reporter:  akantor     |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  wav         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by akantor):

 A couple of things:
 1. In the examples above, I was giving the wrong way to reproduce. Instead
 of
 `(pv -f  -c -L 32000 countToTwelve.wav | ./ffmpeg -v 9 -loglevel 99 -i -
 -analyzeduration 200 -probesize 200  countToTwelve.flac) |& tr '\r' '\n'`
 it should have been
 `(pv -f  -c -L 32000 countToTwelve.wav | ./ffmpeg -v 9 -loglevel 99
 -analyzeduration 200 -probesize 200 -i -  countToTwelve.flac) |& tr '\r'
 '\n'`

 2. Somehow the problem is fixed in 3.4.2 (was still broken in 3.3.2).

 So, please close this ticket.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7002#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list