Displaying 2 results from an estimated 2 matches for "hev2_".
Did you mean:
dev22
2023 Apr 16
1
Transcode lossy to further reduced lossy to stream over Icecast
...c previously.
It also seems I cannot tease ffmpeg into encoding FDK's AAC with VBR.
As it stands, Opus clearly wins in this scenario.*
Q:
Is it possible to stream in variable bitrate?
*
ffmpeg -i "$track" -vn -ac 2 -c:a libfdk_aac -profile:a aac_he_v2 -b:a $br -vbr 5 "${track}.HEv2_$br.aac"
ffmpeg -i "$track" -vn -ac 2 -c:a libopus -b:a $br -vbr on "${track}.vbr$br.ogg"
On Sat, 2023-04-15 at 16:17 -0500, Brad Isbell wrote:
> Opus or AAC will give you comparable results at reasonable bitrates
> (~128k).
> Though, I would suggest finding a way...
2023 Apr 15
1
Transcode lossy to further reduced lossy to stream over Icecast
Opus or AAC will give you comparable results at reasonable bitrates (~128k).
Though, I would suggest finding a way to get more storage. You could
upload to Backblaze B2 or AWS S3 for pennies, if your current host won't
let you upgrade.
On Sat, Apr 15, 2023 at 3:36?PM D.T. <ohnonot-github at posteo.de> wrote:
> Situation:
>
> - remote virtual server with very little