Frame extraction is fast — typically 20-30% of source duration on the standard pipeline. A 5-minute MPEG → JPG bundle finishes in about a minute regardless of frame count, because the bottleneck is the JPG encoder, not the demuxer.
我可以在 MPEG 视频中特定的时间戳提取框架吗?
+
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 JPG file per timestamp. Useful for chapter thumbnails, scene reference shots, or generating poster frames for HTML5 video.