Hello,
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?
a strange file
Re: a strange file
4294967 kbps is the average bitrate (nominal bitrate) stored in the header of this ogg file.
Everything will report this average bitrate as the Audio Bit Rate.
Everything will report this average bitrate as the Audio Bit Rate.
Re: a strange file
MediaInfo says:
ffprobe (ffmpeg) says:
It might ? be this, What is the difference of duration bitrate and stream bitrate in ffmpeg/ffprobe??
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)
Re: a strange file
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)
4294967 is too large.
common files will be 50,100kb,150kb ,roughly more or less
MediaInfo cannot read Audio bit rate of this file ,while can read Audio bit rate of other ogg files
ffmpeg can read it ,but it and says 4294967 kbs
So I guess the head of the ogg is broken or has been artificially modified?
Re: a strange file
Yes, the bit rate stored in the header is incorrect.
Everything will use the value stored in the header.
Everything will use the value stored in the header.