VLC HEVC (H.265) לא מנגן: מדריך תיקון מלא
וידאו HEVC (H.265) — התקן עבור 4K, iPhones, ומצלמות מודרניות — לעתים מסרב לנגן ב-VLC: מסך שחור, ללא תמונה, או שגיאה. הדפוס הוא בדרך כלל קשור לחומרה: VLC מסתמך על מפענח ה-HEVC של ה-GPU שלך, ואם נתיב מנהל ההתקן נכשל, ניגון HEVC מתמוטט בזמן ש-H.264 ממשיך לעבוד. מדריך זה מתקן קודם את נתיב המפענח, ואז את הסיבות הנדירות ברמת התצורה. תיקונים 1–2 מכסים את הרוב המכריע של המקרים.
למה זה קורה?
- פענוח HEVC של ה-GPU נכשל (מנהל התקן או יכולת) — GPUs ישנים חסרים פענוח HEVC; חדשים נכשלים דרך מנהלי התקנים בעייתיים.
- האצת חומרה כבויה — עם hwaccel כבוי, HEVC 4K מפוענח על ידי המעבד; מעבדים חלשים מפילים פריימים או לא מציגים תמונה.
- בעיות נתיב HEVC 10-bit (Main10) — HEVC 10-bit דורש מפענח מסוגל; חלק ממנהלי ההתקן מטפלים בו בצורה שגויה בזמן ש-8-bit עובד.
- זיהוי demuxer שגוי — HEVC במכולות חריגות (TS, MKV עם דגלים מוזרים) יכול לבלבל את המפרק של VLC.
- גרסאות VLC ישנות מאוד — בניות לפני 3.0 היו בעלות תמיכת HEVC חלקית.
איך לתקן
פתרון 1Update VLC to the latest version
Applies official bug and security fixes (current stable: 3.0.23)
In VLC, go to Help > Check for Updates.
VLC compares your version with the latest.
If an update exists, download it from the official page videolan.org.
The new installer is downloaded.
Install over your current version (settings are kept) and restart.
VLC runs the new version.
פתרון 2בדוק האם ה-GPU שלך באמת מפענח HEVC
אומר לך אם הבעיה היא יכולת חומרה
פתח את הקובץ ובדוק כלים > פרטי המדיה > מ&פענח: השורה "Decoder" מציגה את המפענח בשימוש.
אתה רואה את המפענח הפעיל.
אם הוא מציג מפענח חומרה (D3D11VA, VDA, VAAPI), פענוח HEVC חומרתי פעיל; מסך שחור אז אומר על באג במנהל ההתקן.
נתיב הפענוח ידוע.
אם הוא מציג פענוח תוכנה FFmpeg והמעבד דחוס, ה-GPU/מנהל ההתקן שלך לא יכול לפענח HEVC — עדכן את מנהל ההתקן, או קבל פענוח מעבד עם התיקונים להלן.
היכולת הוערכה.
פתרון 3Disable hardware-accelerated decoding
Fixes black/green screen, pixelation and stuttering in most cases
Open VLC and go to Tools > Preferences (or press Ctrl+P on Windows/Linux, Cmd+, on macOS).
The Preferences window opens.
Click the Input / Codecs tab on the left.
Codec-related settings are shown.
Find "Hardware-accelerated decoding" and set it to Disable.
The dropdown now reads "Disable".
Click Save, then fully restart VLC (close every VLC window, not just the video).
VLC restarts with software decoding.
Play the problematic file again.
If the issue is gone, the GPU decoder was the culprit.
פתרון 4Update your graphics driver
Fixes black screen, green artifacts and crashes caused by driver bugs
Press Win+X and open Device Manager (or System Settings > Display on macOS).
The device list opens.
Expand "Display adapters" and note your GPU model (NVIDIA, AMD or Intel).
Your GPU is identified.
Download the newest driver from the GPU vendor site (nvidia.com, amd.com or intel.com) — or use Windows Update.
The driver package is ready.
Install, restart your PC, then try VLC again.
The system runs the new driver.
פתרון 5Switch the video output module to OpenGL (מתקן באגי רינדור HEVC 10-bit)
Resolves black screen and rendering glitches on specific GPU setups
Go to Tools > Preferences > Video.
Video settings open.
Set "Output" to OpenGL (מתקן באגי רינדור HEVC 10-bit).
The output module changes.
Click Save and restart VLC.
VLC restarts.
Reopen the file and check the picture.
The video should now render correctly.
פתרון 6Reset VLC preferences to defaults
Clears corrupted settings that cause crashes, black screens and audio issues
Close VLC completely.
No VLC process is running.
Open a command prompt (Win+R → cmd) or terminal.
A command line is available.
Run:
vlc --reset-config(Windows/Linux) — on macOS delete~/Library/Preferences/org.videolan.vlcinstead.VLC preferences are restored to defaults.
Launch VLC and re-apply only the settings you actually need.
VLC starts with clean settings.
תיקונים מתקדמים
פתרון 1אפשר פענוח HEVC תוכנה (CPU) כראוי
מנגן HEVC על מכונות ללא פענוח GPU
כלים > ה&עדפות > קלט / Codecs > "Hardware-accelerated decoding" > Disable.
פענוח מעבד אולץ.
הפעל "Drop frames on late pictures" כדי לשמור שמע חלק על מעבדים חלשים.
פריימים נופלים במקום לעצור.
עבור HEVC 4K על מעבדים ישנים, הקטן את גודל החלון או השתמש במסנן הווידאו "Sharpen" אינו נחוץ — פשוט קבל את עומס המעבד או צפה בחלון קטן יותר.
הניגון יציב.
פתרון 2עשה רימוקס לקבצי HEVC-in-TS
מתקן כשלי HEVC הקשורים למכולה
הרץ:
ffmpeg -i input.ts -c copy -map 0 output.mp4.זרם ה-HEVC מועתק ל-MP4.
נגן את ה-MP4 ב-VLC.
הקובץ המרומקס נוגן.
איך להימנע מכך בעתיד
- שמור על מנהלי התקני GPU עדכניים — באגי פענוח HEVC מתוקנים בעדכוני מנהלי התקנים.
- לפני קנייה/הורדה של תוכן 4K, בדוק תמיכת פענוח HEVC של ה-GPU שלך (NVDEC/Intel Quick Sync/AMD VCN).
- העדף MP4/MKV עם דגלי HEVC נקיים להתאמה מרבית.
שאלות נפוצות
האם VLC תומך ב-HEVC?
מדוע HEVC מנגן בנגן אחר אך לא ב-VLC?
האם HEVC 10-bit נתמך ב-VLC?
האם אני צריך חבילת קודק HEVC ב-Windows עבור VLC?
האם VLC יכול לנגן AV1?
סיכום
Update VLC to the latest version — Applies official bug and security fixes (current stable: 3.0.23). If it does not help, work through the remaining fixes in order: each targets a different layer of the problem. Most users resolve this issue by fix 3 at the latest. Keep VLC updated (current stable: 3.0.23) and revisit this guide when a new VLC version ships.