From 7d75796ee18df6bc66e87704092a2b2d7980a374 Mon Sep 17 00:00:00 2001 From: Fredrik Mellbin <fredrik.mellbin@gmail.com> Date: Wed, 24 Sep 2008 16:34:22 +0000 Subject: [PATCH] FFmpegSource2: mockumentation Originally committed to SVN as r2391. --- FFmpegSource2/ffmpegsource2.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/FFmpegSource2/ffmpegsource2.html b/FFmpegSource2/ffmpegsource2.html index 7d06152fe..4e53ea092 100644 --- a/FFmpegSource2/ffmpegsource2.html +++ b/FFmpegSource2/ffmpegsource2.html @@ -29,7 +29,7 @@ Opens files using ffmpeg and nothing else. May be frame accurate on good days. T <h2>Usage</h2> <p> -<b>FFIndex("string source, string cachefile = source + ".ffindex", int trackmask = 0, string audiofile = source, bool overwrite = false)</b><br /> +<b>FFIndex("string source, string cachefile = source + ".ffindex", int indexmask = 0, int dumpmask = 0, string audiofile = source, bool overwrite = false)</b><br /> Used to invoke indexing separately and to write audio tracks to disk as wave64 files </p> @@ -54,8 +54,8 @@ Opens files using ffmpeg and nothing else. May be frame accurate on good days. T </p> <p> -<b>trackmask:</b> - Which audio tracks to write to disk. It is a binary mask meaning that 7 corresponds to writing tracks 1-3. Non-audio tracks are ignored. -1 writes all tracks. +<b>indexmask & dumpmask:</b> + Which audio tracks to index/write to disk. Dumping a track also implies indexing since the same work has to be done anyway. It is a binary mask meaning that 7 corresponds to writing tracks 1-3. Non-audio tracks are ignored. -1 writes all tracks. </p> <p> @@ -186,6 +186,14 @@ Note that --enable-w32threads is required for multithreaded decoding to work. <h2>Changes</h2> <ul> +<li>2.00 beta 2<ul> +<ll>More API changes (and more are likely to come)</li> +<li>Includes a simple CLI indexing application</li> +<li>FFIndex now takes a few more arguments</li> +<li>Readded FFAudioSource (only matroska supported for now)</li> +<li>Updated FFmpeg to rev 15396</li> +</ul></li> + <li>2.00 beta 1<ul> <li>Can now be used as a stand alone library for making indices and retrieving frames</li> <li>Rewrote most things</li> -- GitLab