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

FFmpeg trac at avcodec.org
Sun Nov 13 19:41:39 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 cehoyos):

 Replying to [comment:8 leoenc]:
 > 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}}}

 The commands produce very different output files.
 Does this produce a working file?
 {{{
 $ ffmpeg -i output.mov -acodec copy out.wav
 }}}
 What about the following?
 {{{
 $ ffmpeg -i dolby_e.wav -acodec pcm_s24le out.mov
 }}}

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


More information about the FFmpeg-trac mailing list