Re: [FFmpeg-user] How to pipe png output from FFmpeg into cavif.

2021-03-15 Thread bat guano
From: ffmpeg-user on behalf of Carl Eugen Hoyos Sent: 15 March 2021 16:53 To: FFmpeg user questions Subject: [SOLVED] Re: [FFmpeg-user] How to pipe png output from FFmpeg into cavif. -f rawvideo -vcodec png - Excellent! Thanks for your help

Re: [FFmpeg-user] How to pipe png output from FFmpeg into cavif.

2021-03-15 Thread Carl Eugen Hoyos
> Am 15.03.2021 um 16:17 schrieb bat guano : > > How do I make FFmpeg send it's png output to stdout? -f rawvideo -vcodec png - FFmpeg accepts such streams as input, other programs may fail. Carl Eugen ___ ffmpeg-user mailing list

[FFmpeg-user] How to pipe png output from FFmpeg into cavif.

2021-03-15 Thread bat guano
​Hi FFmpeg doesn't have ability to create avif image files (yet). I have used FFmpeg to re-size png files then convert them with cavif program. (Releases of cavif are here ---> https://github.com/kornelski/cavif-rs/releases) Like this... ffmpeg -i infile.png -vf scale="424:-1" temp.png; cavif