[MPlayer-users] helpme

Alejandro Néstor Vargas anv at xnetcuyo.com.ar
Wed Jul 3 15:46:01 CEST 2002


Arpi dijo:
> [Automatic answer: RTFM (read DOCS, FAQ), also read
> DOCS/bugreports.html] Hi,
>
>> There is a good way to take screenshots using mplayer. This is a
>> sample of making thumbnails for avi or mpg files at 10 seconds from
>> start:
>>
>>   rm -f 00000001.png 00000002.png
>>   mplayer -idx -frames 2 -ss 10 -vo png $filea 3>&1 2>&1 > /dev/null
>>   if [ -f 00000002.png ]
>>   then
>>       echo "making thumbnail thumbnail."
>>       mkdir -p thumbnails
>>       convert -scale 100x100 00000002.png JPEG:t/$a.jpg
>
> there is jpeg output too (-vo jpeg)

I don't remember now but i couldnt use it. But in my case it was not problem
because i need the convert -scale function to fit the  thumbnail in a box of
100x100

-- 
Alejandro Néstor Vargas
anv at xnetcuyo.com.ar
ICQ: 20528995.
Departamento de Desarrollo
X Net Cuyo S.A.





More information about the MPlayer-users mailing list