Ubuntu VLC 中的 mp4v 和 mp4a

Ubuntu VLC 中的 mp4v 和 mp4a

在 13.10 中,我在 VLC 中遇到此错误:

[0x7f529c0038a0] main decoder error: no suitable decoder module for fourcc `mp4v'. VLC probably does not support this sound or video format.
[0x7f529c004470] main decoder error: no suitable decoder module for fourcc `mp4a'. VLC probably does not support this sound or video format.

我以为 Ubuntu 支持所有最新的编解码器。

有办法解决这个问题吗?或者有办法转换我的视频以供使用吗?我想这可能与 ffmpeg 有关,但我不知道。

答案1

您应该尝试 Handbrake-gtk:

sudo add-apt-repository ppa:stebbins/handbrake-releases

sudo apt-get update

sudo apt-get install handbrake-gtk

该程序可以帮助您将 Mp4v 和 Mp4a 转换为 Mp4。

在此处输入图片描述

图片参考这里

相关内容