We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdec57a commit c854fdaCopy full SHA for c854fda
large-scale-viz/generate_all_videos.sh
@@ -6,7 +6,7 @@ versions=("extra_fast" "fast" "medium" "full")
6
# Loop through each version and run the ffmpeg command
7
for version in "${versions[@]}"; do
8
echo "Processing version: $version"
9
- ffmpeg -framerate 60 -i images/coord_map_${version}_%d.exr \
+ ffmpeg -y -framerate 60 -i images/coord_map_${version}_%d.exr \
10
-vf "crop=512:512:0:0,curves=all='0/0 0.0002/0.01 1/1',scale=iw*8:ih*8:flags=neighbor" \
11
-c:v prores_ks -profile:v 3 "output_${version}.mov"
12
done
0 commit comments