HOWTO: Auto transcode MYTHTV recorded shows to DVD, XVID or DIVX cutting out the co
PLEASE READ POSTS 1 thru 3 to fully!
How to auto transcode MYTHTV recorded shows to DVD, XVID or DIVX cutting out the commercials.
This how to is assuming that MYTHTV and MYTHWEB are already installed and running correctly.
Step 1: Install dependencies for nuvexport.
Code:
sudo apt-get install mjpegtools libdbix-profile-perl libdate-manip-perl
Step 2: Build ffmpeg with the xvid and other formats.
Code:
Follow these instructions
Step 3: Create a directory for nuvexport.
Code:
mkdir nuvexport
Step 4: Change into nuvexport.
Code:
cd nuvexport
Step 5: Grab nuvexport.
Code:
wget http://www.forevermore.net/files/nuv...latest.tar.bz2
NOTE: When MythTV 0.21 is released nuvexport will be integrated into MYTHTV.
Step 6: Extract.
Code:
tar jxvf nuvexport-latest.tar.bz2