Advertisement
Guest User

lossless_cut not cutting actual commercial section logfile

a guest
Dec 24th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.18 KB | None | 0 0
  1. 2013-12-24 21:13:59,040 - INFO - Start loss less commercial cut of "/var/lib/mythtv/recordings/1834_20131221200000.mpg" at: Tue 24 Dec at 21:13:59
  2. 2013-12-24 21:13:59,041 - INFO -
  3. These are the variables and options to be used when performing a
  4. loss less cut of a MythTV recorded video:
  5.  
  6. Lossless Cut version: 0.2.2
  7.  
  8. MythTV recorded source video: "/var/lib/mythtv/recordings/1834_20131221200000.mpg"
  9.  
  10. The Log file location: "/var/lib/mythtv/videos"
  11. The Log file: "/var/lib/mythtv/videos/1834_20131221200000.log"
  12.  
  13. Move/Save path for mkv file: "/var/lib/mythtv/videos"
  14. Working directory path: "/var/lib/mythtv/videos/tmp"
  15.  
  16. Add metadata to mkv file: "True"
  17. Delete the mpg file: "False"
  18. Keep the log file: "True"
  19. Remove subtitles and
  20. secondary audio tracks: "False"
  21. Test the script dependencies: "False"
  22.  
  23. Movie metadata format: "%(title)s (%(releasedate)s)"
  24. TV Series metadata format: "%(series)s - S%(season_num)02dE%(episode_num)02d - %(episode)s"
  25.  
  26. Utilities for extracting subtitles:
  27. mythtvccextractor args: "--verbose -i "%(recordedfile)s""
  28. ccextractor args: "-teletext -datapid %(subid)s -tpage %(subpage)s --defaultcolor "#ffd700" -utf8 "%(recordedfile)s" -o "%(sub_filename)s""
  29.  
  30. Mythvidexport format args:
  31. Television: "Review/%TITLE% - S%SEASONPAD%E%EPISODEPAD% - %SUBTITLE%"
  32. Movie: "Review/%TITLE% (%YEAR%)"
  33. Generic: "Review/%TITLE%: %SUBTITLE%"
  34.  
  35. Concert Cuts format args:
  36. File export or move name: "%SEGNUMPAD% - %TITLE%: %SUBTITLE%"
  37.  
  38.  
  39.  
  40. 2013-12-24 21:14:00,769 - INFO - mediainfo get video file details in XML format command:
  41. > mediainfo --Output=XML "/var/lib/mythtv/recordings/1834_20131221200000.mpg"
  42.  
  43. <?xml version="1.0" encoding="UTF-8"?>
  44. <Mediainfo version="0.7.61">
  45. <File>
  46. <track type="General">
  47. <ID>0 (0x0)</ID>
  48. <Complete_name>/var/lib/mythtv/recordings/1834_20131221200000.mpg</Complete_name>
  49. <Format>MPEG-TS</Format>
  50. <File_size>6.91 GiB</File_size>
  51. <Duration>1h 59mn</Duration>
  52. <Overall_bit_rate_mode>Variable</Overall_bit_rate_mode>
  53. <Overall_bit_rate>8 247 Kbps</Overall_bit_rate>
  54. </track>
  55.  
  56. <track type="Video">
  57. <ID>3696 (0xE70)</ID>
  58. <Menu_ID>1 (0x1)</Menu_ID>
  59. <Format>MPEG Video</Format>
  60. <Format_version>Version 2</Format_version>
  61. <Format_profile>Main@High</Format_profile>
  62. <Format_settings__BVOP>Yes</Format_settings__BVOP>
  63. <Format_settings__Matrix>Custom</Format_settings__Matrix>
  64. <Format_settings__GOP>Variable</Format_settings__GOP>
  65. <Codec_ID>2</Codec_ID>
  66. <Duration>1h 59mn</Duration>
  67. <Bit_rate_mode>Variable</Bit_rate_mode>
  68. <Bit_rate>7 451 Kbps</Bit_rate>
  69. <Maximum_bit_rate>20.0 Mbps</Maximum_bit_rate>
  70. <Width>1 920 pixels</Width>
  71. <Height>1 080 pixels</Height>
  72. <Display_aspect_ratio>16:9</Display_aspect_ratio>
  73. <Frame_rate>29.970 fps</Frame_rate>
  74. <Color_space>YUV</Color_space>
  75. <Chroma_subsampling>4:2:0</Chroma_subsampling>
  76. <Bit_depth>8 bits</Bit_depth>
  77. <Scan_type>Interlaced</Scan_type>
  78. <Scan_order>Top Field First</Scan_order>
  79. <Compression_mode>Lossy</Compression_mode>
  80. <Bits__Pixel_Frame_>0.120</Bits__Pixel_Frame_>
  81. <Stream_size>6.24 GiB (90%)</Stream_size>
  82. </track>
  83.  
  84. <track type="Audio">
  85. <ID>3697 (0xE71)</ID>
  86. <Menu_ID>1 (0x1)</Menu_ID>
  87. <Format>AC-3</Format>
  88. <Format_Info>Audio Coding 3</Format_Info>
  89. <Mode_extension>CM (complete main)</Mode_extension>
  90. <Format_settings__Endianness>Big</Format_settings__Endianness>
  91. <Codec_ID>129</Codec_ID>
  92. <Duration>1h 59mn</Duration>
  93. <Bit_rate_mode>Constant</Bit_rate_mode>
  94. <Bit_rate>384 Kbps</Bit_rate>
  95. <Channel_s_>2 channels</Channel_s_>
  96. <Channel_positions>Front: L R</Channel_positions>
  97. <Sampling_rate>48.0 KHz</Sampling_rate>
  98. <Bit_depth>16 bits</Bit_depth>
  99. <Compression_mode>Lossy</Compression_mode>
  100. <Delay_relative_to_video>-976ms</Delay_relative_to_video>
  101. <Stream_size>330 MiB (5%)</Stream_size>
  102. <Language>English</Language>
  103. </track>
  104.  
  105. <track type="Menu">
  106. <ID>53 (0x35)</ID>
  107. <Menu_ID>1 (0x1)</Menu_ID>
  108. <Duration>1h 59mn</Duration>
  109. <List>3696 (0xE70) (MPEG Video) / 3697 (0xE71) (AC-3, English)</List>
  110. <Language> / English</Language>
  111. </track>
  112.  
  113. </File>
  114. </Mediainfo>
  115.  
  116.  
  117.  
  118. 2013-12-24 21:14:01,336 - INFO - MythError, falling back to generic export.
  119. Error External system call failed: code 1
  120. 2013-12-24 21:14:01,582 - INFO -
  121. Cutlist:
  122. Original: ([(0, 587), (30316, 36488), (49177, 56954), (74652, 82951), (101883, 110918), (123570, 133215), (150872, 160506), (175516, 183634), (196644, 9999999)])
  123. Inclusive: ([(587, 30316), (36488, 49177), (56954, 74652), (82951, 101883), (110918, 123570), (133215, 150872), (160506, 175516), (183634, 196644)])
  124. Keyframe adjusted: ([[628.0, 30352.0], [36502.0, 49213.0], [56967.0, 74670.0], [82966.0, 101915.0], [110936.0, 123581.0], [133232.0, 150909.0], [160522.0, 175532.0], [183649.0, 196643.0]])
  125.  
  126. 2013-12-24 21:14:01,582 - INFO - The following metadata has been found for this recorded video:
  127. Internet Reference number: None
  128. Title: "A Taste of Romance", Subtitle: ""
  129. Series number: 0, Episode number: 0
  130. Release date: 2011
  131. Description: "A grudge between two neighboring restaurateurs soon turns to love."
  132.  
  133. MKV metadata tite: "A Taste of Romance (2011)"
  134. Export filename format: "Review/%TITLE% (%YEAR%)"
  135.  
  136. 2013-12-24 21:14:01,586 - INFO -
  137. Recorded video file information:
  138. Frames per second (FPS): 29.970
  139. WidthxHeight in pixels: 1920x1080
  140.  
  141. Cut list:
  142. Original: ([(0, 587), (30316, 36488), (49177, 56954), (74652, 82951), (101883, 110918), (123570, 133215), (150872, 160506), (175516, 183634), (196644, 9999999)])
  143. Inclusive: ([(587, 30316), (36488, 49177), (56954, 74652), (82951, 101883), (110918, 123570), (133215, 150872), (160506, 175516), (183634, 196644)])
  144. Keyframe adjusted: ([[628.0, 30352.0], [36502.0, 49213.0], [56967.0, 74670.0], [82966.0, 101915.0], [110936.0, 123581.0], [133232.0, 150909.0], [160522.0, 175532.0], [183649.0, 196643.0]])
  145.  
  146. Recording device:
  147. Name: "HDHRP-0"
  148. Card type: "HDHOMERUN"
  149. Default Input: "MPEG2TS"
  150. Video Device: "131A5807-0"
  151. Audio Device: "None"
  152. Host name: "myth6"
  153.  
  154. Track totals:
  155. 1 Video track(s)
  156. 1 Audio track(s)
  157. 0 Subtitle track(s)
  158.  
  159. Video track details:
  160. Format: MPEG Video
  161. Format version: Version 2
  162. Bit rate mode: Variable
  163. Bit rate: 7 451 Kbps
  164. Maximum bit rate: 20.0 Mbps
  165. Display aspect ratio: 16:9
  166. Frame rate: 29.970 fps
  167. Color space: YUV
  168. Chroma subsampling: 4:2:0
  169. Bit depth: 8 bits
  170. Scan type: Interlaced
  171. Compression mode: Lossy
  172. Width: 1 920 pixels
  173. Height: 1 080 pixels
  174.  
  175. Audio track details:
  176. Format: AC-3
  177. Codec ID: 129
  178. Bit rate mode: Constant
  179. Bit rate: 384 Kbps
  180. Channel s: 2 channels
  181. Sampling rate: 48.0 KHz
  182. Compression mode: Lossy
  183. Delay relative to video: -976ms
  184. Language: English
  185.  
  186.  
  187. 2013-12-24 21:14:01,600 - INFO - 'ISO639-2 language code file was last updated on Downloaded on Thursday Sept, 13th 2012 contains 486 language codes
  188. 2013-12-24 21:14:01,604 - INFO -
  189. Recorded file:
  190. Channel ID: 1834
  191. Start time: 2013-12-21 20:00:00
  192.  
  193. 2013-12-24 21:14:02,014 - INFO - mkvmerge get total tracks command:
  194. > mkvmerge --identify "/var/lib/mythtv/recordings/1834_20131221200000.mpg"
  195.  
  196. File '/var/lib/mythtv/recordings/1834_20131221200000.mpg': container: MPEG transport stream
  197. Track ID 0: video (MPEG-2)
  198. Track ID 1: audio (AC3)
  199.  
  200.  
  201. 2013-12-24 21:14:02,015 - INFO - Cut timestamps: 00:00:20.954287621-00:16:52.746079413,00:20:17.951284618-00:27:22.075408742,00:31:40.800800801-00:41:31.491491491,00:46:08.301634968-00:56:40.567233901,01:01:41.568234902-01:08:43.490156823,01:14:05.512178846-01:23:55.335335335,01:29:16.089422756-01:37:36.923590257,01:42:07.761094428-01:49:21.327994661
  202.  
  203. 2013-12-24 21:14:37,037 - INFO - mkvmerge perform Concert Cuts command:
  204. > mkvmerge -o "/var/lib/mythtv/videos/01 - A Taste of Romance.mkv" --split parts:00:00:20.954287621-00:16:52.746079413 "/var/lib/mythtv/recordings/1834_20131221200000.mpg"
  205. mkvmerge v6.6.0 ('The Edge Of The In Between') built on Dec 1 2013 17:49:26
  206. '/var/lib/mythtv/recordings/1834_20131221200000.mpg': Using the demultiplexer for the format 'MPEG transport stream'.
  207. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
  208. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 1: Using the output module for the format 'AC3'.
  209. Progress: 0%
  210. The file '/var/lib/mythtv/videos/01 - A Taste of Romance.mkv' has been opened for writing.
  211. Progress: 1%
  212. Progress: 2%
  213. Progress: 3%
  214. Progress: 4%
  215. Progress: 5%
  216. Progress: 6%
  217. Progress: 7%
  218. Progress: 8%
  219. Progress: 9%
  220. Progress: 10%
  221. Progress: 11%
  222. Progress: 12%
  223. Progress: 13%
  224. The cue entries (the index) are being written...
  225. Progress: 100%
  226. Muxing took 35 seconds.
  227.  
  228.  
  229. 2013-12-24 21:15:20,150 - INFO - mkvmerge perform Concert Cuts command:
  230. > mkvmerge -o "/var/lib/mythtv/videos/02 - A Taste of Romance.mkv" --split parts:00:20:17.951284618-00:27:22.075408742 "/var/lib/mythtv/recordings/1834_20131221200000.mpg"
  231. mkvmerge v6.6.0 ('The Edge Of The In Between') built on Dec 1 2013 17:49:26
  232. '/var/lib/mythtv/recordings/1834_20131221200000.mpg': Using the demultiplexer for the format 'MPEG transport stream'.
  233. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
  234. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 1: Using the output module for the format 'AC3'.
  235. Progress: 0%
  236. Progress: 1%
  237. Progress: 2%
  238. Progress: 3%
  239. Progress: 4%
  240. Progress: 5%
  241. Progress: 6%
  242. Progress: 7%
  243. Progress: 8%
  244. Progress: 9%
  245. Progress: 10%
  246. Progress: 11%
  247. Progress: 12%
  248. Progress: 13%
  249. Progress: 14%
  250. Progress: 15%
  251. Progress: 16%
  252. The file '/var/lib/mythtv/videos/02 - A Taste of Romance.mkv' has been opened for writing.
  253. Progress: 17%
  254. Progress: 18%
  255. Progress: 19%
  256. Progress: 20%
  257. Progress: 21%
  258. Progress: 22%
  259. Progress: 23%
  260. The cue entries (the index) are being written...
  261. Progress: 100%
  262. Muxing took 42 seconds.
  263.  
  264.  
  265. 2013-12-24 21:16:26,972 - INFO - mkvmerge perform Concert Cuts command:
  266. > mkvmerge -o "/var/lib/mythtv/videos/03 - A Taste of Romance.mkv" --split parts:00:31:40.800800801-00:41:31.491491491 "/var/lib/mythtv/recordings/1834_20131221200000.mpg"
  267. mkvmerge v6.6.0 ('The Edge Of The In Between') built on Dec 1 2013 17:49:26
  268. '/var/lib/mythtv/recordings/1834_20131221200000.mpg': Using the demultiplexer for the format 'MPEG transport stream'.
  269. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
  270. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 1: Using the output module for the format 'AC3'.
  271. Progress: 0%
  272. Progress: 1%
  273. Progress: 2%
  274. Progress: 3%
  275. Progress: 4%
  276. Progress: 5%
  277. Progress: 6%
  278. Progress: 7%
  279. Progress: 8%
  280. Progress: 9%
  281. Progress: 10%
  282. Progress: 11%
  283. Progress: 12%
  284. Progress: 13%
  285. Progress: 14%
  286. Progress: 15%
  287. Progress: 16%
  288. Progress: 17%
  289. Progress: 18%
  290. Progress: 19%
  291. Progress: 20%
  292. Progress: 21%
  293. Progress: 22%
  294. Progress: 23%
  295. Progress: 24%
  296. Progress: 25%
  297. Progress: 26%
  298. The file '/var/lib/mythtv/videos/03 - A Taste of Romance.mkv' has been opened for writing.
  299. Progress: 27%
  300. Progress: 28%
  301. Progress: 29%
  302. Progress: 30%
  303. Progress: 31%
  304. Progress: 32%
  305. Progress: 33%
  306. Progress: 34%
  307. The cue entries (the index) are being written...
  308. Progress: 100%
  309. Muxing took 1 minute 5 seconds.
  310.  
  311.  
  312. 2013-12-24 21:18:02,802 - INFO - mkvmerge perform Concert Cuts command:
  313. > mkvmerge -o "/var/lib/mythtv/videos/04 - A Taste of Romance.mkv" --split parts:00:46:08.301634968-00:56:40.567233901 "/var/lib/mythtv/recordings/1834_20131221200000.mpg"
  314. mkvmerge v6.6.0 ('The Edge Of The In Between') built on Dec 1 2013 17:49:26
  315. '/var/lib/mythtv/recordings/1834_20131221200000.mpg': Using the demultiplexer for the format 'MPEG transport stream'.
  316. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
  317. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 1: Using the output module for the format 'AC3'.
  318. Progress: 0%
  319. Progress: 1%
  320. Progress: 2%
  321. Progress: 3%
  322. Progress: 4%
  323. Progress: 5%
  324. Progress: 6%
  325. Progress: 7%
  326. Progress: 8%
  327. Progress: 9%
  328. Progress: 10%
  329. Progress: 11%
  330. Progress: 12%
  331. Progress: 13%
  332. Progress: 14%
  333. Progress: 15%
  334. Progress: 16%
  335. Progress: 17%
  336. Progress: 18%
  337. Progress: 19%
  338. Progress: 20%
  339. Progress: 21%
  340. Progress: 22%
  341. Progress: 23%
  342. Progress: 24%
  343. Progress: 25%
  344. Progress: 26%
  345. Progress: 27%
  346. Progress: 28%
  347. Progress: 29%
  348. Progress: 30%
  349. Progress: 31%
  350. Progress: 32%
  351. Progress: 33%
  352. Progress: 34%
  353. Progress: 35%
  354. Progress: 36%
  355. Progress: 37%
  356. Progress: 38%
  357. The file '/var/lib/mythtv/videos/04 - A Taste of Romance.mkv' has been opened for writing.
  358. Progress: 39%
  359. Progress: 40%
  360. Progress: 41%
  361. Progress: 42%
  362. Progress: 43%
  363. Progress: 44%
  364. Progress: 45%
  365. Progress: 46%
  366. Progress: 47%
  367. Progress: 48%
  368. Progress: 49%
  369. The cue entries (the index) are being written...
  370. Progress: 100%
  371. Muxing took 1 minute 34 seconds.
  372.  
  373.  
  374. 2013-12-24 21:19:47,151 - INFO - mkvmerge perform Concert Cuts command:
  375. > mkvmerge -o "/var/lib/mythtv/videos/05 - A Taste of Romance.mkv" --split parts:01:01:41.568234902-01:08:43.490156823 "/var/lib/mythtv/recordings/1834_20131221200000.mpg"
  376. mkvmerge v6.6.0 ('The Edge Of The In Between') built on Dec 1 2013 17:49:26
  377. '/var/lib/mythtv/recordings/1834_20131221200000.mpg': Using the demultiplexer for the format 'MPEG transport stream'.
  378. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
  379. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 1: Using the output module for the format 'AC3'.
  380. Progress: 0%
  381. Progress: 1%
  382. Progress: 2%
  383. Progress: 3%
  384. Progress: 4%
  385. Progress: 5%
  386. Progress: 6%
  387. Progress: 7%
  388. Progress: 8%
  389. Progress: 9%
  390. Progress: 10%
  391. Progress: 11%
  392. Progress: 12%
  393. Progress: 13%
  394. Progress: 14%
  395. Progress: 15%
  396. Progress: 16%
  397. Progress: 17%
  398. Progress: 18%
  399. Progress: 19%
  400. Progress: 20%
  401. Progress: 21%
  402. Progress: 22%
  403. Progress: 23%
  404. Progress: 24%
  405. Progress: 25%
  406. Progress: 26%
  407. Progress: 27%
  408. Progress: 28%
  409. Progress: 29%
  410. Progress: 30%
  411. Progress: 31%
  412. Progress: 32%
  413. Progress: 33%
  414. Progress: 34%
  415. Progress: 35%
  416. Progress: 36%
  417. Progress: 37%
  418. Progress: 38%
  419. Progress: 39%
  420. Progress: 40%
  421. Progress: 41%
  422. Progress: 42%
  423. Progress: 43%
  424. Progress: 44%
  425. Progress: 45%
  426. Progress: 46%
  427. Progress: 47%
  428. Progress: 48%
  429. Progress: 49%
  430. Progress: 50%
  431. Progress: 51%
  432. Progress: 52%
  433. The file '/var/lib/mythtv/videos/05 - A Taste of Romance.mkv' has been opened for writing.
  434. Progress: 53%
  435. Progress: 54%
  436. Progress: 55%
  437. Progress: 56%
  438. Progress: 57%
  439. Progress: 58%
  440. The cue entries (the index) are being written...
  441. Progress: 100%
  442. Muxing took 1 minute 42 seconds.
  443.  
  444.  
  445. 2013-12-24 21:21:54,717 - INFO - mkvmerge perform Concert Cuts command:
  446. > mkvmerge -o "/var/lib/mythtv/videos/06 - A Taste of Romance.mkv" --split parts:01:14:05.512178846-01:23:55.335335335 "/var/lib/mythtv/recordings/1834_20131221200000.mpg"
  447. mkvmerge v6.6.0 ('The Edge Of The In Between') built on Dec 1 2013 17:49:26
  448. '/var/lib/mythtv/recordings/1834_20131221200000.mpg': Using the demultiplexer for the format 'MPEG transport stream'.
  449. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
  450. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 1: Using the output module for the format 'AC3'.
  451. Progress: 0%
  452. Progress: 1%
  453. Progress: 2%
  454. Progress: 3%
  455. Progress: 4%
  456. Progress: 5%
  457. Progress: 6%
  458. Progress: 7%
  459. Progress: 8%
  460. Progress: 9%
  461. Progress: 10%
  462. Progress: 11%
  463. Progress: 12%
  464. Progress: 13%
  465. Progress: 14%
  466. Progress: 15%
  467. Progress: 16%
  468. Progress: 17%
  469. Progress: 18%
  470. Progress: 19%
  471. Progress: 20%
  472. Progress: 21%
  473. Progress: 22%
  474. Progress: 23%
  475. Progress: 24%
  476. Progress: 25%
  477. Progress: 26%
  478. Progress: 27%
  479. Progress: 28%
  480. Progress: 29%
  481. Progress: 30%
  482. Progress: 31%
  483. Progress: 32%
  484. Progress: 33%
  485. Progress: 34%
  486. Progress: 35%
  487. Progress: 36%
  488. Progress: 37%
  489. Progress: 38%
  490. Progress: 39%
  491. Progress: 40%
  492. Progress: 41%
  493. Progress: 42%
  494. Progress: 43%
  495. Progress: 44%
  496. Progress: 45%
  497. Progress: 46%
  498. Progress: 47%
  499. Progress: 48%
  500. Progress: 49%
  501. Progress: 50%
  502. Progress: 51%
  503. Progress: 52%
  504. Progress: 53%
  505. Progress: 54%
  506. Progress: 55%
  507. Progress: 56%
  508. Progress: 57%
  509. Progress: 58%
  510. Progress: 59%
  511. Progress: 60%
  512. Progress: 61%
  513. Progress: 62%
  514. Progress: 63%
  515. Progress: 64%
  516. The file '/var/lib/mythtv/videos/06 - A Taste of Romance.mkv' has been opened for writing.
  517. Progress: 65%
  518. Progress: 66%
  519. Progress: 67%
  520. Progress: 68%
  521. Progress: 69%
  522. Progress: 70%
  523. Progress: 71%
  524. Progress: 72%
  525. The cue entries (the index) are being written...
  526. Progress: 100%
  527. Muxing took 2 minutes 6 seconds.
  528.  
  529.  
  530. 2013-12-24 21:24:17,420 - INFO - mkvmerge perform Concert Cuts command:
  531. > mkvmerge -o "/var/lib/mythtv/videos/07 - A Taste of Romance.mkv" --split parts:01:29:16.089422756-01:37:36.923590257 "/var/lib/mythtv/recordings/1834_20131221200000.mpg"
  532. mkvmerge v6.6.0 ('The Edge Of The In Between') built on Dec 1 2013 17:49:26
  533. '/var/lib/mythtv/recordings/1834_20131221200000.mpg': Using the demultiplexer for the format 'MPEG transport stream'.
  534. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
  535. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 1: Using the output module for the format 'AC3'.
  536. Progress: 0%
  537. Progress: 1%
  538. Progress: 2%
  539. Progress: 3%
  540. Progress: 4%
  541. Progress: 5%
  542. Progress: 6%
  543. Progress: 7%
  544. Progress: 8%
  545. Progress: 9%
  546. Progress: 10%
  547. Progress: 11%
  548. Progress: 12%
  549. Progress: 13%
  550. Progress: 14%
  551. Progress: 15%
  552. Progress: 16%
  553. Progress: 17%
  554. Progress: 18%
  555. Progress: 19%
  556. Progress: 20%
  557. Progress: 21%
  558. Progress: 22%
  559. Progress: 23%
  560. Progress: 24%
  561. Progress: 25%
  562. Progress: 26%
  563. Progress: 27%
  564. Progress: 28%
  565. Progress: 29%
  566. Progress: 30%
  567. Progress: 31%
  568. Progress: 32%
  569. Progress: 33%
  570. Progress: 34%
  571. Progress: 35%
  572. Progress: 36%
  573. Progress: 37%
  574. Progress: 38%
  575. Progress: 39%
  576. Progress: 40%
  577. Progress: 41%
  578. Progress: 42%
  579. Progress: 43%
  580. Progress: 44%
  581. Progress: 45%
  582. Progress: 46%
  583. Progress: 47%
  584. Progress: 48%
  585. Progress: 49%
  586. Progress: 50%
  587. Progress: 51%
  588. Progress: 52%
  589. Progress: 53%
  590. Progress: 54%
  591. Progress: 55%
  592. Progress: 56%
  593. Progress: 57%
  594. Progress: 58%
  595. Progress: 59%
  596. Progress: 60%
  597. Progress: 61%
  598. Progress: 62%
  599. Progress: 63%
  600. Progress: 64%
  601. Progress: 65%
  602. Progress: 66%
  603. Progress: 67%
  604. Progress: 68%
  605. Progress: 69%
  606. Progress: 70%
  607. Progress: 71%
  608. Progress: 72%
  609. Progress: 73%
  610. Progress: 74%
  611. Progress: 75%
  612. The file '/var/lib/mythtv/videos/07 - A Taste of Romance.mkv' has been opened for writing.
  613. Progress: 76%
  614. Progress: 77%
  615. Progress: 78%
  616. Progress: 79%
  617. Progress: 80%
  618. Progress: 81%
  619. Progress: 82%
  620. The cue entries (the index) are being written...
  621. Progress: 100%
  622. Muxing took 2 minutes 21 seconds.
  623.  
  624.  
  625. 2013-12-24 21:26:52,788 - INFO - mkvmerge perform Concert Cuts command:
  626. > mkvmerge -o "/var/lib/mythtv/videos/08 - A Taste of Romance.mkv" --split parts:01:42:07.761094428-01:49:21.327994661 "/var/lib/mythtv/recordings/1834_20131221200000.mpg"
  627. mkvmerge v6.6.0 ('The Edge Of The In Between') built on Dec 1 2013 17:49:26
  628. '/var/lib/mythtv/recordings/1834_20131221200000.mpg': Using the demultiplexer for the format 'MPEG transport stream'.
  629. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 0: Using the output module for the format 'MPEG-1/2'.
  630. '/var/lib/mythtv/recordings/1834_20131221200000.mpg' track 1: Using the output module for the format 'AC3'.
  631. Progress: 0%
  632. Progress: 1%
  633. Progress: 2%
  634. Progress: 3%
  635. Progress: 4%
  636. Progress: 5%
  637. Progress: 6%
  638. Progress: 7%
  639. Progress: 8%
  640. Progress: 9%
  641. Progress: 10%
  642. Progress: 11%
  643. Progress: 12%
  644. Progress: 13%
  645. Progress: 14%
  646. Progress: 15%
  647. Progress: 16%
  648. Progress: 17%
  649. Progress: 18%
  650. Progress: 19%
  651. Progress: 20%
  652. Progress: 21%
  653. Progress: 22%
  654. Progress: 23%
  655. Progress: 24%
  656. Progress: 25%
  657. Progress: 26%
  658. Progress: 27%
  659. Progress: 28%
  660. Progress: 29%
  661. Progress: 30%
  662. Progress: 31%
  663. Progress: 32%
  664. Progress: 33%
  665. Progress: 34%
  666. Progress: 35%
  667. Progress: 36%
  668. Progress: 37%
  669. Progress: 38%
  670. Progress: 39%
  671. Progress: 40%
  672. Progress: 41%
  673. Progress: 42%
  674. Progress: 43%
  675. Progress: 44%
  676. Progress: 45%
  677. Progress: 46%
  678. Progress: 47%
  679. Progress: 48%
  680. Progress: 49%
  681. Progress: 50%
  682. Progress: 51%
  683. Progress: 52%
  684. Progress: 53%
  685. Progress: 54%
  686. Progress: 55%
  687. Progress: 56%
  688. Progress: 57%
  689. Progress: 58%
  690. Progress: 59%
  691. Progress: 60%
  692. Progress: 61%
  693. Progress: 62%
  694. Progress: 63%
  695. Progress: 64%
  696. Progress: 65%
  697. Progress: 66%
  698. Progress: 67%
  699. Progress: 68%
  700. Progress: 69%
  701. Progress: 70%
  702. Progress: 71%
  703. Progress: 72%
  704. Progress: 73%
  705. Progress: 74%
  706. Progress: 75%
  707. Progress: 76%
  708. Progress: 77%
  709. Progress: 78%
  710. Progress: 79%
  711. Progress: 80%
  712. Progress: 81%
  713. Progress: 82%
  714. Progress: 83%
  715. Progress: 84%
  716. Progress: 85%
  717. Progress: 86%
  718. The file '/var/lib/mythtv/videos/08 - A Taste of Romance.mkv' has been opened for writing.
  719. Progress: 87%
  720. Progress: 88%
  721. Progress: 89%
  722. Progress: 90%
  723. Progress: 91%
  724. The cue entries (the index) are being written...
  725. Progress: 100%
  726. Muxing took 2 minutes 34 seconds.
  727.  
  728.  
  729. 2013-12-24 21:26:52,822 - INFO - End of loss less commercial cut for "/var/lib/mythtv/recordings/1834_20131221200000.mpg" at: Tue 24 Dec at 21:26:52
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement