مرحله ۱: آپلود کنید MKV فایلها را با استفاده از دکمه بالا یا با کشیدن و رها کردن، انتخاب کنید.
مرحله 2: برای شروع تبدیل، روی دکمه «تبدیل» کلیک کنید.
مرحله ۳: فایل تبدیلشده خود را دانلود کنید BMP فایل ها
MKV به BMP سوالات متداول تبدیل
چگونه قابهای جداگانه را از MKV به عنوان BMP تصویر استخراج کنم؟
+
Upload the MKV file and the converter exposes a frame-extraction picker: every Nth frame, frames at specific timestamps, or one frame per second. Each chosen frame is decoded from the MKV video stream, encoded as a separate BMP file, and bundled as a ZIP for download.
با چه وضوح تصویری BMP استخراج شده بیرون میآید؟
+
همان دقت منبع MKV: یک ۱۰۸۰p MKV تولید میکند ۱۹۲۰×۱۰۸۰ BMP فریم، یک ۴K MKV تولید میکند ۳۸۴۰×۲۱۶۰ BMP فریم. مبدل مقیاس بالا یا پایین نمیکند — ابعاد پیکسل مستقیماً از فریم رمزگشایی شده استخراج میشوند. اگر به مینیاسکرینهای کوچکتر نیاز دارید، از /resize-image/ بعد از استخراج استفاده کنید.
آیا میتوانم هر فریم از MKV را به عنوان BMP استخراج کنم؟
+
Yes, but mind the file count — a 30 fps 1-minute MKV produces 1,800 BMP frames. We pack them into a single ZIP archive automatically. For longer clips, prefer the "1 per second" preset (60 frames per minute) or pick specific timestamps. An hour of MKV at every-frame would produce ~100,000 BMP images.
آیا چارچوب BMP درجهبندی رنگ MKV را حفظ میکند؟
+
Yes — colour is decoded with the same matrix the source MKV stream advertises (BT.709 for HD, BT.2020 for 4K HDR). HDR sources are tone-mapped to SDR when extracting to a BMP that cannot store HDR pixel ranges natively (JPG, PNG-8). Target high-bit PNG-16 or TIFF if you need to keep extended dynamic range.
اندازه یک فریم استخراج شده BMP در دیسک چقدر است؟
+
Depends on resolution and BMP codec choice: a 1080p PNG frame is 2-5 MB lossless, a 1080p JPG at quality 85 is 200-500 KB. Multiply by frame count to size the ZIP — at the extreme, every-frame PNG extraction of a 10-minute 1080p MKV is roughly 50 GB and gets split across multiple ZIPs.
آیا BMP استخراج شده فرادادههای EXIF دوربین را نگه میدارد؟
+
A MKV container does not carry per-frame EXIF the way a still camera does, so the BMP files come out with empty EXIF blocks. The converter does embed a `creation_time` field pointing at the source frame timestamp, so you can re-sort the bundle in chronological order or correlate with subtitle / chapter markers.
استخراج چارچوب از MKV تا BMP چقدر طول میکشد؟
+
Frame decoding is fast — typically 20-30% of source duration. A 5-minute MKV -> BMP bundle finishes in about 1 minute regardless of how many frames you pick, because the bottleneck is the BMP encoder writing many small files in parallel, not the MKV demuxer.
آیا میتوانم فریمها را با مهرههای زمانی دقیق در ویدئو MKV استخراج کنم؟
+
Yes — the advanced timestamp option accepts a comma-separated list (e.g. `00:01:23, 00:05:00, 00:10:42.5`) and produces one BMP file per timestamp. Useful for chapter thumbnails, scene reference shots, or building a contact sheet for review.
آیا MKV من در حین استخراج فریم خصوصی است؟
+
بله — همان مدل حریم خصوصی مانند هر تبدیل. منبع MKV و بستهٔ استخراج شده BMP در کارگران جداگانه پردازش میشوند و در عرض چند دقیقه از تکمیل حذف میشوند.
چرا چارچوبهای استخراج شده BMP من تار هستند؟
+
Almost always motion blur baked into the source MKV (the camera or subject was moving while that frame was captured). Try picking timestamps from static scenes, or extract several adjacent frames and pick the sharpest. The pipeline does not synthesize detail that is not in the original MKV.
آیا مبدل میتواند یک فریم برای هر تغییر صحنه در MKV انتخاب کند؟
+
Not in the basic flow — use the "1 per second" preset as a rough approximation and visually skim the bundle for scene changes. A dedicated scene-detect extractor (powered by ffmpeg select=gt(scene)) is on the roadmap and will land for BMP export later this quarter.
آیا میتوانم از چارچوبهای استخراج شده BMP به صورت تجاری استفاده کنم؟
+
Yes, subject to whatever licence governs the source MKV content. The conversion is a format change — copyright on the content stays with whoever holds it on the MKV. We add no watermark, no embedded stamp, and claim no licence over the BMP bundle.