![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
MP4 to GIFby Bod (Priest) |
on Oct 25, 2022 at 16:53 UTC ( #11147686=perlquestion: print w/replies, xml ) | Need Help?? |
Bod has asked for the wisdom of the Perl Monks concerning the following question: I'm wanting to start with an MP4 and extract a short section to end up with a GIF. Currently we use ezgif and do this manually. But I want a solution that is much more automated either running on our webserver or locally. Thinking that someone must have wanted to do this before, I expected to find something suitable on CPAN but cannot find anything. So, the plan is to use Video::FrameGrab to extract a few consecutive frames then use GD to stitch these into a GIF Is this a good approach or can you suggest a better methodology?
Back to
Seekers of Perl Wisdom
|
|