[FFmpeg-trac] #5225(avcodec:new): AC3 decoder fault after long running transcoding

FFmpeg trac at avcodec.org
Wed Feb 10 10:53:57 CET 2016


#5225: AC3 decoder fault after long running transcoding
------------------------------------+-----------------------------------
             Reporter:  DeHackEd    |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avcodec
              Version:  git-master  |               Resolution:
             Keywords:  ac3         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------
Changes (by cehoyos):

 * keywords:  ac3 ac3dec => ac3


Comment:

 For future tickets: Please do not provide edited command lines and
 excerpts of your console output, always provide your actual simplified
 command line without using external libraries and the complete, uncut
 console output.

 It seems to me that you uploaded an output file: Please don't do that
 unless specifically asked, it is nearly always useless and very often
 misleading.
 Please record your udp source for as long as possible and cut the
 resulting sample to get an input file that allows to reproduce.
 Do not use {{{ffmpeg -i input -codec copy -f mpegts}}} to record!
 Possibilities to record are: {{{mplayer -dumpstream}}},
 {{{tools/aviocat}}} or (if you are sure that this is an audio issue)
 {{{ffmpeg -i input -vn -acodec copy -map 0:a:0 -f rawvideo outfile}}}. The
 last one has the advantage of significantly smaller files (like {{{mplayer
 -dumpaudio}}}).

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


More information about the FFmpeg-trac mailing list