user-586
10-03-2015, 09:44 PM
I download radio programmes and convert them in to mp3 having configured my options file thus
it would be nice if the process ffmpeg did not block to next download.
I've got 4 cpus and they are generally not being used most
of the time.
Perhaps each new call to ffmpeg could be "spawned" and ran in the background.
Code:
ffmpegradioopts -acodec libmp3lame -ac 2 -ar 24000 -ab 48k -loglevel quiet
aactomp3 1
it would be nice if the process ffmpeg did not block to next download.
I've got 4 cpus and they are generally not being used most
of the time.
Perhaps each new call to ffmpeg could be "spawned" and ran in the background.