Skip to content
Extraits de code Groupes Projets
Valider 7d75796e rédigé par Fredrik Mellbin's avatar Fredrik Mellbin
Parcourir les fichiers

FFmpegSource2: mockumentation

Originally committed to SVN as r2391.
parent a1e144cb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -29,7 +29,7 @@ Opens files using ffmpeg and nothing else. May be frame accurate on good days. T ...@@ -29,7 +29,7 @@ Opens files using ffmpeg and nothing else. May be frame accurate on good days. T
<h2>Usage</h2> <h2>Usage</h2>
<p> <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 Used to invoke indexing separately and to write audio tracks to disk as wave64 files
</p> </p>
...@@ -54,8 +54,8 @@ Opens files using ffmpeg and nothing else. May be frame accurate on good days. T ...@@ -54,8 +54,8 @@ Opens files using ffmpeg and nothing else. May be frame accurate on good days. T
</p> </p>
<p> <p>
<b>trackmask:</b> <b>indexmask &amp; dumpmask:</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. 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>
<p> <p>
...@@ -186,6 +186,14 @@ Note that --enable-w32threads is required for multithreaded decoding to work. ...@@ -186,6 +186,14 @@ Note that --enable-w32threads is required for multithreaded decoding to work.
<h2>Changes</h2> <h2>Changes</h2>
<ul> <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>2.00 beta 1<ul>
<li>Can now be used as a stand alone library for making indices and retrieving frames</li> <li>Can now be used as a stand alone library for making indices and retrieving frames</li>
<li>Rewrote most things</li> <li>Rewrote most things</li>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter