logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: a8cbca8f46769fbbea44bca4c723c1c769e875ed
parent dd12449ce51a0257dde144b3a768825734d274df
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 14 Dec 2020 05:35:29 +0100

badwolf/fqa: Add modplug

Diffstat:

Mprojects/badwolf/fqa.shtml17+++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/projects/badwolf/fqa.shtml b/projects/badwolf/fqa.shtml @@ -34,14 +34,15 @@ <h2>How do you play videos?</h2> <p><em>*Sigh*</em> install those plugins for gstreamer, gentoo has a metapackage to help named <a href="https://repology.org/project/gstreamer:meta/versions">media-plugins/gst-plugins-meta</a>, I'm not aware of other distros/ports offering such a useful package, you'll probably want some of those or more: <pre> -<a href="https://repology.org/project/gstreamer:vaapi/versions" >gst-plugins-vaapi</a> # Video Acceleration, so it doesn't chews your battery and CPU -<a href="https://repology.org/project/gstreamer:libav/versions" >gst-plugins-libav</a> # for H.264 video, used mostly in MP4s, based on FFmpeg -<a href="https://repology.org/project/gstreamer:vpx/versions" >gst-plugins-vpx</a> # for VP8+ video, used mostly in WEBMs -<a href="https://repology.org/project/gstreamer:hls/versions" >gst-plugins-hls</a> # for native support of HTTP Live Streaming -<a href="https://repology.org/project/gstreamer:faad/versions" >gst-plugins-faad</a> # AAC audio, used mostly in MP4s -<a href="https://repology.org/project/gstreamer:opus/versions" >gst-plugins-opus</a> # Opus audio, used mostly in WEBMs -<a href="https://repology.org/project/gstreamer:mpg123/versions" >gst-plugins-mpg123</a> # MP3 audio -<a href="https://repology.org/project/gstreamer:webrtc/versions" >gst-plugins-webrtc</a> # WebRTC, useful for VoIP, currently not used by WebKit +<a href="https://repology.org/project/gstreamer:vaapi/versions" >gst-plugins-vaapi</a> # Video Acceleration, so it doesn't chews your battery and CPU +<a href="https://repology.org/project/gstreamer:libav/versions" >gst-plugins-libav</a> # for H.264 video, used mostly in MP4s, based on FFmpeg +<a href="https://repology.org/project/gstreamer:vpx/versions" >gst-plugins-vpx</a> # for VP8+ video, used mostly in WEBMs +<a href="https://repology.org/project/gstreamer:hls/versions" >gst-plugins-hls</a> # for native support of HTTP Live Streaming +<a href="https://repology.org/project/gstreamer:faad/versions" >gst-plugins-faad</a> # AAC audio, used mostly in MP4s +<a href="https://repology.org/project/gstreamer:opus/versions" >gst-plugins-opus</a> # Opus audio, used mostly in WEBMs +<a href="https://repology.org/project/gstreamer:mpg123/versions" >gst-plugins-mpg123</a> # MP3 audio +<a href="https://repology.org/project/gstreamer:modplug/versions">gst-plugins-modplug</a> # <a href="https://en.wikipedia.org/wiki/Music_tracker">soundtrackers</a> files like XM and MOD +<a href="https://repology.org/project/gstreamer:webrtc/versions" >gst-plugins-webrtc</a> # WebRTC, useful for VoIP, currently not used by WebKit </pre></p> <h2>Search Engine support? (search entry)</h2>