@elminuto @wikinaut@chaos.social @adfc_tempelhof
1. Gibt es leider nicht mehr! (Die #YI #Dashcam Kamera war ein #Spitzentipp von #BerlinCyclist)
2. #Deshaking siehe
https://github.com/Wikinaut/utils/wiki#deshaking-video-1
#ffmpeg - das Schweizer Taschenmesser der Bildverarbeitung!
# pass1
ffmpeg -i input.mp4 -vf vidstabdetect -f null -
# pass2
ffmpeg -i input.mp4 -vf vidstabtransform=crop=black:smoothing=20,unsharp=5:5:0.8:3:3:0.4 output.mp4
#yi #dashcam #spitzentipp #berlincyclist #deshaking #ffmpeg