How to install oggSlideshow on Linux


oggvideotools is a toolbox for manipulating Ogg video files, which usually consist of a
video stream (Theora) and an audio stream (Vorbis). It includes a
number of handy command line tools for manipulating these video files,
such as for splitting the different streams.

Step 1:
Find nux-dextop-release on http://li.nux.ro/download/nux/dextop/

e.g: http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

Step 2: download:

[root@tutorialspots ~]# wget http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dexto
p-release-0-5.el7.nux.noarch.rpm
--2018-10-04 01:47:30--  http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dex
top-release-0-5.el7.nux.noarch.rpm
Resolving li.nux.ro (li.nux.ro)... 217.19.15.108
Connecting to li.nux.ro (li.nux.ro)|217.19.15.108|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9908 (9.7K) [application/x-rpm]
Saving to: `nux-dextop-release-0-5.el7.nux.noarch.rpm'

100%[======================================>] 9,908       --.-K/s   in 0s

2018-10-04 01:47:30 (83.7 MB/s) - `nux-dextop-release-0-5.el7.nux.noarch.rpm' sa
ved [9908/9908]

Step 3: Install nux-dextop-release rpm

[root@tutorialspots ~]# rpm -Uvh nux-dextop-release*rpm
warning: nux-dextop-release-0-5.el7.nux.noarch.rpm: Header V4 RSA/SHA1 Signature
, key ID 85c6cd8a: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:nux-dextop-release-0-5.el7.nux   ################################# [100%]

Step 4:Install oggvideotools rpm package

yum install oggvideotools
[root@tutorialspots ~]# yum install oggvideotools
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
epel/x86_64/metalink                                     |  16 kB     00:00
 * base: centos.mirror.lstn.net
 * epel: mirror.compevo.com
 * extras: centos.mirrors.tds.net
 * ius: dfw.mirror.rackspace.com
 * nux-dextop: li.nux.ro
 * remi-safe: mirror.bebout.net
 * updates: centos.host-engine.com
base                                                     | 3.6 kB     00:00
epel                                                     | 3.2 kB     00:00
extras                                                   | 3.4 kB     00:00
ius                                                      | 2.3 kB     00:00
mysql-connectors-community                               | 2.5 kB     00:00
mysql-tools-community                                    | 2.5 kB     00:00
mysql57-community                                        | 2.5 kB     00:00
nodesource                                               | 2.5 kB     00:00
nux-dextop                                               | 2.9 kB     00:00
remi-safe                                                | 2.9 kB     00:00
updates                                                  | 3.4 kB     00:00
(1/5): epel/x86_64/updateinfo                              | 947 kB   00:00
(2/5): epel/x86_64/primary                                 | 3.6 MB   00:00
(3/5): ius/x86_64/primary_db                               | 392 kB   00:00
(4/5): remi-safe/7/primary_db                              | 1.3 MB   00:01
(5/5): nux-dextop/x86_64/primary_db                        | 1.8 MB   00:03
epel                                                                12701/12701
Resolving Dependencies
--> Running transaction check
---> Package oggvideotools.x86_64 0:0.8-16.el7.nux will be installed
--> Processing Dependency: libtheoraenc.so.1(libtheoraenc_1.0)(64bit) for packag
e: oggvideotools-0.8-16.el7.nux.x86_64
--> Processing Dependency: libtheoradec.so.1(libtheoradec_1.0)(64bit) for packag
e: oggvideotools-0.8-16.el7.nux.x86_64
--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: oggvideotools
-0.8-16.el7.nux.x86_64
--> Processing Dependency: libvorbis.so.0()(64bit) for package: oggvideotools-0.
8-16.el7.nux.x86_64
--> Processing Dependency: libtheoraenc.so.1()(64bit) for package: oggvideotools
-0.8-16.el7.nux.x86_64
--> Processing Dependency: libtheoradec.so.1()(64bit) for package: oggvideotools
-0.8-16.el7.nux.x86_64
--> Processing Dependency: libogg.so.0()(64bit) for package: oggvideotools-0.8-1
6.el7.nux.x86_64
--> Processing Dependency: libSDL-1.2.so.0()(64bit) for package: oggvideotools-0
.8-16.el7.nux.x86_64
--> Running transaction check
---> Package SDL.x86_64 0:1.2.15-14.el7 will be installed
---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
---> Package libtheora.x86_64 1:1.1.1-8.el7 will be installed
---> Package libvorbis.x86_64 1:1.3.3-8.el7.1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch         Version                Repository        Size
================================================================================
Installing:
 oggvideotools       x86_64       0.8-16.el7.nux         nux-dextop       483 k
Installing for dependencies:
 SDL                 x86_64       1.2.15-14.el7          base             204 k
 libogg              x86_64       2:1.3.0-7.el7          base              24 k
 libtheora           x86_64       1:1.1.1-8.el7          base             136 k
 libvorbis           x86_64       1:1.3.3-8.el7.1        updates          204 k

Transaction Summary
================================================================================
Install  1 Package (+4 Dependent packages)

Total download size: 1.0 M
Installed size: 5.9 M
Is this ok [y/d/N]: y
Downloading packages:
(1/5): libogg-1.3.0-7.el7.x86_64.rpm                       |  24 kB   00:00
(2/5): libtheora-1.1.1-8.el7.x86_64.rpm                    | 136 kB   00:00
(3/5): libvorbis-1.3.3-8.el7.1.x86_64.rpm                  | 204 kB   00:00
(4/5): SDL-1.2.15-14.el7.x86_64.rpm                        | 204 kB   00:00
warning: /var/cache/yum/x86_64/7/nux-dextop/packages/oggvideotools-0.8-16.el7.nu
x.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 85c6cd8a: NOKEY
Public key for oggvideotools-0.8-16.el7.nux.x86_64.rpm is not installed
(5/5): oggvideotools-0.8-16.el7.nux.x86_64.rpm             | 483 kB   00:01
--------------------------------------------------------------------------------
Total                                              733 kB/s | 1.0 MB  00:01
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-nux.ro
Importing GPG key 0x85C6CD8A:
 Userid     : "Nux.Ro (rpm builder) <rpm@li.nux.ro>"
 Fingerprint: 561c 96bd 2f7f dc2a db5a fd46 e98b fbe7 85c6 cd8a
 Package    : nux-dextop-release-0-5.el7.nux.noarch (installed)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-nux.ro
Is this ok [y/N]: y
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Installing : 2:libogg-1.3.0-7.el7.x86_64                                  1/5
  Installing : 1:libvorbis-1.3.3-8.el7.1.x86_64                             2/5
  Installing : 1:libtheora-1.1.1-8.el7.x86_64                               3/5
  Installing : SDL-1.2.15-14.el7.x86_64                                     4/5
  Installing : oggvideotools-0.8-16.el7.nux.x86_64                          5/5
  Verifying  : 2:libogg-1.3.0-7.el7.x86_64                                  1/5
  Verifying  : SDL-1.2.15-14.el7.x86_64                                     2/5
  Verifying  : oggvideotools-0.8-16.el7.nux.x86_64                          3/5
  Verifying  : 1:libvorbis-1.3.3-8.el7.1.x86_64                             4/5
  Verifying  : 1:libtheora-1.1.1-8.el7.x86_64                               5/5

Installed:
  oggvideotools.x86_64 0:0.8-16.el7.nux

Dependency Installed:
  SDL.x86_64 0:1.2.15-14.el7            libogg.x86_64 2:1.3.0-7.el7
  libtheora.x86_64 1:1.1.1-8.el7        libvorbis.x86_64 1:1.3.3-8.el7.1

Complete!

install oggvideotools

Done! oggvideotools contains:

/usr/bin/mkSlideshow
/usr/bin/mkThumbs
/usr/bin/oggCat
/usr/bin/oggCut
/usr/bin/oggDump
/usr/bin/oggJoin
/usr/bin/oggLength
/usr/bin/oggResize
/usr/bin/oggScroll
/usr/bin/oggSilence
/usr/bin/oggSlideshow
/usr/bin/oggSplit
/usr/bin/oggThumb

1 Comment

Leave a Reply