Screenshot support
Closed this issue · 2 comments
songjiayang commented
Can we use go-mp4 for screenshot with specific timestamp.
sunfish-shogi commented
Does "screenshot" means images extracted from a video frames?
By go-mp4, you can extract mdat(media data) box which contains video frames.
However, go-mp4 has no codec implementation.
So, if you want to extract a specific video frame as image file, you should use any codec library.
songjiayang commented
make sense, thanks