[FFmpeg-user] frei0r filter problem
spider58
spider58 at gmail.com
Mon Dec 12 09:55:50 CET 2011
Hello.
Im using ffmpeg.exe on windows.
I've dowloaded lastest ffmpeg.exe from ffmpeg.org
and tried to give some effect to my video with frei0r command. My command
sample is above
*ffmpeg -y -i c:\myvideo.mp4 -vf frei0r="glow:0.5" -f flv c:\mynewvideo.flv
> *
>
but i got an error message
*no such filter frei0r.*
exe file configured with *--enable-frei0r* as above
C:\ffmpegkit\bin>ffmpeg -filters
> ffmpeg version N-33818-gd049257, Copyright (c) 2000-2011 the FFmpeg
> developers
> built on Oct 19 2011 22:57:39 with gcc 4.6.1
> configuration: --enable-gpl --enable-version3 --enable-runtime-cpudetect
> --ena
> ble-avisynth --enable-bzlib *--enable-frei0r* --enable-libopencore-amrnb
> --enable-
> libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame
> --ena
> ble-libopenjpeg --enable-librtmp --enable-libschroedinger
> --enable-libspeex --en
> able-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc
> --enable-libvorbis
> --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid
> --enable-zlib
>
But when i list filters with ffmpeg.exe -filters i cannot see frei0r
filter a above
Filters:
> aconvert Convert the input audio to
> sample_fmt:channel_layout:packed_fmt
> .
> aformat Convert the input audio to one of the specified formats.
> anull Pass the source unchanged to the output.
> aresample Resample audio data.
> ashowinfo Show textual information for each audio frame.
> abuffer Buffer audio frames, and make them accessible to the
> filterchai
> n.
> aevalsrc Generate an audio signal generated by an expression.
> amovie Read audio from a movie source.
> anullsrc Null audio source, return empty audio frames.
> abuffersink Buffer audio frames, and make them available to the end
> of the
> filter graph.
> anullsink Do absolutely nothing with the input audio.
> blackframe Detect frames that are (almost) black.
> boxblur Blur the input.
> copy Copy the input video unchanged to the output.
> crop Crop the input video to width:height:x:y.
> cropdetect Auto-detect crop size.
> delogo Remove logo from input video.
> deshake Stabilize shaky video.
> drawbox Draw a colored box on the input video.
> drawtext Draw text on top of video frames using libfreetype
> library.
> fade Fade in/out input video
> fieldorder Set the field order.
> fifo Buffer input images and send them when they are requested.
> format Convert the input video to one of the specified pixel
> formats.
> gradfun Debands video quickly using gradients.
> hflip Horizontally flip the input video.
> hqdn3d Apply a High Quality 3D Denoiser.
> lut Compute and apply a lookup table to the RGB/YUV input
> video.
> lutrgb Compute and apply a lookup table to the RGB input video.
> lutyuv Compute and apply a lookup table to the YUV input video.
> mp libmpcodecs wrapper.
> negate Negate input video.
> noformat Force libavfilter not to use any of the specified pixel
> formats
> for the input to the next filter.
> null Pass the source unchanged to the output.
> overlay Overlay a video source on top of the input.
> pad Pad input image to width:height[:x:y[:color]] (default x
> and y:
> 0, default color: black).
> pixdesctest Test pixel format definitions.
> scale Scale the input video to width:height size and/or convert
> the i
> mage format.
> select Select frames to pass in output.
> setdar Set the frame display aspect ratio.
> setpts Set PTS for the output video frame.
> setsar Set the pixel sample aspect ratio.
> settb Set timebase for the output link.
> showinfo Show textual information for each video frame.
> slicify Pass the images of input video on to next video filter as
> multi
> ple slices.
> split Pass on the input to two outputs.
> transpose Transpose input video.
> unsharp Sharpen or blur the input video.
> vflip Flip the input video vertically.
> yadif Deinterlace the input image
> buffer Buffer video frames, and make them accessible to the
> filterchai
> n.
> color Provide an uniformly colored input, syntax is:
> [color[:size[:ra
> te]]]
> movie Read from a movie source.
> mptestsrc Generate various test pattern.
> nullsrc Null video source, never return images.
> rgbtestsrc Generate RGB test pattern.
> testsrc Generate test pattern.
> buffersink Buffer video frames, and make them available to the end
> of the
> filter graph.
> nullsink Do absolutely nothing with the input video.
>
how can i fix my problem. I've tried to recompile ffmpeg with WinGW. But
giving *freior.h header not found* error
This command is very important for me.
Inadvance thanks for your relations.
More information about the ffmpeg-user
mailing list