Skip to content

Commit c854fda

Browse files
committed
don't ask before overwriting videos
1 parent bdec57a commit c854fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

large-scale-viz/generate_all_videos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ versions=("extra_fast" "fast" "medium" "full")
66
# Loop through each version and run the ffmpeg command
77
for version in "${versions[@]}"; do
88
echo "Processing version: $version"
9-
ffmpeg -framerate 60 -i images/coord_map_${version}_%d.exr \
9+
ffmpeg -y -framerate 60 -i images/coord_map_${version}_%d.exr \
1010
-vf "crop=512:512:0:0,curves=all='0/0 0.0002/0.01 1/1',scale=iw*8:ih*8:flags=neighbor" \
1111
-c:v prores_ks -profile:v 3 "output_${version}.mov"
1212
done

0 commit comments

Comments
 (0)