Media input
Audio output
Video output
Audio recorder
Video recorder
Encoders for audio
Encoders for video
Encoders for text subtitles
Encoders for overlay subtitles
Encoders for multiple stream types
Encoder postprocessors
Image readers
Image writers
Audio filters
Video filters
Visualizations
Internal name | i_avdec |
External name | AVDecoder plugin |
Module | i_avdec.so |
Description | Plugin based on the Gmerlin avdecoder library. Supports most media formats. Playback is supported from files, URLs (with various protocols) and stdin. |
Internal name | i_cdaudio |
External name | Audio CD player/ripper |
Module | i_cdaudio.so |
Description | Plugin for audio CDs. Supports both playing with direct connection from the CD-drive to the souncard and ripping with cdparanoia. Metadata are obtained from Musicbrainz, freedb or CD-text. Metadata are cached in $HOME/.gmerlin/cdaudio_metadata. |
Internal name | i_dvd |
External name | DVD Player |
Module | i_dvd.so |
Description | Plugin for playing DVDs. Based on Gmerlin avdecoder. |
Internal name | i_vcd |
External name | VCD Player |
Module | i_vcd.so |
Description | Plugin for playing VCDs. Based on Gmerlin avdecoder. |
Internal name | i_dvb |
External name | DVB Player |
Module | i_dvb.so |
Description | Plugin for playing DVB streams from a Linux-DVB compatible card. Based on Gmerlin avdecoder. |
Internal name | i_singlepic_stills |
External name | Still image input plugin |
Module | Internal plugin |
Description | This plugin reads images as stills. It uses the installed image readers. |
Internal name | i_lqt |
External name | libquicktime input plugin |
Module | i_lqt.so |
Description | Input plugin based on libquicktime |
Internal name | i_edl |
External name | Parser for gmerlin EDLs |
Module | i_edl.so |
Description | This parses the XML file and exports an EDL, which can be played with the builtin EDL decoder. |
Internal name | i_singlepic |
External name | Image video input plugin |
Module | Internal plugin |
Description | This plugin reads series of images as a video. It uses the installed image readers. |
Internal name | i_mikmod |
External name | mikmod input plugin |
Module | i_mikmod.so |
Description | Simple wrapper, which calls the mikmod program |
Internal name | i_gmerlerra |
External name | Gmerlerra plugin |
Module | i_gmerlerra.so |
Description | Renderer for gmerlerra projects |
Internal name | oa_alsa |
External name | Alsa |
Module | oa_alsa.so |
Description | Alsa output plugin with support for channel configurations up to 5.1 |
Internal name | oa_pulse |
External name | PulseAudio |
Module | oa_pulse.so |
Description | PulseAudio output |
Internal name | oa_jack |
External name | Jack |
Module | oa_jack.so |
Description | Jack output plugin |
Internal name | oa_oss |
External name | OSS |
Module | oa_oss.so |
Description | OSS output driver |
Internal name | oa_esd |
External name | EsounD output driver |
Module | oa_esd.so |
Description | EsounD output driver |
Internal name | ov_x11 |
External name | X11 |
Module | ov_x11.so |
Description | X11 display driver with support for XVideo, XImage and OpenGL. Shared memory (XShm) is used where available. |
Internal name | i_alsa |
External name | Alsa |
Module | i_alsa.so |
Description | Alsa recorder |
Internal name | i_jack |
External name | Jack |
Module | i_jack.so |
Description | Jack recorder |
Internal name | i_oss |
External name | OSS |
Module | i_oss.so |
Description | OSS Recorder |
Internal name | i_esd |
External name | EsounD input driver |
Module | i_esd.so |
Description | EsounD input driver |
Internal name | i_pulse |
External name | PulseAudio |
Module | i_pulse.so |
Description | PulseAudio capture. You can specify the source, where we'll get the audio. |
Internal name | i_v4l2 |
External name | V4L2 |
Module | i_v4l2.so |
Description | video4linux 2 recording plugin. Supports only video and no tuner decives. |
Internal name | i_v4l |
External name | V4L |
Module | i_v4l.so |
Description | video4linux recording plugin. Supports only video and no tuner decives. |
Internal name | i_x11 |
External name | X11 |
Module | i_x11.so |
Description | X11 grabber |
Internal name | e_wav |
External name | Wave writer |
Module | e_wav.so |
Description | Simple writer for wave files, supports 8, 16, 24 and 32 bit PCM |
Internal name | e_speex |
External name | Speex encoder |
Module | e_speex.so |
Description | Encoder for Speex files |
Internal name | e_flacogg |
External name | Flac in Ogg encoder |
Module | e_flacogg.so |
Description | Encoder for flac streams in Ogg containers. Based on libflac (http://flac.sourceforge.net) |
Internal name | e_flac |
External name | Flac encoder |
Module | e_flac.so |
Description | Encoder for flac files. Based on libflac (http://flac.sourceforge.net) |
Internal name | e_lame |
External name | Lame mp3 encoder |
Module | e_lame.so |
Description | Encoder for mp3 files. Based on lame (http://www.mp3dev.org). Supports CBR, ABR and VBR as well as ID3V1 and ID3V2 tags. |
Internal name | e_mpegaudio |
External name | MPEG-1 layer 1/2 audio encoder |
Module | e_mpegaudio.so |
Description | Encoder for elementary MPEG-1 layer 1/2 audio streams. Based on mjpegtools (http://mjpeg.sourceforge.net). |
Internal name | e_faac |
External name | Faac encoder |
Module | e_faac.so |
Description | Plugin for encoding AAC streams (with ADTS headers). Based on faac (http://faac.sourceforge.net). |
Internal name | e_ffmpeg_audio |
External name | FFmpeg audio encoder |
Module | e_ffmpeg_audio.so |
Description | Plugin for encoding various audio formats with ffmpeg (http://www.ffmpeg.org). |
Internal name | e_vorbis |
External name | Vorbis encoder |
Module | e_vorbis.so |
Description | Encoder for Vorbis files |
Internal name | e_y4m |
External name | yuv4mpeg2 encoder |
Module | e_yuv4mpeg.so |
Description | Encoder for yuv4mpeg files. Based on mjpegtools (http://mjpeg.sourceforge.net). |
Internal name | e_mpegvideo |
External name | MPEG-1/2 video encoder |
Module | e_mpegvideo.so |
Description | Encoder for elementary MPEG-1/2 video streams. Based on mjpegtools (http://mjpeg.sourceforge.net). |
Internal name | e_singlepic |
External name | Singlepicture encoder |
Module | Internal plugin |
Description | This plugin encodes a video as a series of images. It uses the installed image writers. |
Internal name | e_ffmpeg_video |
External name | FFmpeg video encoder |
Module | e_ffmpeg_video.so |
Description | Plugin for encoding various video formats with ffmpeg (http://www.ffmpeg.org). |
Internal name | e_subtext |
External name | Text subtitle exporter |
Module | e_subtext.so |
Description | Plugin for exporting text subtitles. Supported formats are MPSub and SRT |
Internal name | e_spumux |
External name | spumux overlay exporter |
Module | e_spumux.so |
Description | Exports overlay subtitles into the format used by spumux (http://dvdauthor.sourceforge.net) |
Internal name | e_lqt |
External name | Quicktime encoder |
Module | e_lqt.so |
Description | Encoder based on libquicktime (http://libquicktime.sourceforge.net) Writes Quicktime, AVI (optionally ODML), MP4, M4A and 3GPP. Supported codecs range from high quality uncompressed formats for professional applications to consumer level formats like H.264/AVC, AAC, MP3, Divx compatible etc. Also supported are chapters and text subtitles |
Internal name | e_theora |
External name | Theora encoder |
Module | e_theora.so |
Description | Encoder for Theora files. Audio can be Vorbis, Flac or Speex. |
Internal name | b_ogg |
External name | Ogg Broadcaster |
Module | b_ogg.so |
Description | Broadcaster for Ogg streams using libshout. Supports vorbis, theora and speex. |
Internal name | e_ffmpeg |
External name | FFmpeg audio/video encoder |
Module | e_ffmpeg.so |
Description | Plugin for encoding various audio/video formats with ffmpeg (http://www.ffmpeg.org). |
Internal name | e_mpeg |
External name | MPEG 1/2 program/system stream encoder |
Module | e_mpeg.so |
Description | Encoder for regular .mpg files as well as VCD and DVD streams. Based on mjpegtools (http://mjpeg.sourceforge.net) |
Internal name | e_pp_cdrdao |
External name | Audio CD generator/burner |
Module | e_pp_cdrdao.so |
Description | This is a frontend for generating audio CD images (optionally with CD-Text) for cdrdao (http://cdrdao.sourceforge.net). Optional burning is also supported. |
Internal name | e_pp_vcdimager |
External name | VCD image generator/burner |
Module | e_pp_vcdimager.so |
Description | This is a frontend for generating (S)VCD images with the vcdimager tools (http://www.vcdimager.org). Burning with cdrdao (http://cdrdao.sourceforge.net) is also possible. |
Internal name | ir_gavl |
External name | GAVL image reader |
Module | ir_gavl.so |
Description | Reader for GAVL images |
Internal name | ir_pnm |
External name | PNM reader |
Module | ir_pnm.so |
Description | Reader for PBM/PGM/PPM images |
Internal name | ir_tga |
External name | TGA reader |
Module | ir_tga.so |
Description | Reader for TGA images |
Internal name | ir_bmp |
External name | BMP reader |
Module | ir_bmp.so |
Description | Reader for BMP images |
Internal name | ir_png |
External name | PNG reader |
Module | ir_png.so |
Description | Reader for PNG images |
Internal name | ir_jpeg |
External name | JPEG reader |
Module | ir_jpeg.so |
Description | Reader for JPEG images |
Internal name | ir_tiff |
External name | TIFF reader |
Module | ir_tiff.so |
Description | Reader for TIFF images |
Internal name | iw_jpeg |
External name | JPEG writer |
Module | iw_jpeg.so |
Description | Writer for JPEG images |
Internal name | iw_pnm |
External name | PPM writer |
Module | iw_pnm.so |
Description | Writer for PPM images |
Internal name | iw_bmp |
External name | BMP writer |
Module | iw_bmp.so |
Description | Writer for BMP images |
Internal name | iw_png |
External name | PNG writer |
Module | iw_png.so |
Description | Writer for PNG images |
Internal name | iw_tga |
External name | TGA writer |
Module | iw_tga.so |
Description | Writer for TGA images |
Internal name | iw_tiff |
External name | TIFF writer |
Module | iw_tiff.so |
Description | Writer for TIFF images |
Internal name | iw_gavl |
External name | gavl image writer |
Module | iw_gavl.so |
Description | Writer for GAVL images |
Internal name | fa_sampleformat |
External name | Force sampleformat |
Module | fa_sampleformat.so |
Description | This forces a sampleformat as input for the next filter. Its mainly used for testing. |
Internal name | fa_volume |
External name | Volume control |
Module | fa_volume.so |
Description | Simple volume control |
Internal name | fv_onedtv |
External name | 1DTV |
Module | fv_1dtv.so |
Description | 1DTV is one of the most amazing effect, but that algorithm is very easy. The horizontal green line is the current scanning position and it moves down every frame. So only moving objects is distorted. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_agingtv |
External name | AgingTV |
Module | fv_agingtv.so |
Description | AgingTV ages video input stream in realtime. Discolors, scratches, puts dust. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_baltantv |
External name | BaltanTV |
Module | fv_baltantv.so |
Description | BaltanTV is similar to the StreakTV,but BaltanTV makes after images longer than that. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_blur |
External name | Blur |
Module | fv_blur.so |
Description | Blur filter based on gavl. Supports triangular, box and gauss blur. |
Internal name | fv_brokentv |
External name | BrokenTV |
Module | fv_brokentv.so |
Description | BrokenTV simulates mistuned television or mistracking video image. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_burningtv |
External name | BurningTV |
Module | fv_burningtv.so |
Description | The name describes itself. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_chameleontv |
External name | ChameleonTV |
Module | fv_chameleontv.so |
Description | When you are still in the sight of the camera for a second, you will be vanishing into the background, and disappear. When you move again, you will appear normally. By contrast, when you switch from "disappearing mode" to "appearing mode", moving objects are not shown, and a still object appears after seconds. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_colorbalance |
External name | Colorbalance |
Module | fv_colorbalance.so |
Description | Apply gain for red, green and blue. RGB formats are processed directly, Y'CbCr formats are processed by the colormatrix. |
Internal name | fv_colstreaktv |
External name | ColstreakTV |
Module | fv_colstreaktv.so |
Description | Make after images but the power of the effects are different between red, green and blue layers, so it provides colourful after images. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_cropscale |
External name | Crop & Scale |
Module | fv_cropscale.so |
Description | Crop and scale video images. Has lots of standard video formats as presets. Can also do chroma placement correction and simple deinterlacing |
Internal name | fv_cycletv |
External name | CycleTV |
Module | fv_cycletv.so |
Description | CycleTV randomly cycles the color palette. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_decimate |
External name | Decimate |
Module | fv_decimate.so |
Description | Skip almost identical frames |
Internal name | fv_deinterlace |
External name | Deinterlacer |
Module | fv_deinterlace.so |
Description | Deinterlace with various algorithms |
Internal name | fv_dicetv |
External name | DiceTV |
Module | fv_dicetv.so |
Description | DiceTV 'dices' the screen up into many small squares, each defaulting to a size of 16 pixels by 16 pixels.. Each square is rotated randomly in one of four directions: up (no change), down (180 degrees, or upside down), right (90 degrees clockwise), or left (90 degrees counterclockwise). The direction of each square normally remains consistent between each frame. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_difftv |
External name | DiffTV |
Module | fv_difftv.so |
Description | DiffTV highlights interframe differences. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_tcdisplay |
External name | Display timecodes |
Module | fv_tcdisplay.so |
Description | Burn timecodes into video frames |
Internal name | fv_displaywalltv |
External name | DisplaywallTV |
Module | fv_displaywalltv.so |
Description | Display the tiled video images. You can scroll the image or change the scale. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_dottv |
External name | DotTV |
Module | fv_dottv.so |
Description | DotTV converts gray scale images to set of dots. It is hard to recognize what is shown when your eyes are close to the monitor. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_edgetv |
External name | EdgeTV |
Module | fv_edgetv.so |
Description | Detects edges and display it like good old low resolution computer way. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_edgeblurtv |
External name | EdgeblurTV |
Module | fv_edgeblurtv.so |
Description | Detects edge and display it with motion blur effect. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_equalizer |
External name | Equalizer |
Module | fv_equalizer.so |
Description | Control hue, saturation, contrast and brightness. For Y'CbCr, it uses routines based on the vf_eq and vf_hue filters from the MPlayer project. For RGB formats, it uses the colormatrix. |
Internal name | fv_firetv |
External name | FireTV |
Module | fv_firetv.so |
Description | FireTV clips moving objects and burns it. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_flip |
External name | Flip image |
Module | fv_flip.so |
Description | Flip video images horizontally and/or vertically |
Internal name | fv_framerate |
External name | Force framerate |
Module | fv_framerate.so |
Description | Forces a framerate as input for the next filter. Its mainly used for testing. |
Internal name | fv_pixelformat |
External name | Force pixelformat |
Module | fv_pixelformat.so |
Description | Forces a pixelformat as input for the next filter. Its mainly used for testing. |
Internal name | fv_interlace |
External name | Interlace |
Module | fv_interlace.so |
Description | Interlace video images. Output has half the input framerate. |
Internal name | fv_invert |
External name | Invert RGBA |
Module | fv_invert_rgb.so |
Description | Invert single color channels. RGB(A) formats are processed directly, Y'CbCr(A) formats are processed with the colormatrix. |
Internal name | fv_lenstv |
External name | LensTV |
Module | fv_lenstv.so |
Description | LensTV - Based on Old school Demo Lens Effect. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_lifetv |
External name | LifeTV |
Module | fv_lifetv.so |
Description | You can play John Horton Conway's Life Game with video input. Moving objects drop seeds on the game field. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_matrixtv |
External name | MatrixTV |
Module | fv_matrixtv.so |
Description | The Matrix's visual effect has been metamorphosed to the realtime video effect. Edge-enhanced input image is reflected to the brightness of falling letters. Blending with the input image is also available. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_mosaictv |
External name | MosaicTV |
Module | fv_mosaictv.so |
Description | MosaicTV censors the incoming objects and gives it mosaic effect. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_halftv |
External name | NervousHalfTV |
Module | fv_halftv.so |
Description | SimuraTV and NervousTV mixed, make more magic! Delaying, scratching or our famous "nervous" effect can be added to a half of the screen. Additionally you can add mirroring effect to it. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_nervoustv |
External name | NervousTV |
Module | fv_nervoustv.so |
Description | NervousTV randomly re-arranges the past second of video, creating a chaotic expression of past movements. It shuffles time. There is no effect on still images. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_noisetv |
External name | NoiseTV |
Module | fv_noisetv.so |
Description | Black & White noise is rendered over the incoming objects. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_oldcolor |
External name | Old color |
Module | fv_oldcolor.so |
Description | Simulate old color- and B/W movies |
Internal name | fv_optv |
External name | OpTV |
Module | fv_optv.so |
Description | Traditional black-white optical animation is now resurrected as a real-time video effect. Input images are binarized and combined with various optical pattern. You can change its animation speed and direction with a keyboard. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_puptv |
External name | PupTV |
Module | fv_puptv.so |
Description | PupTV does pup mark effect on the video input. The pup is caused by a motion or random rain drops. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_quarktv |
External name | QuarkTV |
Module | fv_quarktv.so |
Description | QuarkTV dissolves moving objects. It picks up pixels from the last eight frames randomly. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_colormatrix_rgb |
External name | RGB Colormatrix |
Module | fv_colormatrix_rgb.so |
Description | Generic colormatrix (RGBA). You pass the coefficients in RGB(A) coordinates, but the processing will work in Y'CbCr(A) as well. |
Internal name | fv_rdstv |
External name | RandomDotStereoTV |
Module | fv_rdstv.so |
Description | RdsTV does rds mark effect on the video input. The rds is caused by a motion or random rain drops. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_revtv |
External name | RevTV |
Module | fv_revtv.so |
Description | RevTV acts like a video waveform monitor for each line of video processed. This creates a pseudo 3D effect based on the brightness of the video along each line. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_rippletv |
External name | RippleTV |
Module | fv_rippletv.so |
Description | RippleTV does ripple mark effect on the video input. The ripple is caused by a motion or random rain drops. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_rndmtv |
External name | RndmTV |
Module | fv_rndmtv.so |
Description | RndmTV give you a noisy picture in color or B/W. Inspired by the old days when reception was poor. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_shagadelictv |
External name | ShagadelicTV |
Module | fv_shagadelictv.so |
Description | Oh behave, ShagedelicTV makes images shagadelic! Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_shift |
External name | Shift image |
Module | fv_bitshift.so |
Description | Upshift 16 bit images, where only some lower bits are used |
Internal name | fv_simuratv |
External name | SimuraTV |
Module | fv_simuratv.so |
Description | The origin of SimuraTV is "SimuraEffect", a VJ (Video Jockey) tool I made in 1995. Color effect and image mirroring are all of SimuraTV. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_slofasttv |
External name | SlofastTV |
Module | fv_slofasttv.so |
Description | SloFastTV plays back the current video input at non-constant speed: while the buffer fills the video is played back at half the frame rate, when the buffer is full it plays back at the double rate until it has caught up with the live video again. This causes the actual image to be delayed from 0 to about half a second. Movements that previously had a constant speed will appear very slow and then very fast. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_sparktv |
External name | SparkTV |
Module | fv_sparktv.so |
Description | Bright sparks run on incoming objects. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_spiraltv |
External name | SpiralTV |
Module | fv_spiraltv.so |
Description | I admit that 'SpiralTV' is a misnomer; it doesn't actually spiral. What it does do is segment the screen image into a series of concentric circles, each of which is slightly out of phase (timewise) from its neighbors. Or to put it more simply, it really messes with changing (i.e. Moving) objects onscreen! Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_streaktv |
External name | StreakTV |
Module | fv_streaktv.so |
Description | StreakTV makes after images of moving objects. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_tlp |
External name | Temporal lowpass |
Module | fv_tlp.so |
Description | Simple temporal lowpass |
Internal name | fv_timedisttv |
External name | TimedistTV |
Module | fv_timedisttv.so |
Description | Distorts moving objects in the sight. When it detects a moving part, it rollbacks to an old frame around that. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_transform |
External name | Transform |
Module | fv_transform.so |
Description | Transform the image with different methods |
Internal name | fv_transformtv |
External name | TransformTV |
Module | fv_transformtv.so |
Description | TransformTV does transform mark effect on the video input. The transform is caused by a motion or random rain drops. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_tctweak |
External name | Tweak timecodes |
Module | fv_tctweak.so |
Description | Replace/remove/interpolate timecodes |
Internal name | fv_vertigotv |
External name | VertigoTV |
Module | fv_vertigotv.so |
Description | VertigoTV is a loopback alpha blending effector with rotating and scaling. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_warholtv |
External name | WarholTV |
Module | fv_warholtv.so |
Description | WarholTV offers some effects like Andy Warhol's series of paintings; 'Marilyn', 'Marilyn Three Times', 'Four Marilyns' etc. Ported from EffecTV (http://effectv.sourceforge.net). |
Internal name | fv_warptv |
External name | WarpTV |
Module | fv_warptv.so |
Description | WarpTV does realtime goo'ing of the video input. based on warp-1.1 SDL demo by Sam Latinga (http://libSDL.org). Original version by Emmanuel Marty |
Internal name | fv_colormatrix_yuv |
External name | Y'CbCr(A) Colormatrix |
Module | fv_colormatrix_yuv.so |
Description | Generic colormatrix (Y'CbCrA). You pass the coefficients in Y'CbCr(A) coordinates, but the processing will work in RGB(A) as well. |
Internal name | fv_zoom |
External name | Zoom |
Module | fv_zoom.so |
Description | Zoom horizontally and/or vertically |
Internal name | vis_scope |
External name | Scope |
Module | vis_scope.so |
Description | Scope plugin |
Internal name | vis_lemuria |
External name | Lemuria |
Module | vis_lemuria.so |
Description | OpenGL visualization with many effects |
Internal name | vis_goom |
External name | Goom |
Module | vis_goom.so |
Description | Goom plugin |