Post Reply 
Streaming SACD ISOs
04-04-2020, 00:04 (This post was last modified: 04-04-2020 00:05 by lyapounov.)
Post: #8
RE: Streaming SACD ISOs
This is the batch file which I used to extract dsf from all my iso files on my iMac

#!/bin/sh
# Note : This file is to be placed in the folder where you want the output
# BASEDIR Is the place where all iso files are
# They can be in many sub directories
# SacdCmd is the place where the application is

BASEDIR="../__ISO"
SacdCmd="/Applications/_mmedias/Audio/iso2dsd_OSX_v6/sacd_extract -2 -s -c -P -i"

find $BASEDIR -type f -name "*.iso" -exec $SacdCmd {} \;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Streaming SACD ISOs - jacobacci - 29-03-2020, 13:49
RE: Streaming SACD ISOs - rompolompo - 29-03-2020, 14:09
RE: Streaming SACD ISOs - simoncn - 29-03-2020, 15:30
RE: Streaming SACD ISOs - jacobacci - 30-03-2020, 10:15
RE: Streaming SACD ISOs - jacobacci - 02-04-2020, 09:04
RE: Streaming SACD ISOs - lyapounov - 04-04-2020 00:04

Forum Jump:


User(s) browsing this thread: 1 Guest(s)