This is a ogg file on my pc Everything show the Audio Bit Rate of it is
4294967 kbps
I have tried an other audio editor , it shows 0 bit
I felt strange
Perhaps this file is a broken oggfile?
Code: Select all
Overall bit rate mode : Variable
Overall bit rate : 270 kb/s
Writing application : Adobe(R) Audition(R)
Code: Select all
Duration: 00:00:03.74, start: 0.000000, bitrate: 270 kb/s
Stream #0:0: Audio: vorbis, 96000 Hz, stereo, fltp, 4294967 kb/s
Metadata:
ENCODER : Adobe(R) Audition(R)not Overall bit rate.it is something called Audio Bit Ratetherube wrote: Wed May 31, 2023 3:13 pm MediaInfo says:ffprobe (ffmpeg) says:Code: Select all
Overall bit rate mode : Variable Overall bit rate : 270 kb/s Writing application : Adobe(R) Audition(R)It might ? be this, What is the difference of duration bitrate and stream bitrate in ffmpeg/ffprobe??Code: Select all
Duration: 00:00:03.74, start: 0.000000, bitrate: 270 kb/s Stream #0:0: Audio: vorbis, 96000 Hz, stereo, fltp, 4294967 kb/s Metadata: ENCODER : Adobe(R) Audition(R)
I’ve got it.void wrote: Thu Jun 01, 2023 3:33 am Yes, the bit rate stored in the header is incorrect.
Everything will use the value stored in the header.