Search found 3 matches

by bhushan
2018-08-14T23:37:31-07:00
Forum: Users
Topic: Video screen capture using image magick
Replies: 4
Views: 3274

Re: Video screen capture using image magick

Hi Snigbo,

I was able to find out how to resize but the output picture is blurry. Below is the command which I used.

Code: Select all

magick "SampleVideo_1280x720_5mb.mp4[100]" -resize 250x250 videoout.png
Can you suggest if there is a better way to get more clarity of the screen capture?

Thanks.
by bhushan
2018-08-14T23:26:24-07:00
Forum: Users
Topic: Video screen capture using image magick
Replies: 4
Views: 3274

Re: Video screen capture using image magick

Thank you, snigbo for the quick response.

Can I also provide arguments to specify height and width of the output image?
by bhushan
2018-08-14T17:31:30-07:00
Forum: Users
Topic: Video screen capture using image magick
Replies: 4
Views: 3274

Video screen capture using image magick

Hello, I need to take the screen capture from the video. Can I use ImageMagick for that? If yes, how can I use that? The overall idea is to capture at least one screen of the video.

Thanks in advance.