[FFmpeg-trac] #6736(avfilter:new): vidstab fails with yuv444 input

FFmpeg trac at avcodec.org
Sat Dec 23 13:17:50 EET 2017


#6736: vidstab fails with yuv444 input
-------------------------------------+------------------------------------
             Reporter:  ochi         |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avfilter
              Version:  unspecified  |               Resolution:
             Keywords:  libvidstab   |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by Gyan):

 In
 https://github.com/georgmartius/vid.stab/blob/master/src/frameinfo.h#L57,
 you can see the variable is only meant to be set for packed formats.

 {{{
 typedef struct vsframeinfo {
 ...
   int bytesPerPixel; // number of bytes per pixel (for packed formats)
 } VSFrameInfo;
 }}}

 So,in libavfilter/vf_vidstab*, it should only be set for packed formats.

 Patch at https://patchwork.ffmpeg.org/patch/6918/

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6736#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list