X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=docs%2Fservices.txt;h=63d6c5a3596cd24dbdeebc01311dfe07434492de;hb=f12b5f24ed056d58463b83de181e9111e8a71c8a;hp=acc6fab05df6027bf214bf3512443fa1f5256509;hpb=38e6c34fc515c79ce13f7ea05735c3871c73607a;p=melted diff --git a/docs/services.txt b/docs/services.txt index acc6fab..63d6c5a 100644 --- a/docs/services.txt +++ b/docs/services.txt @@ -1,16 +1,15 @@ Service Documentation -Copyright (C) 2004-2005 Ushodaya Enterprises Limited Authors: Charles Yates Dan Dennedy -Last Revision: 2005-04-22 +Last Revision: $Date$ SERVICES -------- - Services marked as "(Proprietary)" are not distributed with the GPL version - of mlt. + Services marked as "(Proprietary)" are not distributed with the LGPL + version of mlt. Producers --------- @@ -48,24 +47,18 @@ Producers Read Only Properties string resource - file location - double fps - this is fixed at 25 for PAL currently double source_fps - the framerate of the resource double aspect_ratio - sample aspect ratio of the resource - this is determined on every frame read Dependencies - ffmpeg must be configured as --enable-shared and installed prior - to compilation of mlt. + ffmpeg Known Bugs Audio sync discrepancy with some content. Not all libavformat supported formats are seekable. - Ogg Vorbis is currently broken. - MPEG seeking is inaccurate - doesn't seek to i-frames so you may - get junk for a few frames. - RAW DV seeking not supported. Fails to play beyond first frame of video of sources with PTS not starting at 0 (video4linux). @@ -705,7 +698,7 @@ Filters Details If you are using a consumer that uses ALSA, then you should start - jacks with the dummy driver: jackd -d dummy. + jackd with the dummy driver: jackd -d dummy. I also recommend using a period size of 2048: -p 2048. jackd -ddummy -r48000 -p2048 @@ -891,6 +884,38 @@ Filters none + mono + + Description + + Mix all channels of audio into a mono signal and output it as + N channels. + + Constructor Argument + + channels - the number of output channels (default 2) + + Initialisation Properties + + none + + Read Only Properties + + none + + Mutable Properties + + none + + Dependencies + + none + + Known Bugs + + none + + obscure Description