Skip to content

Johnny's Plot Converter v.2.0

Compare
Choose a tag to compare
@JohnnyFFM JohnnyFFM released this 09 Jun 10:38
· 8 commits to master since this release

New Features
-displays expected memory to be used
-fast mode for disk-to-disk added (reads and writes in parallel alternates scoops to reduce HDD seeks)
-log-file feature
-improved error handling (e.g. if a file is locked, it will be skipped)
-option to stop conversion after current file in progress
-disabled direct I/O for some exotic cases for compatibility
-added command line options:

    -srcfile : specify source file
    -srcdir : specify source directory
    -tardir : specify target directory for disk-to-disk mode
    -ddio : sisable direct I/O
    -log : create log files
    -fast : enable fast disk-to-disk mode
    -autostart : automatically start conversion
    -mem : specify maximum memory to be used (size: 96..4096)
    -startscoop : start conversion at a specific scoop number (scoop: 0..2047)