Opened 6 years ago

Closed 6 years ago

#7122 closed defect (fixed)

Massive artefacts when decoding clearvideo

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

Description

The low-bitrate samples from ticket #6842 show massive artefacts when decoded with current FFmpeg.

$ ffmpeg -i clv1_100kbps.rm -qscale 2 out.avi
ffmpeg version N-90597-g673604e Copyright (c) 2000-2018 the FFmpeg developers
  built with gcc 6.3.0 (GCC)
  configuration: --enable-gpl
  libavutil      56. 13.100 / 56. 13.100
  libavcodec     58. 17.100 / 58. 17.100
  libavformat    58. 10.100 / 58. 10.100
  libavdevice    58.  2.100 / 58.  2.100
  libavfilter     7. 14.100 /  7. 14.100
  libswscale      5.  0.102 /  5.  0.102
  libswresample   3.  0.101 /  3.  0.101
  libpostproc    55.  0.100 / 55.  0.100
Input #0, rm, from 'clv1_100kbps.rm':
  Duration: 00:00:03.20, start: 0.000000, bitrate: 74 kb/s
    Stream #0:0: Video: clearvideo (CLV1 / 0x31564C43), yuv420p, 320x240, 100 kb/s, 15 fps, 15 tbr, 1k tbn, 1k tbc
Please use -q:a or -q:v, -qscale is ambiguous
Stream mapping:
  Stream #0:0 -> #0:0 (clearvideo (native) -> mpeg4 (native))
Press [q] to stop, [?] for help
Output #0, avi, to 'out.avi':
  Metadata:
    ISFT            : Lavf58.10.100
    Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 320x240, q=2-31, 200 kb/s, 15 fps, 15 tbn, 15 tbc
    Metadata:
      encoder         : Lavc58.17.100 mpeg4
    Side data:
      cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
frame=   32 fps=0.0 q=2.0 Lsize=     250kB time=00:00:03.20 bitrate= 638.9kbits/s speed= 123x
video:243kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.757215%

The output video is recognizable but looks very ugly.

Change History (8)

comment:1 by Elon Musk, 6 years ago

Resolution: invalid
Status: newclosed

comment:2 by Carl Eugen Hoyos, 6 years ago

Would you like to elaborate?

comment:3 by Elon Musk, 6 years ago

Can you prove this is not bug in encoder?

comment:4 by Carl Eugen Hoyos, 6 years ago

The look of the artefacts indicated an issue with the decoder to me, is there any reason to assume that the files are broken?

comment:5 by Elon Musk, 6 years ago

Yes. all other files decode ok.

comment:6 by Carl Eugen Hoyos, 6 years ago

Which other files?

comment:7 by Carl Eugen Hoyos, 6 years ago

Resolution: invalid
Status: closedreopened

Piotr kindly verified the issue with RealPlayer.

comment:8 by Carl Eugen Hoyos, 6 years ago

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