[FFmpeg-devel] [PATCH 0/1] add motion_vec (motion vector) debug mode

Chema Gonzalez chemag at gmail.com
Thu Sep 1 02:09:17 EEST 2022


This is useful if you want to see the motion vectors (MV)
generated by an encoder. I used ffmpeg debug mode, which is
also used by similar functionality, like the QP value dumper.


Chema Gonzalez (1):
  avcodec/mpegutils: add motion_vec debug mode

 libavcodec/avcodec.h       |  1 +
 libavcodec/mpegutils.c     | 45 +++++++++++++++++++++++++++++++++++++-
 libavcodec/options_table.h |  1 +
 3 files changed, 46 insertions(+), 1 deletion(-)

-- 
2.37.2



More information about the ffmpeg-devel mailing list