That's cool! How can i get ONLY the dimensions (I mean something like 320x320 for example). Thanks. Diego.<br><br><div><span class="gmail_quote">31 May 2007 12:03:32 -0000, <a href="mailto:sas.18752793@bloglines.com">sas.18752793@bloglines.com
</a> <<a href="mailto:sas.18752793@bloglines.com">sas.18752793@bloglines.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
--- Greater London Linux User Group <<a href="mailto:gllug@gllug.org.uk">gllug@gllug.org.uk</a> wrote:<br>> Exists an<br>open source command-line tool that I can call to figure out the<br>> dimensions<br>of a video?
<br><br>If you've got mplayer (<a href="http://www.mplayerhq.hu/">http://www.mplayerhq.hu/</a>) installed,<br>you can use something like<br><br>mplayer video.avi -identify -frames 0 | grep<br>ID_<br><br>to get details about the video.
<br><br>--<br>Gllug mailing list  -  <a href="mailto:Gllug@gllug.org.uk">Gllug@gllug.org.uk</a><br><a href="http://lists.gllug.org.uk/mailman/listinfo/gllug">http://lists.gllug.org.uk/mailman/listinfo/gllug</a><br></blockquote>
</div><br>