Ticket #9377: progress.log

File progress.log, 4.0 KB (added by Larry Johnson <keepitsimpleengineer@…>, 13 years ago)
Line 
12010-12-14 10:48:22 mythburn.py (0.1.20101206-1) starting up...
22010-12-14 10:48:22 Found 2 CPUs
32010-12-14 10:48:22 Obtaining MythTV settings from MySQL database for hostname KISE-055
42010-12-14 10:48:22 temppath: /home/mytharchive/temp/work
52010-12-14 10:48:22 logpath:  /home/mytharchive/temp/logs
62010-12-14 10:48:22 Setting process priority to 17
72010-12-14 10:48:22 Processing Mythburn job number 1.
82010-12-14 10:48:22 Options - mediatype = 0, doburn = 0, createiso = 1, erasedvdrw = 0
92010-12-14 10:48:22           savefilename = ''
102010-12-14 10:48:22 Looking for: /usr/share/mythtv/mytharchive/themes/Compact/theme.xml
112010-12-14 10:48:22 Loading font 0, /usr/share/mythtv/fonts/FreeSans.ttf size 19
122010-12-14 10:48:22 Loading font 1, /usr/share/mythtv/fonts/FreeSans.ttf size 15
132010-12-14 10:48:22 Loading font 2, /usr/share/mythtv/fonts/FreeSans.ttf size 13
142010-12-14 10:48:22 wantIntro: 1, wantMainMenu: 1, wantChapterMenu:0, wantDetailsPage: 0
152010-12-14 10:48:22 Final DVD Video format will be ntsc
162010-12-14 10:48:22 There are 2 files to process
172010-12-14 10:48:23 Pre-processing recording 1: '/pvr/mythtv/recordings/1062_20101104040000.mpg'
182010-12-14 10:48:23           Frontline
192010-12-14 10:48:23 Video resolution is 704 by 480
202010-12-14 10:48:23 Pre-processing recording 2: '/pvr/mythtv/livetv/1061_20101102220000.mpg'
212010-12-14 10:48:24           Frontline
222010-12-14 10:48:24 Video resolution is 1280 by 720
232010-12-14 10:48:24 *************************************************************
242010-12-14 10:48:24 Processing recording 1: '/pvr/mythtv/recordings/1062_20101104040000.mpg'
252010-12-14 10:48:24 *************************************************************
262010-12-14 10:48:24 File will be re-encoded using profile SP
272010-12-14 10:48:24 Preferred audio languages eng and eng
282010-12-14 10:48:24 Video id: 0x41, Audio1: [1] 0x44 (AC3, eng), Audio2: [-1] - 0x-1 (N/A, N/A)
292010-12-14 10:48:24 Aspect ratio is 4:3
302010-12-14 10:48:24 Re-encoding audio and video
312010-12-14 10:48:24 Using encoder profiles from /usr/share/mythtv/mytharchive/encoder_profiles/ffmpeg_dvd_ntsc.xml
322010-12-14 10:48:24 Encoding profile (SP) found
332010-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
342010-12-14 11:27:32 Preferred audio languages eng and eng
352010-12-14 11:27:32 Video id: 0x1e0, Audio1: [1] 0x80 (AC3, N/A), Audio2: [-1] - 0x-1 (N/A, N/A)
362010-12-14 11:27:32 File has a cut list - running Project-X to remove unwanted segments
372010-12-14 11:27:32 Preferred audio languages eng and eng
382010-12-14 11:27:32 Video id: 0x1e0, Audio1: [1] 0x80 (AC3, N/A), Audio2: [-1] - 0x-1 (N/A, N/A)
392010-12-14 11:27:32 Didn't find any subtitle elements in stream info file.
402010-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"
412010-12-14 11:28:33 ------------------------------------------------------------
42Traceback (most recent call last):
43  File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 5501, in main
44    processJob(job)
45  File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 5213, in processJob
46    processFile(node,folder,filecount)
47  File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 4690, in processFile
48    doProcessFileProjectX(file, folder, count)
49  File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 5036, in doProcessFileProjectX
50    if not runProjectX(chanid, starttime, folder, True, mediafile):
51  File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 2075, in runProjectX
52    renameProjectXFiles(folder, pxbasename)
53  File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 2141, in renameProjectXFiles
54    write("found file for stream 0x%x, %s" % (streamIds[len(streamIds)-1], tokens[3]), False)
55IndexError: list index out of range
562010-12-14 11:28:33 ------------------------------------------------------------