0

I am doing a project where I have to implement slice loss in HEVC encoded bitstream and see the output video after decoding. I am seeing a strange green patch in decoded video(using ffmpeg/UHDcode) in place of lost slices. Is it some sort of concealment? How can I remove those green patch?

Andy
  • 21
  • 2
  • Welcome to SO. Please read this [how-to-ask](http://stackoverflow.com/help/how-to-ask) to improve your question with sufficient and specific information to describe your problem. – thewaywewere May 06 '17 at 17:03
  • `ffplay -ec 0 file.mkv` disables all form of error concealment. – Fredrik Pihl May 08 '17 at 17:31
  • Actually, I am trying to use a video quality metric on the concealed videos, and the green patch would give unreliable scores, as some packet losses are visually more visible than others. So, if there were no green color, and some slice copy thing in decoder, my work would have been done. – Andy May 09 '17 at 06:22

0 Answers0