Page 1 of 1

3rd Transcoding step is missing ?

PostPosted: Tue May 08, 2012 1:39 pm
by meld0
Hey,

i am currently trying to get stereotool to work with subsonic.
I have a lot of flac files so i need to decode them to wave then process them with stereotool and them encode them to mp3 for streaming.
But on the transcoders page the 3rd transcoding step that was there before is missing now. I think it was removed in 4.6 but i wonder why?

With Regards,
meld0

Re: 3rd Transcoding step is missing ?

PostPosted: Tue May 08, 2012 3:10 pm
by meld0
Nevermind, i wrote a shell script to do it...
If anyone has the same problem here is my solution. Just put the File in Subsonics transcode folder, edit the paths and
edit the default transcoder to look something like: custom_convert %s %b


Code: Select all
cat bin/custom_convert


#!/bin/bash


stereotool=PATH_TO_CMD
stereotool_config=PATH_TO_STS

input=$1
bitrate=$2
artist=$3
album=$4
title=$5

ffmpeg -i $input -f wav - | $stereotool - - -s $stereotool_config | lame -b $bitrate - -