Sunday, April 25, 2021

HOWTO convert webp to png, and from webm to mkv with ffmpeg

 # image conversion

convert input.webp output.png


# video conversion

ffmpeg -i input.webm  -c:av copy  output.mkv

Labels: , , , , , ,