We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a5879 commit 38094e0Copy full SHA for 38094e0
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 --first-pass $BASENAME.stats -o $BASENAME.ivf -r $BASENAME-rec.y4m --threads 1 $EXTRA_OPTIONS > $BASENAME-enc.out)
0 commit comments