Opened 10 years ago

Closed 10 years ago

#3170 closed enhancement (fixed)

Support large scaling

Reported by: Clément Bœsch Owned by:
Priority: wish Component: swscale
Version: git-master Keywords:
Cc: nfxjfg@googlemail.com Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

./ffmpeg -f lavfi -i testsrc=s=1920x1080 -vf scale=30:30 -f null -
ffmpeg version N-58440-g841c0aa Copyright (c) 2000-2013 the FFmpeg developers
  built on Nov 25 2013 10:23:58 with gcc 4.8.2 (GCC)
  configuration: --enable-gpl --enable-libx264 --enable-libmp3lame --enable-x11grab --enable-libvorbis --samples=/home/ux/fate-samples --enable-libfreetype --enable-libvpx --cpu=native --cc='ccache cc'
  libavutil      52. 54.100 / 52. 54.100
  libavcodec     55. 44.100 / 55. 44.100
  libavformat    55. 21.101 / 55. 21.101
  libavdevice    55.  5.100 / 55.  5.100
  libavfilter     3. 91.100 /  3. 91.100
  libswscale      2.  5.101 /  2.  5.101
  libswresample   0. 17.104 /  0. 17.104
  libpostproc    52.  3.100 / 52.  3.100
Input #0, lavfi, from 'testsrc=s=1920x1080':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 1920x1080 [SAR 1:1 DAR 16:9], 25 tbr, 25 tbn, 25 tbc
sws: filterSize 256 is too large, try less extreme scaling or increase MAX_FILTER_SIZE and recompile
sws: initFilter failed
[Parsed_scale_0 @ 0x1d018c0] Failed to configure output pad on Parsed_scale_0
Error opening filters!

Change History (3)

comment:1 by Carl Eugen Hoyos, 10 years ago

Priority: normalwish
Reproduced by developer: set
Status: newopen
Version: unspecifiedgit-master

comment:2 by gjdfgh, 10 years ago

Cc: nfxjfg@googlemail.com added

comment:3 by Michael Niedermayer, 10 years ago

Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.