@@ -34,7 +34,7 @@ Opens files using ffmpeg and nothing else. May be frame accurate on good days. T
...
@@ -34,7 +34,7 @@ Opens files using ffmpeg and nothing else. May be frame accurate on good days. T
</p>
</p>
<p>
<p>
<b>FFVideoSource(string source, int track, bool cache = true, string cachefile = source + ".ffindex", string pp, int threads = -1, string timecodes, int seekmode = 1)</b><br/>
<b>FFVideoSource(string source, int track, bool cache = true, string cachefile = source + ".ffindex", int fpsnum = -1, int fpsden = 1, string pp, int threads = -1, string timecodes, int seekmode = 1)</b><br/>
Opens video, will invoke indexing with the defaults if no preexisting index is found
Opens video, will invoke indexing with the defaults if no preexisting index is found
</p>
</p>
...
@@ -73,6 +73,11 @@ Opens files using ffmpeg and nothing else. May be frame accurate on good days. T
...
@@ -73,6 +73,11 @@ Opens files using ffmpeg and nothing else. May be frame accurate on good days. T
Track number as seen by the relevant demuxer, starts from 0, -1 means it will pick the first suitable track.
Track number as seen by the relevant demuxer, starts from 0, -1 means it will pick the first suitable track.
</p>
</p>
<p>
<b>fpsnum & fpsden:</b>
For VFR -> CFR conversion. Setting fpsnum <=0meansa1:1relationwiththeencodedframes.
</p>
<p>
<p>
<b>timecodes:</b>
<b>timecodes:</b>
File to output timecodes to, if the file exists it will be overwritten.
File to output timecodes to, if the file exists it will be overwritten.
...
@@ -188,10 +193,13 @@ Note that --enable-w32threads is required for multithreaded decoding to work.
...
@@ -188,10 +193,13 @@ Note that --enable-w32threads is required for multithreaded decoding to work.
<ul>
<ul>
<li>2.00 beta 3<ul>
<li>2.00 beta 3<ul>
<li>Compiled with libfaad2 again (has anyone seen a single aac file lavc can open right now?)</li>
<li>More API changes (and even more are likely to come)</li>
<li>Several access violations and memory leaks on opening and indexing files fixed</li>
<li>Added a VFR to CFR mode</li>
<li>Added a VFR to CFR mode</li>
<li>Readded FFAudioSource support for other containers (glitches still present as in previous versions but should be better now)</li>
<li>Readded FFAudioSource support for other containers (glitches still present now and then but no separate raw cache is required and possibly less buggy</li>
<li>Renamed the dll to FFMS2.dll, FFMS2 is now the official short name of the project</li>
<li>Renamed the dll to FFMS2.dll, FFMS2 is now the official short name of the project</li>