[FFmpeg-trac] #8114(avfilter:new): Make minterpolate process higher resolution videos

FFmpeg trac at avcodec.org
Wed Sep 4 23:03:47 EEST 2019


#8114: Make minterpolate process higher resolution videos
-------------------------------------+-------------------------------------
             Reporter:  deovr        |                     Type:
                                     |  sponsoring request
               Status:  new          |                 Priority:  normal
            Component:  avfilter     |                  Version:  git-
             Keywords:               |  master
  minterpolate                       |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------
 We are re-encoding virtual reality videos and these are of higher
 resolution than  4096x4095 maximum supported by FFMPEG. Our current
 resolution is 6200x6200px and could potentially hit up to 10K in the
 future.
 Is it possible to remove resolution limits completely from minterpolate
 filter?

 Issue replication:
 % ./ffmpeg [input] -vf minterpolate [output]
 ffmpeg version N-45194-g40102a213-static https://johnvansickle.com/ffmpeg/
 Copyright (c) 2000-2018 the FFmpeg developers
  built with gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516
 ...
    Stream #0:0(und): Video: hevc (Main) (hev1 / 0x31766568), yuv420p(tv),
 6400x6400, 53472 kb/s, 30 fps, 30 tbr, 90k tbn, 29.97 tbc (default)
 ...
 [Parsed_minterpolate_0 @ 0x74d3640] Failed to configure input pad on
 Parsed_minterpolate_0d=N/A
 Error reinitializing filters!
 Failed to inject frame into filter network: Cannot allocate memory
 Error while processing the decoded data for stream #0:1
 Conversion failed!

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8114>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list