diff options
| author | Anton Novoselov <[email protected]> | 2017-08-01 12:53:38 +0300 |
|---|---|---|
| committer | Anton Novoselov <[email protected]> | 2017-08-01 12:53:38 +0300 |
| commit | 236f03c0b9a4982328ed1201978f7f69d192d9b2 (patch) | |
| tree | e486f2fa39dba203563895541e92c60ed3e25759 /docs/api_docs/files/pageconverter.html | |
| parent | Added screens to welcome page (diff) | |
| download | blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.tar.xz blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.zip | |
Blast 1.1 release (windows / linux)
see docs/release_notes.txt for details
Diffstat (limited to 'docs/api_docs/files/pageconverter.html')
| -rw-r--r-- | docs/api_docs/files/pageconverter.html | 37 |
1 files changed, 14 insertions, 23 deletions
diff --git a/docs/api_docs/files/pageconverter.html b/docs/api_docs/files/pageconverter.html index 18ac0a3..70c805c 100644 --- a/docs/api_docs/files/pageconverter.html +++ b/docs/api_docs/files/pageconverter.html @@ -1,6 +1,6 @@ <html> <head> - <title>NVIDIA(R) Blast(R) SDK 1.0 API Reference: DataConverter</title> + <title>NVIDIA(R) Blast(R) SDK 1.1 API Reference: LegacyConverter</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css"> </head> @@ -20,38 +20,29 @@ </div> <!-- Generated by Doxygen 1.5.8 --> <div class="contents"> -<h1><a class="anchor" name="pageconverter">DataConverter </a></h1><div class="fragment"><pre class="fragment"> +<h1><a class="anchor" name="pageconverter">LegacyConverter </a></h1><div class="fragment"><pre class="fragment"> USAGE: - DataConverter -i <infile> -o <outfile> [-v <outversion>] [--] - [--version] [-h] + LegacyConverter <infile> [-t <type>] [-o <outfile>] [-e <encoding>] Where: - -i <infile>, --infile <infile> - (required) Input binary file. + <infile> (required) Input legacy format file. - -o <outfile>, --outfile <outfile> - (required) Output binary file. + -t <type> + (optional) The file format of <infile>. Must be one of: {llasset, tkasset, bpxa, pllasset, ptkasset, pbpxa} (case insensitive). + If not given, the file extension of <infile> is used. + + -outfile <outfile> + (optional) Filename (including path) of the output converted file. + If not given, the filename <infile> is used, with extension (if it has one) changed to .blast. - -v <outversion>, --outversion <outversion> - Output binary block version. Pass -1 or ignore this parameter to - convert to latest version. - - --, --ignore_rest - Ignores the rest of the labeled arguments following this flag. - - --version - Displays version information and exits. - - -h, --help - Displays usage information and exits. + -e <encoding> + (optional) Encoding to use for output file. Must be one of: {cpnb, raw} (case insensitive). + If not given, cpnb (Cap'n Proto binary) is used. </pre></div><p> -Blast™ low-level and Tk libraries will only load data in the most current format. If your data is in an older format, you may use the <a class="el" href="pageextconverterll.html">Data Format Conversion Extension (NvBlastExtConverterLL)</a> API to convert to the current format.<p> -DataConverter.exe is a utility to convert Blast™ data from an older format into the current format. The data must be stored in a binary-format file with filename given as the <infile> parameter. It uses the <a class="el" href="pageextconverterll.html">Data Format Conversion Extension (NvBlastExtConverterLL)</a> API to perform the conversion.<p> -Currently, DataConverter only works on the low-level data formats for an asset (<a class="el" href="struct_nv_blast_asset.html">NvBlastAsset</a>) and family (<a class="el" href="struct_nv_blast_family.html">NvBlastFamily</a>). The .blast files used by SampleAssetViewer (see <a class="el" href="pagesamples.html">Samples</a>) may be converted using this tool.<p> <br> </div> <!-- start footer part --> |