illustrate
Products            Buy            Support Forum            Registrations            About           
 

Warning when converting flac to opus on Mac.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • apastuszak
    dBpoweramp Supporter
    • Sep 2020
    • 22

    #1

    Warning when converting flac to opus on Mac.

    I'm playing with converting FLAC files to vbr 192kbps opus files. Conversion works flawlessly. But when I do an ogginfo on the files, I get the following warning:

    WARNING: Invalid picture parameters in METADATA_BLOCK_PICTURE comment 43 (stream 1): width (400), height (399), depth (0), and colors (0) MUST either be set to valid values or all set to 0

    If I use the command line oggenc tool to do the conversion with the following command line options, ogginfo does not give me any warnings.

    Code:
    opusenc --vbr --bitrate 192 file.flac file.opus
Working...