ffmpeg -i %s -ab %bk -v 0 -f mp3 -

Posted:
Thu Aug 14, 2014 11:33 am
by shinsui
OK. I have read about transcoding and I think I understand it. However, I can't find the meaning of the %bk I know it stands for the used bitrate, but where is this value defined?
//dick
Re: ffmpeg -i %s -ab %bk -v 0 -f mp3 -

Posted:
Thu Aug 14, 2014 4:42 pm
by daneren2005
It is defined by whichever client is doing the transcoding. The web flash player probably has some default value it uses, and the mobile clients all have some way to control what value it uses. You could hard code it if you wanted, but I don't see any reason to.
Re: ffmpeg -i %s -ab %bk -v 0 -f mp3 -

Posted:
Fri Aug 29, 2014 4:14 pm
by rancur3p1c
doesn't cover it. I've been googling and looking all over for -ab, can't find it.
I guessed that it was %b as in insert bitrate to the command line here, followed by k, eg "128k"
stack overflow confirms.