0

How can we keep historical information of previous frame Information which can be used in future frames Encoding?

  • Are you asking how to perform [interframe](https://en.wikipedia.org/wiki/Inter_frame) compression? HEVC is almost always inter-coded. – Gyan Jan 12 '16 at 07:06
  • Can you be a bit more specific? What kind of data? "Long Term Reference"? Only the decoder and the format of the bitstream are standardised, which means that for the encoder you can do whatever you feel like as long as the corresponding bitstream adheres to the standard! – Fredrik Pihl Jan 12 '16 at 07:15
  • Yes i want to perform Inter frame Compression @Mulvya – Malik Asfandyar Jan 13 '16 at 05:56
  • i want to save information (Motion, RD cost etc.) for previous frames which will be used in future frame for Encoding basically want to reduce Complexity for encoder @FredrikPihl – Malik Asfandyar Jan 13 '16 at 05:59
  • That's what HEVC (and like) compression schemes already do. You can either do it dynamically during encoding (1-pass bitrate or CRF mode) or as a separate step (1st pass of 2-pass bitrate). – Gyan Jan 13 '16 at 06:06
  • I have to agree with @Mulvya so far. Keeping a history might be interesting if you are doing a special kind of rate-controller though that falls out of the scope of the normal CBR/VBR approach... – Fredrik Pihl Jan 13 '16 at 08:39

0 Answers0