GSTFS 0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GSTFS 0.1 (Default branch)
# 1  
Old 08-31-2008
GSTFS 0.1 (Default branch)

GSTFS (GStreamer FS) is a filesystem for on-demand transcoding of music files between different formats. It utilizes the GStreamer library for conversion, so any formats supported by GStreamer should also be supported by GSTFS. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GStreamer(1)						      General Commands Manual						      GStreamer(1)

NAME
gst-register - register GStreamer plugins SYNOPSIS
gst-register [OPTION...] DESCRIPTION
gst-register is a tool that is used to register all the GStreamer plugins on your system. It creates a listing of their properties such that on startup of GStreamer based application do not need to load plugins until they need them. OPTIONS
gst-register accepts the following options: --help Print help synopsis and available FLAGS --gst-info-mask=FLAGS GStreamer info flags to set (list with --help) --gst-debug-mask=FLAGS GStreamer debugging flags to set (list with --help) --gst-mask=FLAGS GStreamer info and debugging flags to set (list with --help) --gst-plugin-spew GStreamer info flags to set Enable printout of errors while loading GStreamer plugins --gst-plugin-path=PATH Add directories separated with ':' to the plugin search path SEE ALSO
gst-inspect(1), gst-launch(1), gst-compprep(1) AUTHOR
The GStreamer team at http://gstreamer.net/ March 2001 GStreamer(1)