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

Davinder Singh ds.mudhar at gmail.com
Wed May 11 14:41:43 CEST 2016


single patch

On Sun, May 8, 2016 at 1:18 AM Davinder Singh <ds.mudhar at gmail.com> wrote:

> 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: 0001-vf_codecview-improved-filter-options.patch
Type: application/octet-stream
Size: 5273 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160511/7e464c52/attachment.obj>


More information about the ffmpeg-devel mailing list