Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 662 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 662 Bytes

MPlayer motion vector and block type rendering

mplayer -lavdopts vismv=1:debug=0x4000 ~/simpsons_movie_trailer.mp4

Simpsons Movie

  • Red Macroblocks: "I" encoded (You don't need a full "I Frame" to have Inter encoded data)
  • Green Macroblocks: "P" encoded (Forward Prediction)
  • Purple Macroblocks: "B" encoded (Bi-Directional Prediction)

Arrows represent the motion vectors used to move blocks around.

References