Frame extraction is fast — typically 20-30% of source duration on the standard pipeline. A 5-minute MKV → PNG bundle finishes in about a minute regardless of frame count, because the bottleneck is the PNG encoder, not the demuxer.
我可以在 MKV 视频中特定的时间戳提取框架吗?
+
Yes — the advanced option accepts a comma-separated list of timestamps (e.g. `00:01:23,00:05:00,00:10:42`) and produces one PNG file per timestamp. Useful for chapter thumbnails, scene reference shots, or generating poster frames for HTML5 video.