On Fri, Feb 05, 2016 at 07:39:42PM +0100, 'highskywhy@yahoo.de' highskywhy@yahoo.de [LINUX_Newbies] wrote:
> Thank You.
>
> I ll add some questions:
>
> What the most easy way to create out of 100 pngs pictures a gif89, by Gimp?
> How to convert a gif89 to avi or wmv and how create a gif89 out of a wmv
> file?
>
> Regards Thank You. Lunch was delicious.
Glad you liked lunch. I haven't done much converting of gif to video and
vice versa but
http://superuser.com/questions/556029/how-do-i-convert-a-video-to-gif-using-ffmpeg-with-reasonable-quality
seems to have some answers. I have used it once or twice, especially with
one of the commands in that thread.
ffmpeg -i input -vf scale=320:-1 -r 10 -f image2pipe -vcodec ppm - |
convert -delay 5 -loop 0 - output.gif
>
--
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
Posted by: Scott <scottro@nyc.rr.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (9) |
No comments:
Post a Comment