You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.3KB

  1. ffmpeg TODO list:
  2. ----------------
  3. (in approximate decreasing priority order)
  4. Planned in next release:
  5. - fix ffserver.
  6. - add raw h263 decoding support (see vivo streams)
  7. - add qscale out.
  8. - add format autodetect with content (for example to distinguish
  9. mpegvideo/mpegmux).
  10. - fix -sameq in grabbing
  11. - find a solution to clear feed1.ffm if format change.
  12. - new grab architecture : use avformat instead of audio: and video:
  13. protocol.
  14. - correct PTS handling to sync audio and video.
  15. - fix 0 size picture in AVIs = skip picture
  16. BUGS:
  17. - fix audio/video synchro (including real player synchro bugs)
  18. - Improve the bit rate control for video codecs.
  19. - see ov511.o YUV problem (420 instead of 420P).
  20. - fix file caching pb in windows (add correct headers)
  21. - add low pass filter to suppress noise coming from cheap TV cards.
  22. - test/debug audio in flash format
  23. - sort out ASF streaming pbs.
  24. - Improve psycho acoustic model for AC3 & mpeg audio.
  25. FEATURES:
  26. - add h263 PB frame support (some I263 files use that).
  27. - add MPEG4 in mpegmux support.
  28. - add RTP / multicast layer.
  29. - demux streams for CCTV : N streams in one stream. Add option to
  30. generate multiple streams.
  31. - add disconnect user option in stat.html.
  32. - deny & allow + password in ffserver.
  33. - graphical user interface.
  34. - animated gif as output format