[FFmpeg-trac] #4813(undetermined:open): Remuxing hevc fails

FFmpeg trac at avcodec.org
Sun Nov 17 14:35:12 EET 2019


#4813: Remuxing hevc fails
-------------------------------------+-------------------------------------
             Reporter:  freebits     |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:  hevc         |               Blocked By:
  av_interleaved_write_frame         |
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by Balling):

 This is working as intended. You need to first
 {{{
 ffmpeg -i test01_cut.hevc -vcodec copy out.mp4
 }}}


 and only then
 {{{
 ffmpeg -i out.mp4 -vcodec copy out.ts
 }}}

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


More information about the FFmpeg-trac mailing list