[FFmpeg-devel] [PATCH][libavfilter] codecview: improved options

Davinder Singh ds.mudhar at gmail.com
Sat May 7 21:48:31 CEST 2016


separated motion vector types (forward or backward) from frame picture
types as MVs are associated with picture types only in video coding.

option `mv` can have two values:
forward predicted or backward predicted.

option `frames` can have three values:
p-frames, i-frames and b-frames.

ex:
only forward predicted mvs of all frames:
-vf codecview=mv=fp

mvs (both forward or backward predicted) of P or B-frames:
-vf codecview=mv=fp+bp:frames=pf+bf

Regards,
DSM_
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-vf_codecview-added-i-frame-support.patch
Type: application/octet-stream
Size: 3874 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160507/15e74537/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-vf_codecview-improved-filter-options.patch
Type: application/octet-stream
Size: 4650 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160507/15e74537/attachment-0001.obj>


More information about the ffmpeg-devel mailing list