X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=video%2Fcalc_bitrate;h=e5091fda738c77e704f74a5ce49bdd825dd6f25f;hb=cb2704d43b9c3070d78b60193cbcaef33d1b525a;hp=e680ac9a62f426caf275f777fea244d9dd1422e8;hpb=6c49eb3eb2c236f0e8e711eec72b32d01d629050;p=audio-cdr-video.git diff --git a/video/calc_bitrate b/video/calc_bitrate index e680ac9..e5091fd 100755 --- a/video/calc_bitrate +++ b/video/calc_bitrate @@ -18,4 +18,4 @@ else bpp="$4" fi -echo bitrate = "$width * $height * $fps * $bpp / 1000" = `python -c "print $width * $height * $fps * $bpp / 1000"` +echo bitrate = "$width * $height * $fps * $bpp / 1000" = `expr $width * $height * $fps * $bpp / 1000`