[FFmpeg-trac] #6691(avfilter:new): Segfault when running libvmaf with psnr option

FFmpeg trac at avcodec.org
Mon Sep 25 16:50:08 EEST 2017


#6691: Segfault when running libvmaf with psnr option
-------------------------------------+-------------------------------------
             Reporter:  slhck        |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  avfilter
              Version:  git-master   |               Resolution:
             Keywords:  libvmaf      |               Blocked By:
  crash SIGSEGV                      |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by slhck):

 My thinking was that the libvmaf maintainer would check these bug reports.
 The crash only occurs when using VMAF in ffmpeg. I don't get any segfault
 on the same sequences after converting them to YUV and running VMAF
 directly:

 {{{
 ffmpeg -i test-in.mp4  -c:v rawvideo -pix_fmt yuv420p in.yuv
 ffmpeg -i test-out.mp4  -c:v rawvideo -pix_fmt yuv420p out.yuv
 cd ~/Documents/Software/vmaf
 ./run_psnr yuv420p 1920 1080 ~/Downloads/in.yuv ~/Downloads/out.yuv
 ...
 Aggregate (mean): PSNR_score:46.498158
 }}}

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


More information about the FFmpeg-trac mailing list