Transcode mp3 with ffmpeg & libmp3lame in realtime?
Hi,
I would like to transcode my mp3s/flac in realtime before streaming them.
E.g. all of them to mp3 with 128kBit.
But transcoding takes longer that the track playtime.
E.g. test with 4:44min mp3 (VBR 171):
- Code: Select all
time ffmpeg -i test.mp3 -ab 128000 -f mp3 - > /dev/null
real 6m32.543s
user 6m20.620s
sys 0m0.240s
I did a lot of runs with other options, other files (mp3/flac) but results ...
more ...
Statistics : 1 Post || 30 Views
Post by
abgestumpft