If you wnat to convert an entire directory open a terminal in that directory ed execute the following bash file dff2dsf.sh
#!/bin/bash
for i in *.dff ; do
[[ -f "$i" ]] || continue
dff2dsf "$i" "${i%.dff}.dsf"
done
Search Criteria
Package Details: dff2dsf 1.2.2-1
Package Actions
| Package Base: | dff2dsf |
|---|---|
| Description: | Signalyst DFF to DSF command line conversion utility |
| Upstream URL: | http://www.signalyst.com/professional.html |
| Category: | multimedia |
| Licenses: | |
| Submitter: | blackhole |
| Maintainer: | blackhole |
| Last Packager: | blackhole |
| Votes: | 1 |
| First Submitted: | 2014-10-12 22:42 |
| Last Updated: | 2014-11-19 15:09 |
Required by (0)
Sources
Latest Comments
Comment by blackhole
Comment by blackhole
This package can convert DSD audio files from .dff to .dsf
See
http://dsd-guide.com/faq/what-difference-between-dsd-dsf-dff-files
Usage:
dff2dsf <infile> <outfile>