Opened 12 years ago

Last modified 11 years ago

#661 open enhancement

Support image range for iff

Reported by: Carl Eugen Hoyos Owned by:
Priority: wish Component: undetermined
Version: git-master Keywords: iff
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Image range is currently only supported for format image2, not for iff images.

$ ls *.iff
conn01.iff  conn02.iff  conn03.iff  conn04.iff  conn05.iff
$ ffmpeg -i conn%2d.iff
ffmpeg version N-34903-g16b809c, Copyright (c) 2000-2011 the FFmpeg developers
  built on Nov 16 2011 11:09:31 with gcc 4.5.3
  configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc --enable-gpl --enable-libxvid
  libavutil    51. 25. 0 / 51. 25. 0
  libavcodec   53. 34. 0 / 53. 34. 0
  libavformat  53. 20. 0 / 53. 20. 0
  libavdevice  53.  4. 0 / 53.  4. 0
  libavfilter   2. 48. 1 /  2. 48. 1
  libswscale    2.  1. 0 /  2.  1. 0
  libpostproc  51.  2. 0 / 51.  2. 0
conn%2d.iff: No such file or directory

Change History (2)

comment:1 by Elon Musk, 11 years ago

Component: avformatundetermined

image demuxer is more/less hack as it reads several image files...
You are really interested on something at higher level than lavf.

comment:2 by Elon Musk, 11 years ago

Status: newopen
Note: See TracTickets for help on using tickets.