petrkotek / chromecastize

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

Some versions of mediainfo do not return the channel count #61

Closed pfrenssen closed 4 years ago

pfrenssen commented 4 years ago

Default to 3 channels in this case, so that when the --stereo option is passed and the number of channels cannot be determined, a conversion to stereo is forced.

Fixes #60