petrkotek / chromecastize

Bash script to convert video files into Google Chromecast supported format.
MIT License
178 stars 34 forks source link

Default to Opus for the audio codec #70

Open pfrenssen opened 1 year ago

pfrenssen commented 1 year ago

We are still defaulting to Ogg Vorbis as the audio codec but this has been superseded by Opus years ago. Opus is fully supported in all chromecast devices.

pfrenssen commented 1 year ago

I've been doing some tests with Opus but I am hitting this bug: https://trac.ffmpeg.org/ticket/5718

With Vorbis this doesn't happen. Probably we should stick with Vorbis until this is fixed.