6

I am using windows 10 and FFmpeg 64-bit Shared Version.

When I use palettegen effect, returns error.

ffmpeg -i input.mov -vf palettegen palette.png

returns

[AVFilterGraph @ 0228d3c0] No such filter: 'palettegen'
Error opening filters!

How can I install this Filter? Thanks.

tyasird
  • 926
  • 1
  • 12
  • 29
  • 2
    I think it's recent version. I download it from here [link](http://ffmpeg.zeranoe.com/builds/win64/shared/) ffmpeg-latest-win64-shared.7z – tyasird Dec 07 '15 at 13:56
  • Can you run `ffmpeg` in the command line and post the output please? – aergistal Dec 07 '15 at 14:38
  • @aergistal here output I uploaded it, [link](http://prntscr.com/9bda6e) – tyasird Dec 07 '15 at 14:45
  • That is definitely not a recent version. As you can see it's from 2013. The filter in question was added this year. – aergistal Dec 07 '15 at 14:51
  • i download it from official website. how can this be possible? I deleted ffmpeg folder and PATH but it's still running. Where is this oldest version folder? – tyasird Dec 07 '15 at 15:03
  • 1
    Did you check both User and System PATH environment variables? – aergistal Dec 07 '15 at 15:09
  • 2
    I found it! I installed ImageMagick before, this oldest version came it in. Thanks for help. – tyasird Dec 07 '15 at 15:09

1 Answers1

1

I want to move my answer from comment to post.

The problem is about ImageMagick. ImageMagick was installed in my computer, this oldest version was in it.

tyasird
  • 926
  • 1
  • 12
  • 29