我正在使用 ubuntu 12.04。我有一个 .mp4 视频,我想将其默认媒体播放器更改为 vlc。
当我尝试通过右键单击该视频来转到属性时。
我收到以下消息。如何解决这个问题。
输出mediainfo filename.mp4
General
Complete name : Interview with MIT Physics Professor Walter Lewin.mp4
Format : MPEG-4
Format profile : Base Media / Version 2
Codec ID : mp42
File size : 10.7 MiB
Duration : 3mn 41s
Overall bit rate mode : Variable
Overall bit rate : 407 Kbps
Encoded date : UTC 2008-10-16 15:15:29
Tagged date : UTC 2008-10-16 15:15:29
gsst : 0
gstd : 221656
gssd : B4A7D0A24HH1345230487367165
gshh : o-o---preferred---hkg05s03---v14---lscache4.c.youtube.com
Video
ID : 2
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : No
Format settings, ReFrames : 1 frame
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 3mn 41s
Bit rate : 280 Kbps
Maximum bit rate : 997 Kbps
Width : 352 pixels
Height : 288 pixels
Display aspect ratio : 1.222
Frame rate mode : Constant
Frame rate : 29.970 fps
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.092
Stream size : 7.37 MiB (69%)
Title : (C) 2007 Google Inc. v08.13.2007.
Encoded date : UTC 2008-10-16 15:15:29
Tagged date : UTC 2008-10-16 15:15:29
Audio
ID : 1
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 3mn 41s
Bit rate mode : Variable
Bit rate : 125 Kbps
Maximum bit rate : 280 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 KHz
Compression mode : Lossy
Stream size : 3.30 MiB (31%)
Title : (C) 2007 Google Inc. v08.13.2007.
Encoded date : UTC 2008-10-16 15:15:29
Tagged date : UTC 2008-10-16 15:15:29
答案1
- 这是已确认的错误在 Zeitgeist 库中,它为 Ubuntu 应用程序(包括 Nautilus)提供文件信息,并且似乎发生在从 Youtube 下载的 MP4 文件中,这些文件使用基线级别 1.1配置文件。其他 MP4 文件不会发生这种情况。
- 该文件可能在 VLC 中播放,但这不算数,因为 VLC 内部包含所有编解码器。
- 在错误本身被修复之前,无法真正解决这个问题。
- 要将默认播放器更改为 VLC,只需从其他可用的 MP4 文件中执行此操作,或按照这个答案中的说明。
- 要显示这些视频的缩略图,请按照本答案中的说明。
上述步骤有效地使 VLC 成为默认播放器并正确显示所有视频的缩略图(如下所示):
答案2
这是 gstreamer 中一个已知错误的结果,它会影响许多 AVC 视频,通常[电子邮件保护],[电子邮件保护]但也许还有其他的。 https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad0.10/+bug/973014
在 askubuntu 上回答 Totem 在 12.04 中无法播放某些视频
在 Ubuntu 或 Debian 中,没有采取任何行动来应用 upsteam 提交,最好的自我修复方法是用我提供的补丁重建坏插件,尽管移动libgstvideoparsersbad.so
到.bak
会提供一些缓解