1. 25 Aug, 2012 1 commit
    • Philip Langdale's avatar
      matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles. · 2626cc45
      Philip Langdale authored
      While not explicitly stated in the specs, the original author
      has stated that S_TEXT/UTF-8 is expected to be text using Subrip
      markup, but without Subrip in-band timing.
      
      So, now that we have a decoder that conforms to this expectation,
      let's use it.
      
      Note that this change will impact tools that use libavformat. If
      they expect srt subtitles to have CODEC_ID_TEXT, they must be
      adjusted to expect CODEC_ID_SUBRIP. The actual content is, obviously,
      unchanged.
      Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
      2626cc45
  2. 20 Aug, 2012 2 commits
  3. 19 Aug, 2012 1 commit
  4. 18 Aug, 2012 2 commits
  5. 16 Aug, 2012 2 commits
  6. 14 Aug, 2012 1 commit
  7. 13 Aug, 2012 1 commit
  8. 08 Aug, 2012 1 commit
  9. 07 Aug, 2012 2 commits
  10. 05 Aug, 2012 1 commit
  11. 04 Aug, 2012 2 commits
    • Nicolas George's avatar
      ffmpeg: insert bitmap subtitles as video in filters. · 88fc1438
      Nicolas George authored
      With this feature, it becomes possible to perform commonly
      requested tasks, such as hardcoding bitmap subtitles.
      
      This will be reverted once libavfilter has proper support
      for subtitles. All the changes have the string "sub2video"
      in them, it makes it easy to spot the parts.
      88fc1438
    • Philip Langdale's avatar
      movtextenc: 3GPP TS 26.245 Timed Text Encoder. · 2daaf776
      Philip Langdale authored
      This change introduces a basic encoder for 3GPP Timed Text subtitles,
      also known as TX3G, Quicktime subtitles, or "movtext" in the existing
      code.
      
      This initial change doesn't attempt to write styling information,
      and just writes the plain text of the subtitles. I intend to add
      support for styles eventually, but it's challenging due to a lack
      of existing players that support them.
      
      Note that an additional change is required to the mov/mp4 muxer to
      write empty subtitle packets to indicate subtitle duration.
      Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
      2daaf776
  12. 02 Aug, 2012 2 commits
  13. 28 Jul, 2012 1 commit
  14. 26 Jul, 2012 2 commits
  15. 23 Jul, 2012 3 commits
  16. 22 Jul, 2012 2 commits
  17. 21 Jul, 2012 1 commit
  18. 20 Jul, 2012 1 commit
  19. 19 Jul, 2012 1 commit
    • Nicolas George's avatar
      ffmpeg: add -(no)stdin option. · 0fe8acf2
      Nicolas George authored
      Allows to disable interaction from standard input.
      Useful, for example, if ffmpeg is in the background process group.
      Roughly the same result can be achieved with "ffmpeg ... < /dev/null"
      but it requires a shell.
      0fe8acf2
  20. 17 Jul, 2012 3 commits
  21. 16 Jul, 2012 1 commit
  22. 14 Jul, 2012 2 commits
    • Philip Langdale's avatar
      movtextdec: 3GPP TS 26.245 Timed Text Decoder. · 2c501ae8
      Philip Langdale authored
      This change introduces a basic decoder for 3GPP Timed Text subtitles,
      also known as TX3G, Quicktime subtitles, or "movtext" in the existing
      code.
      
      This initial change doesn't attempt to parse styling information,
      and just reads the plain text of the subtitles. I intend to add
      support for styles eventually, but it's challenging due to a lack
      of existing players that support them.
      Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
      2c501ae8
    • Nicolas George's avatar
      ffmpeg: add -progress option. · 7b521c52
      Nicolas George authored
      It allows to send program-friendly (easy to parse)
      progress information to a file or an URL.
      7b521c52
  23. 13 Jul, 2012 1 commit
  24. 12 Jul, 2012 1 commit
  25. 11 Jul, 2012 1 commit
  26. 10 Jul, 2012 1 commit
  27. 08 Jul, 2012 1 commit