im currently trying to implement impulse convolution on the fly with ffmpeg, so i just need to add "-i impulse.wav -lavfi afir" to transcoder settings. while it works with ffmpeg in commandline , it doesnt playback anything through subsonic. what could be the problem?
edit: currently it looks like this
- Code: Select all
ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -i impulse.wav -lavfi afir -