updated version + added missing parameter to README.md.

This commit is contained in:
Koroban 2013-07-23 18:46:42 +02:00
parent 6d4f93e4ab
commit d53d82d953
2 changed files with 5 additions and 1 deletions

View File

@ -102,6 +102,7 @@ Input has to be an AviSynth script with RGBA as output colorspace
[on=1, off=0]
-b, --buffer-opt <integer> Optimize PG buffer size by image
splitting. [on=1, off=0]
-F, --forced <integer> mark all subtitles as forced [on=1, off=0]
```

View File

@ -15,6 +15,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*----------------------------------------------------------------------------
* Version 2.09
* - Added parameter -F to mark all subtitles forced
*
* Version 2.08
* - Fix PNG filename references when used with timecode offsets
*
@ -603,7 +606,7 @@ void mk_timecode (int frame, int fps, char *buf) /* buf must have length 12 (inc
void print_usage ()
{
fprintf(stderr,
"avs2bdnxml 2.08\n\n"
"avs2bdnxml 2.09\n\n"
"Usage: avs2bdnxml [options] -o output input\n\n"
"Input has to be an AviSynth script with RGBA as output colorspace\n\n"
" -o, --output <string> Output file in BDN XML format\n"