Splish Splash, an SRL prop takes a swim
Sunday, April 5, 2009
An SRL prop takes a swim…
This was recorded on my Blackberry way back in the ancient era and I ffmpeged it back to life. Fun times in the gold olde days when SF still had a thriving art scene. The post is backdated to the contemporary era, but these comments are 2023.
If the video doesn’t play, dump your iPhone for a non-walled garden device.
Encode parameters
ffmpeg -i splishsplash.MOV -vf vidstabdetect -f null -; ffmpeg -i splishsplash.MOV -vf vidstabtransform=zoom=1:smoothing=5:optzoom=2:interpol=bicubic:input="transforms.trf" -c:v libsvtav1 -pix_fmt yuv420p10le -preset 2 -svtav1-params tune=0 -b:v 0 -crf 41 -pass 1 -an -f null /dev/null && \ ffmpeg -i splishsplash.MOV -vf scale=-2:960:flags=lanczos,vidstabtransform=zoom=1:smoothing=5:optzoom=2:interpol=bicubic:input="transforms.trf" -c:v libsvtav1 -pix_fmt yuv420p10le -preset 2 -svtav1-params tune=0 -b:v 0 -crf 41 -pass 2 -c:a libopus -b:a 24000 splishsplash.webm
Posted at 19:23:58 GMT-0700