Frontah description
A general-purpose frontend, especially for audio encoding/decoding
Frontah application was designed to be a general-purpose frontend, especially for audio encoding/decoding.
It was initally written in Delphi 6 Personal Edition which could be downloaded freely from borland. Source will be available when it becomes stable enough and when I've done some code cleanups.
Here are some key features of "Frontah":
· Script-based so adding support for future formats is easy.
· The text of every button can be changed, so language translation is possible.
· Time estimation
· Internal support (shows bitrate/length/encoder/info) for: MP3,MPC,OGG,FLAC,APE,WV,WAV
· Simple tag & file info viewer/editor
· Redirection of stderr to file
· Can handle filesizes up to 8 Exabytes (263-1 bytes). The actual limits may be 2GB or 4GB depending on your OS and/or filesystem used.
· Full Unicode support. Note: even if it passes the arguments in unicode, the encoder/decoder must itself also support it.