Opened 7 years ago

Closed 7 years ago

#6154 closed defect (fixed)

fmvc: fix decoding of odd-sized video

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

Description

C:\>ffmpeg -i fmvc1.avi out.avi
ffmpeg version 3.2.git Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 4.6.2 (GCC)
  configuration: --disable-pthreads --enable-gpl --disable-ffprobe
  libavutil      55. 47.100 / 55. 47.100
  libavcodec     57. 79.100 / 57. 79.100
  libavformat    57. 66.102 / 57. 66.102
  libavdevice    57.  2.100 / 57.  2.100
  libavfilter     6. 73.100 /  6. 73.100
  libswscale      4.  3.101 /  4.  3.101
  libswresample   2.  4.100 /  2.  4.100
  libpostproc    54.  2.100 / 54.  2.100
[fmvc @ 0236d600] Warning: not compiled with thread support, using thread emulat
ion
Input #0, avi, from 'fmvc1.avi':
  Duration: 00:00:00.21, start: 0.000000, bitrate: 38332 kb/s
    Stream #0:0: Video: fmvc (FMVC / 0x43564D46), bgr24, 319x239, 23.97 fps, 23.
97 tbr, 23.97 tbn, 23.97 tbc
File 'out.avi' already exists. Overwrite ? [y/N] y
[fmvc @ 026f8460] Warning: not compiled with thread support, using thread emulat
ion
[mpeg4 @ 027bc7e0] Warning: not compiled with thread support, using thread emula
tion
Output #0, avi, to 'out.avi':
  Metadata:
    ISFT            : Lavf57.66.102
    Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 319x239, q=2-31, 200
 kb/s, 23.97 fps, 23.97 tbn, 23.97 tbc
    Metadata:
      encoder         : Lavc57.79.100 mpeg4
    Side data:
      cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
Stream mapping:
  Stream #0:0 -> #0:0 (fmvc (native) -> mpeg4 (native))
Press [q] to stop, [?] for help
frame=    5 fps=0.0 q=2.3 Lsize=      49kB time=00:00:00.20 bitrate=1916.4kbits/
s speed=0.954x
video:43kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing ov
erhead: 13.152174%

Attachments (2)

fmvc1.avi (976.1 KB ) - added by ami_stuff 7 years ago.
fmvc2.avi (456.0 KB ) - added by ami_stuff 7 years ago.

Download all attachments as: .zip

Change History (4)

by ami_stuff, 7 years ago

Attachment: fmvc1.avi added

by ami_stuff, 7 years ago

Attachment: fmvc2.avi added

comment:1 by Carl Eugen Hoyos, 7 years ago

Component: undeterminedavcodec
Keywords: fmvc added
Reproduced by developer: set
Status: newopen
Version: unspecifiedgit-master

comment:2 by Elon Musk, 7 years ago

Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.