Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 293 Bytes

_notes.md

File metadata and controls

10 lines (7 loc) · 293 Bytes

ffmpeg -i input.mp4 out%05d.png ffmpeg -hwaccel cuda -i input.mp4 out%05d.png

heic convert

find . -iname "*.heic" -exec heif-convert -q 100 {} {}.png ;

magick convert image.heic image.jpg convert _.heif -set filename:base "%[basename]" "%[filename:base].jpg" mogrify -format png _.heif