Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57f5063

Browse files
committedJun 2, 2020
Delete the anchor encode for bitrate testing
1 parent 11077f1 commit 57f5063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎metrics_gather.sh

+1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ rav1e)
250250
if [ $ENCODING_MODE = "bitrate" ]; then
251251
SIZE=$(stat -c %s $BASENAME.ivf)
252252
anchor_bitrate
253+
rm $BASENAME.ivf
253254

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

0 commit comments

Comments
 (0)
Please sign in to comment.