Previewer shows "ffmpeg" exited with error code 234 for .m4a files and yazi can't open/play any audio files.
#3246
Replies: 2 comments 3 replies
-
|
I found out why I could not play the audio files. That is because of
To resolve this issue, I have:
So, how do I resolve the It seems that a |
Beta Was this translation helpful? Give feedback.
-
|
Your first issue should already be fixed in the latest nightly (#2959), since Yazi now uses the user's system default as the opener for audio/video files: yazi/yazi-config/preset/yazi-default.toml Lines 37 to 44 in e067a70 yazi/yazi-config/preset/yazi-default.toml Lines 74 to 75 in e067a70 just to ensure that As for your second issue, I can't seem to reproduce it - it works just fine for me with Also, don't use |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What system are you running Yazi on?
Linux X11
What terminal are you running Yazi in?
wezterm 20251005-110037-db5d7437
yazi --debugoutput$ yazi --debug Yazi Version: 25.9.15 (554cb52 2025-10-06) Debug : false Triple : x86_64-unknown-linux-gnu (linux-x86_64) Rustc : 1.90.0 (1159e78c 2025-09-14) Ya Version: 25.9.15 (554cb52 2025-10-06) Emulator TERM : Some("xterm-256color") TERM_PROGRAM : Some("WezTerm") TERM_PROGRAM_VERSION: Some("20251005-110037-db5d7437") Brand.from_env : Some(WezTerm) Emulator.detect : Emulator { kind: Left(WezTerm), light: false, csi_16t: (10, 30), force_16t: false } Adapter Adapter.matches : Iip Dimension.available: Dimension { rows: 33, columns: 193, width: 1930, height: 990 } Desktop XDG_SESSION_TYPE : Some("x11") WAYLAND_DISPLAY : None DISPLAY : Some(":1") SWAYSOCK : None HYPRLAND_INSTANCE_SIGNATURE: None WAYFIRE_SOCKET : None SSH shared.in_ssh_connection: false WSL WSL: false Variables SHELL : Some("/bin/bash") EDITOR : Some("nvim") VISUAL : None YAZI_FILE_ONE : None YAZI_CONFIG_HOME : None YAZI_ZOXIDE_OPTS : None FZF_DEFAULT_OPTS : None FZF_DEFAULT_COMMAND: None Text Opener default : Some(OpenerRule { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for: None, spread: true }) block-create: Some(OpenerRule { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for: None, spread: true }) block-rename: Some(OpenerRule { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for: None, spread: true }) Multiplexers TMUX : false tmux version : 3.4 tmux build flags : enable-sixel=Unknown ZELLIJ_SESSION_NAME: None Zellij version : No such file or directory (os error 2) Dependencies file : 5.45 ueberzugpp : 2.9.7 ffmpeg/ffprobe: 6.1.1-3 / 6.1.1-3 pdftoppm : 24.02.0 magick : No such file or directory (os error 2) fzf : 0.65.2 fd/fdfind : No such file or directory (os error 2) / 9.0.0 rg : 14.1.1 chafa : 1.14.0 zoxide : 0.9.8 7zz/7z : No such file or directory (os error 2) / 23.01 resvg : No such file or directory (os error 2) jq : 1.7 Clipboard wl-copy/paste: No such file or directory (os error 2) / No such file or directory (os error 2) xclip : 0.13 xsel : No such file or directory (os error 2) Routine `file -bL --mime-type`: text/plain See https://yazi-rs.github.io/docs/plugins/overview#debugging on how to enable logging or debug runtime errors.Describe the question
When the highlight in the middle column is on an audio
.m4aext file, the right preview shows this message:Why is it doing that? In the case of
.oggfiles, the previewer is able to show theFile type Classification.Also, I can't open/play any of the audio files directly from yazi and I can't figure out why?
I can use
xdg-opento play any of these file types from the bash terminal and it usesorg.gnome.Rhythmbox3.desktopto play them.The
openerandopendefaults are used in the~/.config/yazi/yazi.toml:Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions