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.
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