2010-12-14 10:48:22 mythburn.py (0.1.20101206-1) starting up... 2010-12-14 10:48:22 Found 2 CPUs 2010-12-14 10:48:22 Obtaining MythTV settings from MySQL database for hostname KISE-055 2010-12-14 10:48:22 temppath: /home/mytharchive/temp/work 2010-12-14 10:48:22 logpath: /home/mytharchive/temp/logs 2010-12-14 10:48:22 Setting process priority to 17 2010-12-14 10:48:22 Processing Mythburn job number 1. 2010-12-14 10:48:22 Options - mediatype = 0, doburn = 0, createiso = 1, erasedvdrw = 0 2010-12-14 10:48:22 savefilename = '' 2010-12-14 10:48:22 Looking for: /usr/share/mythtv/mytharchive/themes/Compact/theme.xml 2010-12-14 10:48:22 Loading font 0, /usr/share/mythtv/fonts/FreeSans.ttf size 19 2010-12-14 10:48:22 Loading font 1, /usr/share/mythtv/fonts/FreeSans.ttf size 15 2010-12-14 10:48:22 Loading font 2, /usr/share/mythtv/fonts/FreeSans.ttf size 13 2010-12-14 10:48:22 wantIntro: 1, wantMainMenu: 1, wantChapterMenu:0, wantDetailsPage: 0 2010-12-14 10:48:22 Final DVD Video format will be ntsc 2010-12-14 10:48:22 There are 2 files to process 2010-12-14 10:48:23 Pre-processing recording 1: '/pvr/mythtv/recordings/1062_20101104040000.mpg' 2010-12-14 10:48:23 Frontline 2010-12-14 10:48:23 Video resolution is 704 by 480 2010-12-14 10:48:23 Pre-processing recording 2: '/pvr/mythtv/livetv/1061_20101102220000.mpg' 2010-12-14 10:48:24 Frontline 2010-12-14 10:48:24 Video resolution is 1280 by 720 2010-12-14 10:48:24 ************************************************************* 2010-12-14 10:48:24 Processing recording 1: '/pvr/mythtv/recordings/1062_20101104040000.mpg' 2010-12-14 10:48:24 ************************************************************* 2010-12-14 10:48:24 File will be re-encoded using profile SP 2010-12-14 10:48:24 Preferred audio languages eng and eng 2010-12-14 10:48:24 Video id: 0x41, Audio1: [1] 0x44 (AC3, eng), Audio2: [-1] - 0x-1 (N/A, N/A) 2010-12-14 10:48:24 Aspect ratio is 4:3 2010-12-14 10:48:24 Re-encoding audio and video 2010-12-14 10:48:24 Using encoder profiles from /usr/share/mythtv/mytharchive/encoder_profiles/ffmpeg_dvd_ntsc.xml 2010-12-14 10:48:24 Encoding profile (SP) found 2010-12-14 10:48:24 ffmpeg -threads 2 -v 1 -i "/pvr/mythtv/recordings/1062_20101104040000.mpg" -r ntsc -target dvd -b 4771k -s 720x480 -acodec copy -copyts -aspect 4:3 "/home/mytharchive/temp/work/1/newfile2.mpg" -map 0:0 -map 0:1 2010-12-14 11:27:32 Preferred audio languages eng and eng 2010-12-14 11:27:32 Video id: 0x1e0, Audio1: [1] 0x80 (AC3, N/A), Audio2: [-1] - 0x-1 (N/A, N/A) 2010-12-14 11:27:32 File has a cut list - running Project-X to remove unwanted segments 2010-12-14 11:27:32 Preferred audio languages eng and eng 2010-12-14 11:27:32 Video id: 0x1e0, Audio1: [1] 0x80 (AC3, N/A), Audio2: [-1] - 0x-1 (N/A, N/A) 2010-12-14 11:27:32 Didn't find any subtitle elements in stream info file. 2010-12-14 11:27:32 projectx -id 0x1e0,0x80 -cut /home/mytharchive/temp/work/1/cutlist_x.txt -out "/home/mytharchive/temp/work/1" -name "newfile2" "/home/mytharchive/temp/work/1/newfile2.mpg" 2010-12-14 11:28:33 ------------------------------------------------------------ Traceback (most recent call last): File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 5501, in main processJob(job) File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 5213, in processJob processFile(node,folder,filecount) File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 4690, in processFile doProcessFileProjectX(file, folder, count) File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 5036, in doProcessFileProjectX if not runProjectX(chanid, starttime, folder, True, mediafile): File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 2075, in runProjectX renameProjectXFiles(folder, pxbasename) File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 2141, in renameProjectXFiles write("found file for stream 0x%x, %s" % (streamIds[len(streamIds)-1], tokens[3]), False) IndexError: list index out of range 2010-12-14 11:28:33 ------------------------------------------------------------