Opened 9 years ago

Closed 8 years ago

Last modified 8 years ago

#4770 closed defect (fixed)

Non-modulo 16 height of AMV file

Reported by: Carl Eugen Hoyos Owned by:
Priority: minor Component: avcodec
Version: git-master Keywords: mjpeg amv
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

A user has uploaded the requested AMV sample with (height mod 16) != 0

$ ffmpeg -i daomeixiong.amv
ffmpeg version N-74378-gf0708b7 Copyright (c) 2000-2015 the FFmpeg developers
  built with gcc 4.7 (SUSE Linux)
  configuration: --enable-gpl
  libavutil      54. 30.100 / 54. 30.100
  libavcodec     56. 57.100 / 56. 57.100
  libavformat    56. 40.101 / 56. 40.101
  libavdevice    56.  4.100 / 56.  4.100
  libavfilter     5. 32.100 /  5. 32.100
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  2.101 /  1.  2.101
  libpostproc    53.  3.100 / 53.  3.100
[avi @ 0x3696280] scale/rate is 0/0 which is invalid. (This file has been generated by broken software.)
    Last message repeated 1 times
[amv @ 0x3697140] non mod 16 height AMV
[amv @ 0x3697140]  is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[amv @ 0x3697140] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
Guessed Channel Layout for  Input Stream #0.1 : mono
Input #0, avi, from 'daomeixiong.amv':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: amv, yuvj420p(pc, bt470bg/unknown/unknown), 160x120, 12 fps, 12 tbr, 12 tbn, 12 tbc
    Stream #0:1: Audio: adpcm_ima_amv ([1][0][0][0] / 0x0001), 22050 Hz, 1 channels, s16, 352 kb/s
At least one output file must be specified

Change History (3)

comment:2 by Michael Niedermayer, 8 years ago

Resolution: fixed
Status: newclosed

We have a sample now thanks to this and the decoder side warning is no more so this probably should be closed
or is there some other reason to keep this open ?
btw thanks for the sample!
(and if theres some reason, dont hesitate to reopen)

Note: See TracTickets for help on using tickets.