[FFmpeg-trac] #5941(undetermined:new): Dolby E corrupted when remuxed

FFmpeg trac at avcodec.org
Sun Nov 13 16:30:32 EET 2016


#5941: Dolby E corrupted when remuxed
-------------------------------------+-------------------------------------
             Reporter:  leoenc       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by leoenc):

 I've found out that when encoding to ProRes and removing the filter from
 the second line - it works.
 But with audio only encoding - it doesn't. So to summarize the current
 state:

 This CLI works:
 {{{ffmpeg -i video.avs -i dolby_e.wav -map 0:0 -c:a pcm_s24le -c:v
 prores_ks -map 1:0 output.mov}}}

 This CLI doesn't: (output data is corrupted)
 {{{ffmpeg -i dolby_e.wav -c:a pcm_s24le output.wav}}}

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


More information about the FFmpeg-trac mailing list