简体   繁体   中英

Xuggler: extract a thumbnail of a given frame from a video

I have an mp4 video and I have to extract a thumbnail image of a specific frame from the video using java xuggler.

How can I do that?

https://github.com/artclarke/xuggle-xuggler/tree/master/src/com/xuggle/xuggler/demos Have a look at the "DecodeAndCaptureFrames.java" that might help.

It worked for me until I got fatals error (EXCEPTION_ACCESS_VIOLATION (0xc0000005)) while doing: if (container.open(filename, IContainer.Type.READ, null) < 0)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM