X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=docs%2Fservices.txt;h=5d6c8001664f08989ed21af920fa78ea4aa24e94;hb=5b59ce704d4f317e845afa30c5ade12c0fd22d43;hp=74672b9f9e770ccb51b66c53b0d2079d4fbea574;hpb=0d368e962076c3b96040b86cd5d87a1bbfe0a594;p=melted diff --git a/docs/services.txt b/docs/services.txt index 74672b9..5d6c800 100644 --- a/docs/services.txt +++ b/docs/services.txt @@ -16,9 +16,10 @@ Producers Constructor Argument 'file' - a filename specification or URL in the form: - [{protocol}|{format}]:{resource}[?{format-parameter}[&{format-parameter}]] - For example, video4linux:/dev/video1?width=320&height=240 - Note: on the bash command line, '&' must be escaped as '\&' + [{protocol}|{format}]:{resource}[?{format-parameter}[&{format-parameter}...]] + For example, video4linux:/dev/video1?width:320&height:240 + Note: on the bash command line, & must be escaped as '\&'. + Also, note the use of ':' instead of '=' for parameters. Use 'ffmpeg -formats' to see a list of supported protocols and formats. @@ -57,6 +58,8 @@ Producers 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). fezzik @@ -712,6 +715,39 @@ Filters none + mirror + + Description + + Provides various mirror and image reversing effects. + + Constructor Argument + + mirror - horizontal, vertical, diagonal, flip, flop + + Initialisation Properties + + int reverse - being 0 or 1 + int in - in point + int out - out point + + Read Only Properties + + none + + Mutable Properties + + none + + Dependencies + + none + + Known Bugs + + none + + obscure Description