Skip to content

Commit

Permalink
Delete the anchor encode for bitrate testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rzumer committed Jun 1, 2020
1 parent e8a5879 commit 38094e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics_gather.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ rav1e)
if [ $ENCODING_MODE = "bitrate" ]; then
SIZE=$(stat -c %s $BASENAME.ivf)
anchor_bitrate
rm $BASENAME.ivf

# Perform the encode again in single-pass mode using the anchor bitrate.
$($TIMER $RAV1E $FILE --bitrate $BITRATE --first-pass $BASENAME.stats -o $BASENAME.ivf -r $BASENAME-rec.y4m --threads 1 $EXTRA_OPTIONS > $BASENAME-enc.out)
Expand Down

0 comments on commit 38094e0

Please sign in to comment.