Difference between revisions of "Nuvexport"

From MythTV Official Wiki
Jump to: navigation, search
(Added some Ubuntu info)
m (Fedora Core 4 dependencies: - updated rpm name to latest svn)
Line 10: Line 10:
 
* '''id3lib''': Can be installed from Fedora extras: yum install id3lib
 
* '''id3lib''': Can be installed from Fedora extras: yum install id3lib
 
nuvexport can be installed as RPM from http://forevermore.net/files/nuvexport like this:
 
nuvexport can be installed as RPM from http://forevermore.net/files/nuvexport like this:
  rpm -Uvh http://forevermore.net/files/nuvexport/nuvexport-0.3-0.20060424.svn.noarch.rpm
+
  rpm -Uvh http://forevermore.net/files/nuvexport/nuvexport-0.3-0.20060729.svn.noarch.rpm
  
 
== Fedora Core 2 dependencies ==
 
== Fedora Core 2 dependencies ==

Revision as of 00:44, 29 August 2006

Important.png Note: The correct title of this article is nuvexport. It appears incorrectly here due to technical restrictions.


nuvexport is a script designed to export mythtv nuv and mpeg-nuv files to other formats, including xvid, svcd, dvd and others. Please see the official nuvexport page for more info.

A somewhat comprehensive separate wiki by Christopher Friend on the usage of nuvexport can be found here.

If you're looking for the Xvid codec, check here.

Fedora Core 4 dependencies

  • id3lib: Can be installed from Fedora extras: yum install id3lib

nuvexport can be installed as RPM from http://forevermore.net/files/nuvexport like this:

rpm -Uvh http://forevermore.net/files/nuvexport/nuvexport-0.3-0.20060729.svn.noarch.rpm

Fedora Core 2 dependencies

  • mjpegtools: provides mpeg2enc and mp2enc
  • perl-Time-Hi Res provides perl's Time::Hi Res module

Debian dependencies

  • mjpegtools: provides mpeg2enc and mp2enc
  • ffmpeg: provides ffmpeg
  • perl: provides perl's Time::Hi Res module
  • libdate-manip-perl: provides Date::Manip

Ubuntu dependencies

Mostly as Debian, but the default ffmpeg package doesn't come with xvid or mp3 exporting enabled. It may be necessary to build ffmpeg from source.

There is no id3lib package for Ubuntu, so this will also have to be built from source.