artenax
artenax
Since ffmpeg 3.0+ (in 2016) the native aac encoder has been significantly revised and improved. The developers call the CBR mode stable. However, my testing shows that ffmpeg 3.0+ aac...
> Effective range for -q:a is around 0.1-2 However, ffmpeg accepts values higher than 2.0 outside the documentation and the bitrate is higher. > Can you also confirm that PeerTube...
Guys, it's funny, but I checked some other encoders and they gave good results: ac3 (sonic and ffmpeg) 192k, dts 320k, wma9 std VBR V90 190k and wma9 pro VBR...
Can you use `-c:a aac -q:a 2.4 -cutoff 18000 -af volume=-2dB` ? It's not that bad. It's inaccurate, but not terrible. Try experimenting with advanced settings: `ffmpeg -h encoder=aac` ```...
> ffmpeg 6.1 fixes the audio quality issue Yeah, spectra got better in ffmpeg >= 6.0, but the sound still sucks (in CBR mode). VBR (-q:a) mode is cool. It's...
If you need ffmpeg 6 with fdk-aac use [this static build](https://github.com/artenax/ffmpeg/releases/download/n5.1.2/ffmpeg6-fdk-free-linux64.7z) (put it in /usr/local/bin). It is **legal** because it contains a **Fedora patch** that removes patented components (HE profiles)....
Try blocking the UDP protocol in iptables. But Tox does not work very well over TCP.
If you want to use toxvpn in the modern commercial sense (not the classic one - simply connecting two computers to a network), i.e. accessing the internet through another computer,...
toxvpn connects two computers to a network. It is up to you to choose which services to use (you must configure them yourself). samba, web, ftp, proxies, printers. As in...
You can also use [tuntox](https://github.com/gjedeer/tuntox/issues/75#issuecomment-2106216395).