Advertisement
Red-ex

audio-kit

May 19th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.68 KB | None | 0 0
  1. #!/usr/bin/bash
  2. #
  3. # Install multimedia players & codecks
  4. yum --enablerepo=nux-dextop install vlc vlc-extras clementine -y
  5.  
  6. # Install radiotray
  7. sudo yum --enablerepo=StotinkaOS-Base install radiotray -y
  8.  
  9. # Install codecks
  10. yum --enablerepo=nux-dextop -y install gstreamer-{ffmpeg,plugins-{good,ugly,bad{,-free,-nonfree}}} gstreamer1-{vaapi,plugins-{base,bad-free{,world},good,ugly}} alsa-plugins-pulseaudio ffmpeg ffmpegthumbnailer libdc1394 libde265 libdvdcss libmusicbrainz mp3gain mpeg2dec mpg123 x265 x264 -y
  11.  
  12. # Install openshot videoeditor
  13.  
  14. yum --enablerepo=nux-dextop install ladspa-calf-plugins ladspa-caps-plugins ladspa-swh-plugins ladspa-tap-plugins mlt-ffmpeg openshot -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement