OS4 DepotLogo by DaveyD 
(anonymous IP: 3.144.202.167,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Filetool » dax2iso.lha

Dax2iso

Description: Convert DAX images to ISO
Download: dax2iso.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 58kb
Version: 0.3
Date: 25 Feb 2008
Author: Dark_AleX, Fredrik Wikström (OS4 port)
Submitter: Fredrik Wikström
Email: fredrik/a500 org
Homepage: http://a500.org
Category: utility/filetool
Replaces: utility/filetool/dax2iso.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 3460
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 401  (Current version)
436  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
DAX2ISO Converter 0.3 (by Dark_AleX)

Usage: daxcr [OPTIONS] inputfile outputfile [infofile]

infofile: optional text file to be created with information about the
compression of each frame.

OPTIONS are: 

-d: decompress the inputfile to outputfile.
    If not set, default operation is to compress inputfile to outputfile.
-ln: where n is a number from [0-9]. Specifies the zlib compression level.
    0=default compromise between speed and compression.
    1=compress faster, but worse.
    9=compress slower, but better.
-an: where n is a number between 0-8192 or nothing.
     It activate the search of not compressed (NC) areas.
     n indicates the limit from which consider that a frame is not
     enough compressed, and making it a candidate to form part of a NC area.
     If n is not specified or if it's zero, then the value 8192 is used,
     which is the same size that the frame size of the dax format, meaning
     that only frames that not were compressed at all, not even a single byte,
     will be candidates to be part of a NC area.
-v: it searchs for video files in the input file and forced them
    to be part of NC areas without analyzing if they could be compressed.
    After that, the search of other NC areas will be done, even if
    "-a" was not specified.
-s: it searchs for audio files in the input file and forced them
    to be part of NC areas without analyzing if they could be compressed.
    After that, the search of other NC areas will be done, even if
    "-a" was not specified.
-w: if this option is set, the program will wait for user input
    before exiting.

Changes:

(25-Feb-2008)
 - Fixed all endian issues that I could find (both compress/decompress should
   be working correctly now)



Copyright © 2004-2024 by Björn Hagström All Rights Reserved