You are not logged in.
Pages: 1
I want to test my 4k monitor.
I've downloaded a 1GB 2D 4k 60fps video from here:
http://bbb3d.renderfarming.net/download.html
When i start video with Gnome Video Player i have a missing codec error about missing of AC-3 (ATSC A/52)Decoder and H.264 (High Profile) Decoder:
http://i.imgur.com/3TNi5zj.png
Ive yet installed a52dec package.
update: mplayer can play the video (without player controls GUI) i not tested VLC (i want install it for now i want use default player)
Last edited by fabrixx (2015-12-12 20:20:17)
Offline
You probably need to install either the appropriate gstreamer or gst packages - whichever the GNOME Video Player uses. Do a "pacman -Qi <package>" on it to see which are the optionals.
Offline
Arch's mplayer has faac support so that's probably your best bet to just test if something works.
6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.
Offline
FAAC? He has been talking about AC-3 (Dolby Digital). Also FAAC is the encoder, the decoder mplayer/vlc deps on is FAAD2. Also, what's better than mpv + system ffmpeg ![]()
pacman -Sii a52dec:
...
Required By : ... gst-plugins-ugly
I am not sure what gstreamer use for h.264 decoding, maybe the libx264 pulled by gst-plugins-ugly?
If you don't want to guess every time you can simply installed all five plugins (gst-libav gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly) ![]()
Last edited by tom.ty89 (2015-12-22 00:32:15)
Offline
Ok i installed gst-libav gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly an Gnome video player start play video but joggles(also vlc bad video), only mplayer work well
Last edited by fabrixx (2015-12-22 21:41:30)
Offline
Maybe mplayer is using hardware acceleration. Try to get gstreamer-vaapi too. It also requires you to have proper backend/driver. What's your gfx card?
EDIT: do you mean it's sluggish or there is screen tearing by "joggles"?
Isn't it always true that: mpv > mplayer > vlc > gstreamer though.
Last edited by tom.ty89 (2015-12-22 22:01:10)
Offline
video stutters..
I have some problems to enable my radeon card on Arch (tryed several modes i'm waiting to new radeon versions) i have only intel5500
Offline
Pages: 1