Log in

View Full Version : sox temporary file size?


Selur
14th July 2014, 14:55
Does anyone know that file sizes I should expect for the temporary files created by sox when calling in example:
ffmpeg -y -threads 8 -loglevel fatal -i "iId_1_aid_128_lang_en_DELAY_-123ms_10_19_29_3810_01.ac3" -ac 6 -ar 48000 -f sox - | sox --multi-threaded --ignore-length --temp "H:\Temp" --buffer 524288 -S -t sox - -b 16 -t sox - remix -m 1v0.3694,3v0.2612,5v0.3694 2v0.3694,3v0.2612,6v0.3694 norm | ffmpeg -y -threads 8 -f sox -i - -c:a libvo_aacenc -b:a 64k -ac 2 -ar 48000 "iId_1_aid_128_lang_en_DELAY_-123ms_10_19_29_3810_02.aac"

Problem is during the processing Hybrid creates a temporary file and if the hdd space is space this might lead to sox stopping during the caching, so I wanted to know how to estimate the cache file size so I can (automatically) check the file space before running this or similar commands,..