[FFmpeg-trac] #3668(avformat:new): Issues with subtitles removal

FFmpeg trac at avcodec.org
Sat May 24 14:27:13 CEST 2014


#3668: Issues with subtitles removal
-------------------------------------+-------------------------------------
             Reporter:  inkubux      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  mov          |               Blocked By:
  regression                         |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 Replying to [comment:6 inkubux]:
 > I'm worried since what I want is to '''actually remove''' the subtitles
 from the file.

 (Are there really subtitles in your input file? MPlayer does not show any
 afaict.)

 You can use the following command:
 {{{
 $ ffmpeg -i input.m4v -map_chapters -1 -vcodec copy -acodec copy-f mp4
 out.m4v
 }}}

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


More information about the FFmpeg-trac mailing list