Opened 12 years ago

Closed 11 years ago

#701 closed defect (fixed)

targa: support interleaved mode

Reported by: ami_stuff Owned by: Bobby Bingham
Priority: normal Component: avcodec
Version: git-master Keywords: targa
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: yes

Description

attached file was created with pmview, decodes fine with two amiga programs

"Interlace type: every second row (2-pass)"

http://www.pmview.com/help/pmview/truevision_targa_format_tga_.html

C:\>ffmpeg -i int.tga
ffmpeg version N-35295-gb55dd10, Copyright (c) 2000-2011 the FFmpeg developers
  built on Nov 30 2011 00:52:52 with gcc 4.6.2
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-ru
ntime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libope
ncore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --en
able-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger -
-enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwben
c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-
libxvid --enable-zlib
  libavutil    51. 29. 1 / 51. 29. 1
  libavcodec   53. 39. 1 / 53. 39. 1
  libavformat  53. 22. 0 / 53. 22. 0
  libavdevice  53.  4. 0 / 53.  4. 0
  libavfilter   2. 50. 0 /  2. 50. 0
  libswscale    2.  1. 0 /  2.  1. 0
  libpostproc  51.  2. 0 / 51.  2. 0
Input #0, image2, from 'int.tga':
  Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: targa, bgr24, 319x199, 25 tbr, 25 tbn, 25 tbc
At least one output file must be specified

Attachments (2)

int.tga (166.2 KB ) - added by ami_stuff 12 years ago.
int2.tga (166.3 KB ) - added by ami_stuff 12 years ago.

Download all attachments as: .zip

Change History (7)

by ami_stuff, 12 years ago

Attachment: int.tga added

comment:1 by Carl Eugen Hoyos, 12 years ago

Component: undeterminedavcodec
Keywords: targa added
Reproduced by developer: set
Status: newopen
Summary: targs: support interlaced modetarga: support interleaved mode
Version: unspecifiedgit-master

This (in MPlayer and Targa specification speak "interleaved") mode can be detected with (flags & 0x40).

Could you upload a "4-pass interlaced" (actually "four way interleaving") sample?

comment:2 by Carl Eugen Hoyos, 12 years ago

Analyzed by developer: set

by ami_stuff, 12 years ago

Attachment: int2.tga added

comment:3 by ami_stuff, 12 years ago

Attached.

comment:4 by Bobby Bingham, 11 years ago

Owner: set to Bobby Bingham

comment:5 by Carl Eugen Hoyos, 11 years ago

Resolution: fixed
Status: openclosed

Fixed by Bobby Bingham.

Note: See TracTickets for help on using tickets.