Steps to reproduce
Find any hevc x265 Video and insert it into Obsidian File
Try to Embed it wiht ![] or try to open it in the file viewer. Both will not show the video
Did you follow the troubleshooting guide? [Y/N]
Yes. Also tested with
- Hardware Acceleration
- Restricted Mode
- Newly Installed AppImage
- Cache rebuilt
Expected result
Video.mp4 to load properly
Actual result
Video not showing. (The Image/Frames are not showing up. Audio is working fine)
Environment
SYSTEM INFO:
Obsidian version: 1.12.7
Installer version: 1.12.7
Operating system: #23~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 14 16:11:48 UTC 2 6.17.0-23-generic
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: light
Community theme: AnuPpuccin 1.5.0
Snippets enabled: 0
Restricted mode: off
Plugins installed: 1
Plugins enabled: 1
1: File Color v1.1.0
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
Additional information
This is not just me. I have checked other places [Reddit, Forums] and most had same issue.
I do have x265 installed from software App.
Note:
It works when i change the codex so video itself is not problem [and i checked, 3 different x265 codex videos are not working but all x264 works]
The Command I used to convert: (For reference since I have no idea whawt it actually do)
for f in *.mp4; do ffmpeg -i “$f” -c:v libx264 -crf 28 -c:a aac “fixed_$f”; done
These are Images. I did that on sandbox for images just to make sure it was not internal confliction. Please fix this.

