https://bugzilla.wikimedia.org/show_bug.cgi?id=55942
--- Comment #1 from Bawolff (Brian Wolff) <[email protected]> --- Hmm, final file size is not stored in db where all the other transcode info is pulled out of. bitrate is calculated exactly from file size though: $bitrate = round( intval( filesize( $this->getTargetEncodePath() ) / $file->getLength() ) * 8 ); -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
