Codec Pack gesucht

Poomel

New member
Themenstarter
Registriert
13 Dez. 2010
Beiträge
93
Kennt jemand ein brauchbares Codec Pack für Linux? Bei mir spinnen einige 1080p mkv Videos rum, Bild friert manchmal ein. Unter Winblöd liefen sie einwandfrei, aber Linux scheint sie nicht zu mögen.
Installiert habe ich den VLC Mediaplayer und Gnome Mediaplayer, aber bei haben wie gesagt Probleme beim abspielen.

MFG
Poomel
 
[quote='yatpu',index.php?page=Thread&postID=1037008#post1037008]
Code:
$ vainfo 
libva: libva version 0.31.0
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/i965_drv_video.so
libva: va_openDriver() returns 0
vainfo: VA API version: 0.31
vainfo: Driver version: i965 Driver 0.1
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :	VAEntrypointVLD
      VAProfileMPEG2Main              :	VAEntrypointVLD
[/quote]

Mit dem PPA sieht es so aus:


Code:
$ vainfo
libva: libva version 0.31.1
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/i965_drv_video.so
libva: va_openDriver() returns 0
vainfo: VA API version: 0.31
vainfo: Driver version: i965 Driver 0.1
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :	VAEntrypointVLD
      VAProfileMPEG2Main              :	VAEntrypointVLD
      VAProfileH264Baseline           :	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointVLD
      VAProfileH264High               :	VAEntrypointVLD
 
und so siehts bei arch linux aus:
Code:
$ vainfo 
libva: libva version 0.31.1
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/i965_drv_video.so
libva: va_openDriver() returns 0
vainfo: VA API version: 0.31
vainfo: Driver version: i965 Driver 0.1
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileH264Baseline           : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
allerdings knallts leider bei der bereits unter ubuntu getesteten h.264-datei:
Code:
$ vlc test.mp4 
VLC media player 1.1.7 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Blocked: call to setlocale(6, "")
Blocked: call to dlopen("/usr/lib/kde4/plugins/gui_platform/libkde.so", 1)
Blocked: call to setlocale(6, "")
libva: libva version 0.31.1
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/i965_drv_video.so
libva: va_openDriver() returns 0
[0x1703190] avcodec decoder: Using VA API version 0.31 for hardware decoding.
vlc: i965_avc_ildb.c:621: i965_avc_ildb_decode_init: Zusicherung »avc_ildb_context->urb.cs_start + avc_ildb_context->urb.num_cs_entries * avc_ildb_context->urb.size_cs_entry <= (((&i965->intel)->device_id == 0x0102 || (&i965->intel)->device_id == 0x0112 || (&i965->intel)->device_id == 0x0122 || (&i965->intel)->device_id == 0x0106 || (&i965->intel)->device_id == 0x0116 || (&i965->intel)->device_id == 0x0126 || (&i965->intel)->device_id == 0x010A) ? 1024 : (((&i965->intel)->device_id == 0x0042) || ((&i965->intel)->device_id == 0x0046)) ? 1024 : (((&i965->intel)->device_id == 0x2E02 || (&i965->intel)->device_id == 0x2E12 || (&i965->intel)->device_id == 0x2E22 || (&i965->intel)->device_id == 0x2E32) || ((&i965->intel)->device_id == 0x2A42)) ? 384 : 256)« nicht erfüllt.
Abgebrochen
:confused:
 
Code:
$ vlc -v test.mp4 
VLC media player 1.1.4 The Luggage (revision exported)
.....
[0xdd9fb0] faad decoder warning: decoded zero sample
libva: libva version 0.31.1
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/i965_drv_video.so
libva: va_openDriver() returns 0
[0x1a51000] avcodec decoder: Using VA API version 0.31 for hardware decoding.
[0x1c71d00] main video output warning: vlc_object_find_name(postproc) is not safe!
[0x1a5b460] main audio output warning: PTS is out of range (-33172), dropping buffer
[0x1a5b460] main audio output warning: output date isn't PTS date, requesting resampling (56782)
...
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben