Re: [CODE4LIB] .gif - determining it's time length

2022-06-08 Thread Tim McMahon
I messed up and sent as a new post (to WEB4LIB in the subject line).  Here's a reply where it should be. Look for exiftool.  Use 'exiftool filename.gif' and it will give you the duration along with other info. Most gif animations aren't very long, you could convert it and check the length o

Re: [CODE4LIB] .gif - determining it's time length

2022-05-31 Thread Menk, Robert - 0050 - MITLL
ubject: Re: [CODE4LIB] .gif - determining it's time length Perhaps Handbrake can handle the conversion if you'd prefer a GUI? https://handbrake.fr/ Andrew On Tue, May 31, 2022 at 4:34 PM Alex Dunn wrote: > If you're comfortable with command-line tools, ffmpeg includes a tool

Re: [CODE4LIB] .gif - determining it's time length

2022-05-31 Thread Andrew Ward
Perhaps Handbrake can handle the conversion if you'd prefer a GUI? https://handbrake.fr/ Andrew On Tue, May 31, 2022 at 4:34 PM Alex Dunn wrote: > If you're comfortable with command-line tools, ffmpeg includes a tool > called ffprobe that will extract metadata from a GIF, including length. > ff

Re: [CODE4LIB] .gif - determining it's time length

2022-05-31 Thread Alex Dunn
If you're comfortable with command-line tools, ffmpeg includes a tool called ffprobe that will extract metadata from a GIF, including length. ffmpeg itself can also convert a GIF to another video format: `ffmpeg -i input.gif output.mp4` On Tue, May 31, 2022 at 8:13 AM charles meyer wrote: > Than

Re: [CODE4LIB] .gif - determining it's time length

2022-05-31 Thread charles meyer
Thanks, Joe. But, my ultimate goal is to convert the .gif into an .mp4 with a downloadable, free converter so I can watch the instructional video in VLC, DR, OpenShot, etc. In those video viewers/editors I can pause, rewind, do a clip capture, etc. I've only found Irfanview which can play a .gif

Re: [CODE4LIB] .gif - determining it's time length

2022-05-30 Thread Joe Hourclé
> On May 30, 2022, at 12:02 PM, charles meyer wrote: > > Hi my esteemed listmates, > > > I’m trying to ascertain how long in minutes and seconds a certain .gif is? … > If not, what free, downloadable program do you use to view .gifs? … > My goal is to convert the .gif to .MP4 to play in VLC, D