Possible error of bitrates?

Here you can submit bugreports
Post Reply
rholm
Posts: 27
Joined: Wed Jun 01, 2016 10:23 am

Possible error of bitrates?

Post by rholm »

Hi,

I am running some conditional values, but according to the log the output looks incorrect

For the video I get an error: "%i_v_bitrate%<=600" is "497692<=600" - My bitrate is actually below 600 but it seems like being identified as 497692?
Some for audio: "%i_a_bitrate%<=128" is "62687<=128" - Same here, bitrate is below 128 but is noted as extremely high.

Am I doing something wrong or is it a bug?

THanks!
emcodem
Posts: 1646
Joined: Wed Sep 19, 2018 8:11 am

Re: Possible error of bitrates?

Post by emcodem »

Hi,

The bitrate values are presented in bit per second. Obviously you expect them to be presented in Kbit/s, so all you need to do is to divide by 1k, e.g.
%i_v_bitrate%/1000<=600

cheers,
emcodem
emcodem, wrapping since 2009 you got the rhyme?
rholm
Posts: 27
Joined: Wed Jun 01, 2016 10:23 am

Re: Possible error of bitrates?

Post by rholm »

Ah, that makes sense, will try that!

Thanks!!!
Post Reply