I'm encoding a speech sample (in *.WAV format) to *.opus file, using "opusenc" with VBR option enabled. At successful completion of the encoding, the opus encoder returns a report briefing XXX many packets in YY pages and ranges of packet sizes in bytes.
However, I need more information than this. I want to know the actual byte count for each packet in the resulting opus file, of course in the correct order of the encoded packets.
Can anyone help me on achieving the goal with minimal programming? Is there any opus file analyzer or player to provide the information I need?
if you are trying to get the file size you can try this