We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11077f1 commit 57f5063Copy full SHA for 57f5063
metrics_gather.sh
@@ -250,6 +250,7 @@ rav1e)
250
if [ $ENCODING_MODE = "bitrate" ]; then
251
SIZE=$(stat -c %s $BASENAME.ivf)
252
anchor_bitrate
253
+ rm $BASENAME.ivf
254
255
# Perform the encode again in single-pass mode using the anchor bitrate.
256
$($TIMER $RAV1E $FILE --bitrate $BITRATE -o $BASENAME.ivf -r $BASENAME-rec.y4m --threads 1 $EXTRA_OPTIONS > $BASENAME-enc.out)
0 commit comments