Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: douche on January 29, 2016, 12:26:58 PM

Title: video to APNG
Post by: douche on January 29, 2016, 12:26:58 PM
need this feature so badly
Title: Re: video to APNG
Post by: Jan Gruuthuse on January 29, 2016, 01:33:09 PM
Animated Portable Network Graphics (APNG (https://en.wikipedia.org/wiki/APNG)) file format
Title: Re: video to APNG
Post by: douche on December 15, 2016, 07:37:43 AM
bump
Title: Re: video to APNG
Post by: eumagga0x2a on December 15, 2016, 08:37:16 AM
If you need to apply video filters, this adds an additional re-encoding step, diminishing quality, but once you have a video clip in another format ready, do

ffmpeg -i your-video-clip -c apng your-video-clip-as-apng.png

and in case "your-video-clip" was encoded with h264, you'll inflate the original file size 50x or more  ;)