Page 1 of 1

Image Screenshot in Multiple Dimensions

Posted: 06 Dec 2010 23:05
by blueeinstein
Is it possible to generate multiple image screenshots in different dimensions? So far I've seen below to generate images in one dimension only.

Code: Select all

cvlc -V image udp://x.x.x.x:yyyy --image-out-prefix="prefix" --image-out-format=png --image-out-ratio=60 --image-out-width=320 --image-out-height=180 --no-video-title-show noaudio
If none, is there a way to get a trigger once an image file is written, so I can run imagemagick externally to resize?

Re: Image Screenshot in Multiple Dimensions

Posted: 07 Dec 2010 12:16
by Jean-Baptiste Kempf
One dimension? I am afraid I don't get you.

Re: Image Screenshot in Multiple Dimensions

Posted: 07 Dec 2010 19:31
by blueeinstein
One dimension? I am afraid I don't get you.
Sorry, I meant... is it possible to tell vlc to capture screenshots and save it in multiple dimensions (320x240, 640x480, etc).

Re: Image Screenshot in Multiple Dimensions

Posted: 08 Dec 2010 18:17
by Jean-Baptiste Kempf
You mean resolutions?
No. Save in the biggest one and use imagemagick convert on them

Re: Image Screenshot in Multiple Dimensions

Posted: 09 Dec 2010 19:03
by blueeinstein
Thank you!