X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=docs%2Fservices.txt;h=b3877490d1cdf1da4eceb37b2f1ddda1141eba65;hb=2d71618ab696a31fabfbc2265b2ad0d5cc9171b2;hp=5b9d4af5561d46f070093686ad307844295e82dd;hpb=702e73b84d90830062ebe07ba01b72ad59d48d93;p=melted diff --git a/docs/services.txt b/docs/services.txt index 5b9d4af..b387749 100644 --- a/docs/services.txt +++ b/docs/services.txt @@ -3,7 +3,7 @@ Service Documentation Copyright (C) 2004 Ushodaya Enterprises Limited Authors: Charles Yates Dan Dennedy -Last Revision: 2004-03-20 +Last Revision: 2004-11-07 SERVICES @@ -688,6 +688,53 @@ Filters none + jackrack + + Description + + Creates Jack ports and runs a JackRack project to process audio + through a stack of LADSPA filters. + + Constructor Argument + + src - a JackRack file + + Details + + If you are using a consumer that uses ALSA, then you should start + jacks with the dummy driver: jackd -d dummy. + I also recommend using a period size of 2048: -p 2048. + + jackd -ddummy -r48000 -p2048 + + Initialisation Properties + + int in - in point + int out - out point + + The following can be used without a rack file in order to connect + filter_jackrack to a running instance of JackRack: + string out_1 - Jack port to connect MLT's output port (JackRack's input) + string out_2 - Jack port to connect MLT's output port (JackRack's input) + string in_1 - Jack port to connect MLT's input port (JackRack's output) + string in_2 - Jack port to connect MLT's input port (JackRack's output) + + Read Only Properties + + none + + Mutable Properties + + none + + Dependencies + + Jack, LADSPA, glib-2.0, libxml2 + + Known Bugs + + no encapsulated resampling and jack runs at a fixed frequency + luma Description @@ -1421,8 +1468,7 @@ Consumers double volume - audio level factor int video_off - if 1, disable video output int audio_off - if 1, disable audio output - int scale_overlay - if 1, resample video from source pixel aspect - ratio to square pixels. + int resize - TODO int progressive - indicates whether to use progressive or field- based rendering, default 0 (off). int audio_buffer - size of the sdl audio buffer (default: 1024)