Parole, mpeg4 reading: Difference between revisions

From Alpine Linux
m (Tidied up the article a little bit. It's still a stub, but looks better.)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
I wanted to read some mp4 video. Got some errors with vlc, using xfce desktop, so Parole came as a good choice.
Parole Media Player is a a lightweight media player for unix-like systems. It is the default media player for [[Xfce]].
But Parole package doesn't include a lib about gstreamer.
 
apk add parole gst-libav


=Installing=
{{cmd|apk add {{pkg|parole}} {{pkg|gst-libav}}}}


=See Also=
* [https://docs.xfce.org/apps/parole/start Xfce. Parole Media Player]


[[Category:Multimedia]]
[[Category:Multimedia]]
[[Category:Xfce]]

Latest revision as of 04:10, 14 August 2023

Parole Media Player is a a lightweight media player for unix-like systems. It is the default media player for Xfce.

Installing

apk add parole gst-libav

See Also