[SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Archive of historical bug reports.
Please use the GitHub link above to report issues.
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
jbellanca
Posts: 35
Joined: Tue Feb 12, 2008 11:16 pm

[SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by jbellanca »

I've got three h.264 TS files (of various lengths) that I've tested this on and it's repeatable every time. Each TS file contains a 1920x1080 video track that's h.264 and an audio track that's AC-3. HB SVN 1797 successfully encodes each file, but it drops the roughly first 126 seconds (slightly different on each file). In other words, each resulting file starts at 126 seconds into the original file, skipping about the first 2 minutes. The log for one of the encodes is below - in this case, I cancelled it after encoding about 2% of the file - though this bug appears regardless of whether the encode completes 100% or not. Other than this bug, AWESOME work on this version, it rocks. If I can provide any more info, just let me know. Thanks!

Code: Select all

HandBrake Activity Log for Session (Cleared): 2008-10-01 21:30:45 -0400

[21:30:45] macgui: Handbrake Version: svn1797 (2008093001)
[21:30:45] hb_init: checking cpu count
[21:30:45] hb_init: starting libhb thread
[21:30:45] thread b01c0000 started ("libhb")
[21:30:45] hb_init: checking cpu count
[21:30:45] hb_init: starting libhb thread
[21:30:45] thread b0242000 started ("libhb")
[21:30:52] macgui: trying to open video_ts folder (parent directory chosen)
[21:30:52] hb_scan: path=/Users/Loft/Movies/EightBelow.ts, title_index=0
[21:30:52] thread b0803000 started ("scan")
[21:30:52] scan: trying to open with libdvdread
[21:30:52] dvd: not a dvd - trying as a stream/file instead
[21:30:52] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[21:30:52] hb_ts_stream_find_pids - found the following PIDS
[21:30:52]     Video PIDS : 
[21:30:52]       0x1011 type H.264 (0x1b)
[21:30:52]     Audio PIDS : 
[21:30:52]       0x1100 type AC-3 (0x81)
[21:30:52] transport stream pid 0x1100 (type 0x81) is AC-3 audio id 0x80bd
[21:30:52] scan: decoding previews for title 1
[21:30:52] scan: preview 1
[21:30:53] scan: audio 0x80bd: AC-3, rate=48000Hz, bitrate=640000 English (AC3) (5.1 ch)
[21:30:53] scan: preview 2
[21:30:53] scan: preview 3
[21:30:53] scan: preview 4
[21:30:54] scan: preview 5
[21:30:54] scan: preview 6
[21:30:55] Title's mostly NTSC Film, setting fps to 23.976
[21:30:55] scan: preview 7
[21:30:55] scan: preview 8
[21:30:55] scan: preview 9
[21:30:55] scan: preview 10
[21:30:56] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 128/136/0/0, aspect 16:9, PAR 1:1
[21:30:56] scan: title (0) job->width:1920, job->height:816
[21:30:56] stream: 3 good frames, 0 errors (0%)
[21:30:56] thread b0803000 exited ("scan")
[21:30:56] thread b0803000 joined ("scan")
[21:30:56] libhb: scan thread found 1 valid title(s)
[21:30:56] macgui: ScanDone state received from fHandle
[21:32:43] macgui: Rip: Pending queue count is 1
[21:32:43] macgui: scanning specifically for title: 1
[21:32:43] macgui: performNewQueueScan currentQueueEncodeIndex is: 0
[21:32:43] hb_scan: path=/Users/Loft/Movies/EightBelow.ts, title_index=1
[21:32:43] thread b067d000 started ("scan")
[21:32:43] scan: trying to open with libdvdread
[21:32:43] dvd: not a dvd - trying as a stream/file instead
[21:32:43] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[21:32:43] hb_ts_stream_find_pids - found the following PIDS
[21:32:43]     Video PIDS : 
[21:32:43]       0x1011 type H.264 (0x1b)
[21:32:43]     Audio PIDS : 
[21:32:43]       0x1100 type AC-3 (0x81)
[21:32:44] transport stream pid 0x1100 (type 0x81) is AC-3 audio id 0x80bd
[21:32:44] scan: decoding previews for title 1
[21:32:44] scan: preview 1
[21:32:44] scan: audio 0x80bd: AC-3, rate=48000Hz, bitrate=640000 English (AC3) (5.1 ch)
[21:32:44] scan: preview 2
[21:32:44] scan: preview 3
[21:32:44] scan: preview 4
[21:32:45] scan: preview 5
[21:32:45] scan: preview 6
[21:32:45] Title's mostly NTSC Film, setting fps to 23.976
[21:32:45] scan: preview 7
[21:32:45] scan: preview 8
[21:32:45] scan: preview 9
[21:32:45] scan: preview 10
[21:32:45] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 128/136/0/0, aspect 16:9, PAR 1:1
[21:32:45] scan: title (0) job->width:1920, job->height:816
[21:32:45] stream: 3 good frames, 0 errors (0%)
[21:32:45] thread b067d000 exited ("scan")
[21:32:45] thread b067d000 joined ("scan")
[21:32:45] libhb: scan thread found 1 valid title(s)
[21:32:46] macgui: ScanDone state received from fQueueEncodeLibhb
[21:32:46] macgui: processNewQueueEncode title list is: 1
[21:32:46] macgui: processNewQueueEncode currentQueueEncodeIndex is: 0
[21:32:46] macgui: processNewQueueEncode number of passes expected is: 1
[21:32:46] macgui: processNewQueueEncode sending to prepareJob
[21:32:46] macgui: prepareJob audiotrack 2 is: 0
[21:32:46] macgui: prepareJob exiting
[21:32:46] thread b067d000 started ("work")
[21:32:46] 1 job(s) to process
[21:32:46] starting job
[21:32:46] job configuration:
[21:32:46]  * source
[21:32:46]    + /Users/Loft/Movies/EightBelow.ts
[21:32:46]    + title 1, chapter(s) 1 to 1
[21:32:46]  * destination
[21:32:46]    + /Volumes/iTunes Movies 2/EightBelow.m4v
[21:32:46]    + container: MPEG-4 (.mp4 and .m4v)
[21:32:46]      + chapter markers
[21:32:46]  * video track
[21:32:46]    + decoder: h264
[21:32:46]      + bitrate 200 kbps
[21:32:46]    + frame rate: same as source (around 23.976 fps)
[21:32:46]    + dimensions: 1920 * 1080 -> 1280 * 544, crop 138/138/0/0
[21:32:46]    + encoder: x264
[21:32:46]      + options: level=30:ref=1:subq=5:me=umh:no-fast-pskip=1:cabac=0
[21:32:46]      + quality: 0.64
[21:32:46]  * audio track 0
[21:32:46]    + decoder: English (AC3) (5.1 ch) (track 0, id 80bd)
[21:32:46]      + bitrate: 640 kbps, samplerate: 48000 Hz
[21:32:46]    + AC3 passthrough
[21:32:46]  * audio track 1
[21:32:46]    + decoder: English (AC3) (5.1 ch) (track 0, id 80bd)
[21:32:46]      + bitrate: 640 kbps, samplerate: 48000 Hz
[21:32:46]    + mixdown: Dolby Pro Logic II
[21:32:46]    + encoder: faac
[21:32:46]      + bitrate: 128 kbps, samplerate: 48000 Hz
[21:32:46] dvd: not a dvd - trying as a stream/file instead
[21:32:46] thread b06ff000 started ("reader")
[21:32:46] thread b0803000 started ("Video decoder (libavcodec)")
[21:32:46] thread b0885000 started ("Renderer")
[21:32:46] encx264: keyint-min: 24, keyint-max: 240
[21:32:46] encx264: Encoding at constant RF 18.360001
[21:32:46] encx264: opening libx264 (pass 0)
x264 [warning]: frame MB size (80x34) > level limit (1620)
x264 [warning]: MB rate (65214) > level limit (40500)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
[21:32:46] reader: first SCR 56694764
[21:32:46] thread b0907000 started ("H.264/AVC encoder (libx264)")
No accelerated IMDCT transform found
[21:32:46] thread b0989000 started ("AC3 decoder")
[21:32:46] a52_syncinfo failed
[21:32:46] a52_syncinfo ok
No accelerated IMDCT transform found
[21:32:46] a52_syncinfo failed
[21:32:46] a52_syncinfo ok
[21:32:46] thread b0aba000 started ("AC3 decoder")
[21:32:46] thread b0b3c000 started ("AAC encoder (libfaac)")
[21:32:46] thread b0c88000 started ("muxer")
[21:32:46] sync: expecting 166604 video frames
[21:32:46] sync: first pts is 3754
[21:32:46] Disabled extra audio track 2
[21:36:07] macgui: Rip: Pending queue count is 0
[21:36:09] sync: got 2405 frames, 166604 expected
[21:36:09] work: average encoding speed for job is 11.759033 fps
[21:36:09] stream: 2413 good frames, 0 errors (0%)
[21:36:09] reader: done. 4 scr changes
[21:36:09] thread b06ff000 exited ("reader")
[21:36:09] macgui: cancelling current job and stopping the queue
[21:36:09] mux: file size, 78691814 bytes
[21:36:09] mux: track 0, 69040857 bytes, 5545.48 kbps
[21:36:09] mux: track 1, 8005120 bytes, 642.98 kbps
[21:36:09] mux: track 2, 1599675 bytes, 128.49 kbps
[21:36:09] mux: overhead, 4.53 bytes per frame
[21:36:09] thread b0c88000 exited ("muxer")
[21:36:09] thread b0c88000 joined ("muxer")
[21:36:09] thread b0aba000 exited ("AC3 decoder")
[21:36:09] thread b0b3c000 exited ("AAC encoder (libfaac)")
[21:36:09] thread b0803000 exited ("Video decoder (libavcodec)")
[21:36:09] thread b0803000 joined ("Video decoder (libavcodec)")
[21:36:09] h264-decoder done: 2407 frames, 0 decoder errors, 0 drops
[21:36:09] thread b0989000 exited ("AC3 decoder")
[21:36:09] thread b0907000 exited ("H.264/AVC encoder (libx264)")
[21:36:09] thread b0885000 exited ("Renderer")
[21:36:09] thread b0885000 joined ("Renderer")
[21:36:09] render: lost time: 0 (0 frames)
[21:36:09] render: gained time: 0 (0 frames) (0 not accounted for)
[21:36:09] fifo_close: trashing 0 buffer(s)
[21:36:09] fifo_close: trashing 0 buffer(s)
[21:36:09] thread b0907000 joined ("H.264/AVC encoder (libx264)")
x264 [info]: slice I:22    Avg QP:14.52  size: 80993  PSNR Mean Y:50.60 U:52.85 V:53.96 Avg:51.32 Global:48.58
x264 [info]: slice P:2368  Avg QP:18.07  size: 28437  PSNR Mean Y:49.12 U:52.43 V:53.54 Avg:50.02 Global:45.46
x264 [info]: mb I  I16..4: 31.2%  0.0% 68.8%
x264 [info]: mb P  I16..4: 11.0%  0.0% 10.3%  P16..4: 32.3% 26.6%  7.1%  0.0%  0.0%    skip:12.6%
x264 [info]: SSIM Mean Y:0.9807094
x264 [info]: PSNR Mean Y:49.134 U:52.435 V:53.547 Avg:50.036 Global:45.484 kb/s:5547.15
[21:36:09] thread b0989000 joined ("AC3 decoder")
[21:36:09] thread b0aba000 joined ("AC3 decoder")
[21:36:09] thread b0b3c000 joined ("AAC encoder (libfaac)")
[21:36:09] thread b06ff000 joined ("reader")
[21:36:09] fifo_close: trashing 212 buffer(s)
[21:36:09] fifo_close: trashing 1 buffer(s)
[21:36:09] fifo_close: trashing 12 buffer(s)
[21:36:09] fifo_close: trashing 1 buffer(s)
[21:36:09] fifo_close: trashing 3 buffer(s)
[21:36:09] fifo_close: trashing 0 buffer(s)
[21:36:09] fifo_close: trashing 1 buffer(s)
[21:36:09] fifo_close: trashing 0 buffer(s)
[21:36:09] fifo_close: trashing 15 buffer(s)
[21:36:09] fifo_close: trashing 0 buffer(s)
[21:36:09] fifo_close: trashing 1 buffer(s)
[21:36:09] fifo_close: trashing 4 buffer(s)
[21:36:09] fifo_close: trashing 17 buffer(s)
[21:36:09] Freed 32 buffers of size 1024
[21:36:09] Freed 32 buffers of size 2048
[21:36:09] Freed 32 buffers of size 4096
[21:36:09] Freed 32 buffers of size 16384
[21:36:09] Freed 11 buffers of size 1048576
[21:36:09] Freed 17 buffers of size 4194304
[21:36:09] Allocated 83591168 bytes of buffers on this pass and Freed 83591168 bytes, 0 bytes leaked
[21:36:09] thread b067d000 exited ("work")
[21:36:09] thread b067d000 joined ("work")
[21:36:09] libhb: work result = 0
[22:05:17] macgui: removeQueueFileItem: Removing a cancelled/finished encode, decrement currentQueueEncodeIndex to 0
Version: 0.9.3 SVN 1797
-Date of download: 2008.10.01
-Platform: Mac
-Settings: See log above
-Operating System version: 10.5.5
-What you were doing at the time besides encoding: Nothing
-What other applications were running: Mail, Safari, iTunes
-Whether or not the problem is reproducible (happens every time with the same settings/movie): Yes
rhester
Veteran User
Posts: 2888
Joined: Tue Apr 18, 2006 10:24 pm

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by rhester »

[21:32:46] sync: first pts is 3754

The above looks like your TS is broken - HandBrake is starting where the container says it should, but obviously the container is wrong. The container is saying the first PTS starts at frame 3754 (125.13 seconds in). Fix the stream.

Rodney
jbellanca
Posts: 35
Joined: Tue Feb 12, 2008 11:16 pm

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by jbellanca »

Thanks for the response. The TS file is a Blu-Ray rip done with TSMuxer 1.8.8. I suppose there could be a bug in TSMuxer causing it, but the original files encode the first 126 seconds OK in VisualHub and play fine in various playback tools (MPlayer, PowerDVD), which is why I'd lean more towards something odd going on in how HB is handling the file. Do you know of another tool to rip Blu-Ray's that will create a perfect file for HB? Of the 6 rips I have done this way so far, three of them skip the first 120-ish seconds, and 3 of the convert correctly. Anyone have any idea what may be going wrong?
van
Veteran User
Posts: 417
Joined: Wed Aug 29, 2007 6:35 am

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by van »

Most of the log messages that say "pts/start/next NNN" give NNN in the 90KHz MPEG clock since that's the timebase used for frame timing, A/V sync, etc. So the 3754 is really 42 ms (one video frame time for a progressive source) and the fact that 3754/30fps is about the outage duration in seconds is just a coincidence. Dropping a few frames at the beginning of h.264 sources is normal (and generally invisible). It appears to be due to an initialization problem that makes the ffmpeg h.264 decoder believe it doesn't have enough info to decode the B-frames following the initial IDR frame even though it does. So all the initial B's get dropped & the first frame HB sees has the PTS of the initial IDR. But all this does is chop a few milliseconds of video off the front of stream - it's not the problem your seeing.

I've only got a few m2ts streams to test with & none of them showed your long-outage problem but my best guess is the outage is being caused by some code that was put in to deal with lost clock packets in over-the-air transport streams. The filtering logic in this code was being run on all mpeg streams but it's not relevant to dvds, program streams or m2ts streams and even on OTA transport streams it was way too aggressive. This could cause the kind of outage you're seeing. I've just committed a fix for this as r1802. If you can compile HB from source you might give this a try.
rhester
Veteran User
Posts: 2888
Joined: Tue Apr 18, 2006 10:24 pm

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by rhester »

Thanks van. I was obviously burned by the coincidence - but the math did work, so I ran with it. *laughs*

Rodney
jbellanca
Posts: 35
Joined: Tue Feb 12, 2008 11:16 pm

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by jbellanca »

Thanks Van! I tried following the compile guide but couldn't get it to work for some reason (I installed yamb, already had XCode 3 but installed it again anyway, and still got errors - 0.9.2 compiles fine, just the SVN won't), so I'll probably just wait until someone's nice enough to post another compiled SVN app online to test it out. But when that happens, I'll definitely test out the changes and post up what happens. Thanks so much for helping!
BucksSaddler
Novice
Posts: 60
Joined: Thu Jun 28, 2007 7:17 am

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by BucksSaddler »

Hi,
Came across this thread as i had been seeing the same sort of issue as the OP, but i think the issue may also lie with the use of TSMuxer. I am using HB on a Mac (10.5.5), windows apps through VMWare Fusion, encoding for Apple TV.
I have compiled the latest SVN (1816) and the encode now starts perfectly at the beginning of the film but funnily enough the reported length of the film is about 2 minutes shorter than it should be. My test disc is Ratatouille. It has been ripped with AnyDVD and tested a few different ways: MeGUI directly onto the M2TS file reports the length of the film at about 1hr 50 which is correct. VLC reports the same length on the file. Latest HandBrake reports the file 1hr 48 mins but as far as i can see there isn't anything missing from the movie :)
However if i pass the M2TS through TSMuxer the length of the film is reduced to 1hr 47 mins and the encode starts about a minute into the film, so i think using he latest HB directly onto the M2TS is fine. Below is the activity log if it's of use to anybody.
Cheers

Code: Select all

[10:58:17] macgui: Handbrake Version: svn1816 (2008100601)
[10:58:17] hb_init: checking cpu count
[10:58:17] hb_init: starting libhb thread
[10:58:17] thread b00c5000 started ("libhb")
[10:58:17] hb_init: checking cpu count
[10:58:17] hb_init: starting libhb thread
[10:58:17] thread b0147000 started ("libhb")
[10:58:25] macgui: trying to open video_ts folder (parent directory chosen)
[10:58:25] hb_scan: path=/Users/Andy/Movies/Ratatouille/BDMV/STREAM/00199.m2ts, title_index=0
[10:58:25] thread b06ff000 started ("scan")
[10:58:25] scan: trying to open with libdvdread
[10:58:25] dvd: not a dvd - trying as a stream/file instead
[10:58:25] file is MPEG Transport Stream with 192 byte packets offset 4 bytes
[10:58:25] hb_ts_stream_find_pids - found the following PIDS
[10:58:25]     Video PIDS : 
[10:58:25]       0x1011 type H.264 (0x1b)
[10:58:25]     Audio PIDS : 
[10:58:25]       0x1100 type DigiCipher II Video (0x80)
[10:58:25]       0x1101 type AC-3 (0x81)
[10:58:25]       0x1102 type AC-3 (0x81)
[10:58:25]       0x1200 type Unknown (0x90)
[10:58:25]       0x1201 type Unknown (0x90)
[10:58:25]       0x1202 type Unknown (0x90)
[10:58:26] transport stream pid 0x1100 (type 0x81) is AC-3 audio id 0x80bd
[10:58:26] transport stream pid 0x1101 (type 0x81) is AC-3 audio id 0x81bd
[10:58:26] transport stream pid 0x1102 (type 0x81) is AC-3 audio id 0x82bd
[10:58:27] transport stream pid 0x1200 (type 0x90) isn't audio
[10:58:27] transport stream pid 0x1201 (type 0x90) isn't audio
[10:58:27] transport stream pid 0x1202 (type 0x81) is AC-3 audio id 0x83bd
[10:58:27] scan: decoding previews for title 1
[10:58:27] scan: preview 1
[10:58:27] scan: audio 0x81bd: AC-3, rate=48000Hz, bitrate=640000 Unknown (AC3) (5.1 ch)
[10:58:27] scan: audio 0x82bd: AC-3, rate=48000Hz, bitrate=192000 Unknown (AC3) (2.0 ch)
[10:58:27] scan: preview 2
[10:58:28] scan: audio 0x80bd: AC-3, rate=48000Hz, bitrate=40000 Unknown (AC3) (5.1 ch)
[10:58:28] scan: preview 3
[10:58:29] scan: preview 4
[10:58:30] scan: preview 5
[10:58:31] scan: preview 6
[10:58:31] Title's mostly NTSC Film, setting fps to 23.976
[10:58:31] scan: preview 7
[10:58:32] scan: preview 8
[10:58:33] scan: preview 9
[10:58:34] scan: preview 10
[10:58:35] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[10:58:35] scan: removing audio 0x83bd because no bitrate found
[10:58:35] scan: title (0) job->width:1936, job->height:1088
[10:58:35] stream: 108 good frames, 0 errors (0%)
[10:58:35] thread b06ff000 exited ("scan")
[10:58:35] thread b06ff000 joined ("scan")
[10:58:35] libhb: scan thread found 1 valid title(s)
[10:58:35] macgui: ScanDone state received from fHandle
[10:58:52] macgui: Rip: Pending queue count is 0
[10:58:53] macgui: scanning specifically for title: 1
[10:58:53] macgui: performNewQueueScan currentQueueEncodeIndex is: 0
[10:58:53] hb_scan: path=/Users/Andy/Movies/Ratatouille/BDMV/STREAM/00199.m2ts, title_index=1
[10:58:53] thread b0453000 started ("scan")
[10:58:53] scan: trying to open with libdvdread
[10:58:53] dvd: not a dvd - trying as a stream/file instead
[10:58:53] file is MPEG Transport Stream with 192 byte packets offset 4 bytes
[10:58:53] hb_ts_stream_find_pids - found the following PIDS
[10:58:53]     Video PIDS : 
[10:58:53]       0x1011 type H.264 (0x1b)
[10:58:53]     Audio PIDS : 
[10:58:53]       0x1100 type DigiCipher II Video (0x80)
[10:58:53]       0x1101 type AC-3 (0x81)
[10:58:53]       0x1102 type AC-3 (0x81)
[10:58:53]       0x1200 type Unknown (0x90)
[10:58:53]       0x1201 type Unknown (0x90)
[10:58:53]       0x1202 type Unknown (0x90)
[10:58:53] transport stream pid 0x1100 (type 0x81) is AC-3 audio id 0x80bd
[10:58:53] transport stream pid 0x1101 (type 0x81) is AC-3 audio id 0x81bd
[10:58:53] transport stream pid 0x1102 (type 0x81) is AC-3 audio id 0x82bd
[10:58:53] transport stream pid 0x1200 (type 0x90) isn't audio
[10:58:53] transport stream pid 0x1201 (type 0x90) isn't audio
[10:58:53] transport stream pid 0x1202 (type 0x81) is AC-3 audio id 0x83bd
[10:58:53] scan: decoding previews for title 1
[10:58:53] scan: preview 1
[10:58:53] scan: audio 0x81bd: AC-3, rate=48000Hz, bitrate=640000 Unknown (AC3) (5.1 ch)
[10:58:53] scan: audio 0x82bd: AC-3, rate=48000Hz, bitrate=192000 Unknown (AC3) (2.0 ch)
[10:58:54] scan: preview 2
[10:58:54] scan: audio 0x80bd: AC-3, rate=48000Hz, bitrate=40000 Unknown (AC3) (5.1 ch)
[10:58:54] scan: preview 3
[10:58:55] scan: preview 4
[10:58:55] scan: preview 5
[10:58:56] scan: preview 6
[10:58:57] Title's mostly NTSC Film, setting fps to 23.976
[10:58:57] scan: preview 7
[10:58:57] scan: preview 8
[10:58:58] scan: preview 9
[10:58:59] scan: preview 10
[10:58:59] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[10:58:59] scan: removing audio 0x83bd because no bitrate found
[10:58:59] scan: title (0) job->width:1936, job->height:1088
[10:58:59] stream: 108 good frames, 0 errors (0%)
[10:58:59] thread b0453000 exited ("scan")
[10:58:59] thread b0453000 joined ("scan")
[10:58:59] libhb: scan thread found 1 valid title(s)
[10:59:00] macgui: ScanDone state received from fQueueEncodeLibhb
[10:59:00] macgui: processNewQueueEncode title list is: 1
[10:59:00] macgui: processNewQueueEncode currentQueueEncodeIndex is: 0
[10:59:00] macgui: processNewQueueEncode number of passes expected is: 1
[10:59:00] macgui: processNewQueueEncode sending to prepareJob
[10:59:00] macgui: prepareJob audiotrack 2 is: 1
[10:59:00] macgui: prepareJob exiting
[10:59:00] thread b0453000 started ("work")
[10:59:00] 1 job(s) to process
[10:59:00] starting job
[10:59:00] job configuration:
[10:59:00]  * source
[10:59:00]    + /Users/Andy/Movies/Ratatouille/BDMV/STREAM/00199.m2ts
[10:59:00]    + title 1, chapter(s) 1 to 1
[10:59:00]  * destination
[10:59:00]    + /Users/Andy/Desktop/00199.m4v
[10:59:00]    + container: MPEG-4 (.mp4 and .m4v)
[10:59:00]      + 64-bit formatting
[10:59:00]      + chapter markers
[10:59:00]  * video track
[10:59:00]    + decoder: h264
[10:59:00]      + bitrate 200 kbps
[10:59:00]    + frame rate: same as source (around 23.976 fps)
[10:59:00]    + dimensions: 1920 * 1080 -> 1280 * 720, crop 0/0/0/0
[10:59:00]    + encoder: x264
[10:59:00]      + options: ref=6:mixed-refs=1:bframes=6:bime=1:me=umh:merange=24:subq=6:analyse=all:no-fast-pskip=1:cabac=0
[10:59:00]      + bitrate: 6000 kbps, pass: 0
[10:59:00]  * audio track 0
[10:59:00]    + decoder: Unknown (AC3) (5.1 ch) (track 0, id 81bd)
[10:59:00]      + bitrate: 640 kbps, samplerate: 48000 Hz
[10:59:00]    + mixdown: Dolby Pro Logic II
[10:59:00]    + encoder: faac
[10:59:00]      + bitrate: 128 kbps, samplerate: 48000 Hz
[10:59:00]  * audio track 1
[10:59:00]    + decoder: Unknown (AC3) (5.1 ch) (track 0, id 81bd)
[10:59:00]      + bitrate: 640 kbps, samplerate: 48000 Hz
[10:59:00]    + AC3 passthrough
[10:59:00] dvd: not a dvd - trying as a stream/file instead
[10:59:00] reader: first SCR 963814
[10:59:00] thread b05fb000 started ("reader")
[10:59:00] thread b06ff000 started ("Video decoder (libavcodec)")
[10:59:00] thread b0781000 started ("Renderer")
[10:59:00] encx264: keyint-min: 24, keyint-max: 240
[10:59:00] encx264: opening libx264 (pass 0)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
[10:59:00] thread b0803000 started ("H.264/AVC encoder (libx264)")
No accelerated IMDCT transform found
[10:59:00] thread b0885000 started ("AC3 decoder")
[10:59:00] thread b0907000 started ("AAC encoder (libfaac)")
No accelerated IMDCT transform found
[10:59:00] thread b0989000 started ("AC3 decoder")
[10:59:00] thread b0aba000 started ("muxer")
[10:59:00] sync: expecting 155701 video frames
[10:59:00] Using 64-bit MP4 formatting.
[10:59:00] Disabled extra audio track 2
[10:59:00] sync: first pts is 3754
BucksSaddler
Novice
Posts: 60
Joined: Thu Jun 28, 2007 7:17 am

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by BucksSaddler »

Just done some more testing, this time on Spider-Man (directly onto the ripped M2TS), and unfortunately this starts to encode 30 seconds into the movie with SVN 1816. Again, VLC & MeGui both start correctly at the beginning of the movie on the same file. I passed the file through TSMuxer with the same result (30 seconds start into the movie). The reasoning for wanting to pass the files through TSMuxer is to be able to down convert the Dolby True HD track to DD, then do a one stop encode from Handbrake which will pass thru the DD track nicely for the Apple TV.
If i can be of any more help let me know.
Cheers Guys.

Code: Select all

HandBrake Activity Log for Session (Cleared): 2008-10-07 14:13:18 +0100
[14:13:18] macgui: Handbrake Version: svn1816 (2008100601)
[14:13:19] hb_init: checking cpu count
[14:13:19] hb_init: starting libhb thread
[14:13:19] thread b00c5000 started ("libhb")
[14:13:19] hb_init: checking cpu count
[14:13:19] hb_init: starting libhb thread
[14:13:19] thread b0147000 started ("libhb")
[14:13:28] macgui: trying to open video_ts folder (parent directory chosen)
[14:13:28] hb_scan: path=/Users/Andy/Movies/Spider-Man/00011.m2ts, title_index=0
[14:13:28] thread b06ff000 started ("scan")
[14:13:28] scan: trying to open with libdvdread
[14:13:28] dvd: not a dvd - trying as a stream/file instead
[14:13:28] file is MPEG Transport Stream with 192 byte packets offset 4 bytes
[14:13:28] build_program_map - Continuity Counter 3 out of sequence - expected 1
[14:13:28] hb_ts_stream_find_pids - found the following PIDS
[14:13:28]     Video PIDS : 
[14:13:28]       0x1011 type H.264 (0x1b)
[14:13:28]     Audio PIDS : 
[14:13:28]       0x1100 type LPCM (0x83)
[14:13:28]       0x1101 type AC-3 (0x81)
[14:13:28]       0x1102 type AC-3 (0x81)
[14:13:28]       0x1103 type AC-3 (0x81)
[14:13:28]       0x1104 type AC-3 (0x81)
[14:13:28]       0x1200 type Unknown (0x90)
[14:13:28]       0x1201 type Unknown (0x90)
[14:13:28]       0x1202 type Unknown (0x90)
[14:13:28]       0x1203 type Unknown (0x90)
[14:13:28]       0x1204 type Unknown (0x90)
[14:13:28]       0x1205 type Unknown (0x90)
[14:13:28]       0x1206 type Unknown (0x90)
[14:13:28]       0x1207 type Unknown (0x90)
[14:13:28]       0x1208 type Unknown (0x90)
[14:13:28]       0x1209 type Unknown (0x90)
[14:13:29] transport stream pid 0x1100 (type 0x83) is LPCM audio id 0x80bd
[14:13:29] transport stream pid 0x1101 (type 0x81) is AC-3 audio id 0x81bd
[14:13:29] transport stream pid 0x1102 (type 0x81) is AC-3 audio id 0x82bd
[14:13:29] transport stream pid 0x1103 (type 0x81) is AC-3 audio id 0x83bd
[14:13:29] transport stream pid 0x1104 (type 0x81) is AC-3 audio id 0x84bd
[14:13:30] transport stream pid 0x1200 (type 0x90) isn't audio
[14:13:30] transport stream pid 0x1201 (type 0x90) isn't audio
[14:13:30] transport stream pid 0x1202 (type 0x90) isn't audio
[14:13:30] transport stream pid 0x1203 (type 0x90) isn't audio
[14:13:30] transport stream pid 0x1204 (type 0x90) isn't audio
[14:13:30] transport stream pid 0x1205 (type 0x90) isn't audio
[14:13:30] transport stream pid 0x1206 (type 0x90) isn't audio
[14:13:30] transport stream pid 0x1207 (type 0x90) isn't audio
[14:13:31] transport stream pid 0x1208 (type 0x90) isn't audio
[14:13:31] transport stream pid 0x1209 (type 0x90) isn't audio
[14:13:31] scan: decoding previews for title 1
[14:13:31] scan: preview 1
[14:13:32] scan: audio 0x80bd: LPCM, rate=44100Hz, bitrate=6174000 Unknown (LPCM) (2.0 ch)
[14:13:32] scan: audio 0x81bd: AC-3, rate=48000Hz, bitrate=640000 Unknown (AC3) (5.1 ch)
[14:13:32] scan: audio 0x82bd: AC-3, rate=48000Hz, bitrate=640000 Unknown (AC3) (5.1 ch)
[14:13:32] scan: audio 0x83bd: AC-3, rate=48000Hz, bitrate=640000 Unknown (AC3) (5.1 ch)
[14:13:32] scan: audio 0x84bd: AC-3, rate=48000Hz, bitrate=640000 Unknown (AC3) (5.1 ch)
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[h264 @ 0x10dc600]non-existing PPS referenced
[h264 @ 0x10dc600]decode_slice_header error
[14:13:32] scan: preview 2
[h264 @ 0x10b4400]non-existing PPS referenced
[h264 @ 0x10b4400]decode_slice_header error
[h264 @ 0x10b4400]non-existing PPS referenced
[h264 @ 0x10b4400]decode_slice_header error
[h264 @ 0x10b4400]non-existing PPS referenced
[h264 @ 0x10b4400]decode_slice_header error
[h264 @ 0x10b4400]non-existing PPS referenced
[h264 @ 0x10b4400]decode_slice_header error
[h264 @ 0x10b4400]non-existing PPS referenced
[h264 @ 0x10b4400]decode_slice_header error
[h264 @ 0x10b4400]non-existing PPS referenced
[h264 @ 0x10b4400]decode_slice_header error
[h264 @ 0x10b4400]non-existing PPS referenced
[h264 @ 0x10b4400]decode_slice_header error
[h264 @ 0x10b4400]non-existing PPS referenced
[h264 @ 0x10b4400]decode_slice_header error
[14:13:46] scan: preview 3
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]B picture before any references, skipping
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]B picture before any references, skipping
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]B picture before any references, skipping
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]B picture before any references, skipping
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[h264 @ 0x10dca00]non-existing PPS referenced
[h264 @ 0x10dca00]decode_slice_header error
[14:13:47] scan: preview 4
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]non-existing PPS referenced
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[h264 @ 0x10cdc00]B picture before any references, skipping
[h264 @ 0x10cdc00]decode_slice_header error
[14:13:49] scan: preview 5
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[h264 @ 0x10cd800]non-existing PPS referenced
[h264 @ 0x10cd800]decode_slice_header error
[14:13:58] scan: preview 6
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[h264 @ 0x10ce000]non-existing PPS referenced
[h264 @ 0x10ce000]decode_slice_header error
[14:13:59] Title's mostly NTSC Film, setting fps to 23.976
[14:13:59] scan: preview 7
[h264 @ 0x10dce00]non-existing PPS referenced
[h264 @ 0x10dce00]decode_slice_header error
[h264 @ 0x10dce00]non-existing PPS referenced
[h264 @ 0x10dce00]decode_slice_header error
[h264 @ 0x10dce00]non-existing PPS referenced
[h264 @ 0x10dce00]decode_slice_header error
[h264 @ 0x10dce00]non-existing PPS referenced
[h264 @ 0x10dce00]decode_slice_header error
[h264 @ 0x10dce00]non-existing PPS referenced
[h264 @ 0x10dce00]decode_slice_header error
[h264 @ 0x10dce00]non-existing PPS referenced
[h264 @ 0x10dce00]decode_slice_header error
[h264 @ 0x10dce00]non-existing PPS referenced
[h264 @ 0x10dce00]decode_slice_header error
[h264 @ 0x10dce00]non-existing PPS referenced
[h264 @ 0x10dce00]decode_slice_header error
[14:14:01] scan: preview 8
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]B picture before any references, skipping
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]B picture before any references, skipping
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]B picture before any references, skipping
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]B picture before any references, skipping
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]B picture before any references, skipping
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]B picture before any references, skipping
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]B picture before any references, skipping
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]B picture before any references, skipping
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[h264 @ 0x10ddc00]non-existing PPS referenced
[h264 @ 0x10ddc00]decode_slice_header error
[14:14:15] scan: preview 9
[h264 @ 0x10e3000]non-existing PPS referenced
[h264 @ 0x10e3000]decode_slice_header error
[h264 @ 0x10e3000]non-existing PPS referenced
[h264 @ 0x10e3000]decode_slice_header error
[h264 @ 0x10e3000]non-existing PPS referenced
[h264 @ 0x10e3000]decode_slice_header error
[h264 @ 0x10e3000]non-existing PPS referenced
[h264 @ 0x10e3000]decode_slice_header error
[14:14:22] scan: preview 10
[h264 @ 0x110ac00]non-existing PPS referenced
[h264 @ 0x110ac00]decode_slice_header error
[h264 @ 0x110ac00]non-existing PPS referenced
[h264 @ 0x110ac00]decode_slice_header error
[h264 @ 0x110ac00]non-existing PPS referenced
[h264 @ 0x110ac00]decode_slice_header error
[h264 @ 0x110ac00]non-existing PPS referenced
[h264 @ 0x110ac00]decode_slice_header error
[h264 @ 0x110ac00]non-existing PPS referenced
[h264 @ 0x110ac00]decode_slice_header error
[h264 @ 0x110ac00]non-existing PPS referenced
[h264 @ 0x110ac00]decode_slice_header error
[h264 @ 0x110ac00]non-existing PPS referenced
[h264 @ 0x110ac00]decode_slice_header error
[h264 @ 0x110ac00]non-existing PPS referenced
[h264 @ 0x110ac00]decode_slice_header error
[14:14:24] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 20/20/0/0, aspect 16:9, PAR 1:1
[14:14:24] scan: title (0) job->width:1920, job->height:1040
[14:14:24] stream: 5 good frames, 0 errors (0%)
[14:14:24] thread b06ff000 exited ("scan")
[14:14:24] thread b06ff000 joined ("scan")
[14:14:24] libhb: scan thread found 1 valid title(s)
[14:14:24] macgui: ScanDone state received from fHandle
[14:15:16] macgui: Rip: Pending queue count is 0
[14:15:16] macgui: Rip: No pending jobs, so sending this one to doAddToQueue
[14:15:16] macgui: Rip: Going right to performNewQueueScan
[14:15:16] macgui: scanning specifically for title: 1
[14:15:16] macgui: performNewQueueScan currentQueueEncodeIndex is: 0
[14:15:16] hb_scan: path=/Users/Andy/Movies/Spider-Man/00011.m2ts, title_index=1
[14:15:16] thread b0568000 started ("scan")
[14:15:16] scan: trying to open with libdvdread
[14:15:16] dvd: not a dvd - trying as a stream/file instead
[14:15:16] file is MPEG Transport Stream with 192 byte packets offset 4 bytes
[14:15:16] build_program_map - Continuity Counter 3 out of sequence - expected 1
[14:15:16] hb_ts_stream_find_pids - found the following PIDS
[14:15:16]     Video PIDS : 
[14:15:16]       0x1011 type H.264 (0x1b)
[14:15:16]     Audio PIDS : 
[14:15:16]       0x1100 type LPCM (0x83)
[14:15:16]       0x1101 type AC-3 (0x81)
[14:15:16]       0x1102 type AC-3 (0x81)
[14:15:16]       0x1103 type AC-3 (0x81)
[14:15:16]       0x1104 type AC-3 (0x81)
[14:15:16]       0x1200 type Unknown (0x90)
[14:15:16]       0x1201 type Unknown (0x90)
[14:15:16]       0x1202 type Unknown (0x90)
[14:15:16]       0x1203 type Unknown (0x90)
[14:15:16]       0x1204 type Unknown (0x90)
[14:15:16]       0x1205 type Unknown (0x90)
[14:15:16]       0x1206 type Unknown (0x90)
[14:15:16]       0x1207 type Unknown (0x90)
[14:15:16]       0x1208 type Unknown (0x90)
[14:15:16]       0x1209 type Unknown (0x90)
[14:15:17] transport stream pid 0x1100 (type 0x83) is LPCM audio id 0x80bd
[14:15:17] transport stream pid 0x1101 (type 0x81) is AC-3 audio id 0x81bd
[14:15:17] transport stream pid 0x1102 (type 0x81) is AC-3 audio id 0x82bd
[14:15:17] transport stream pid 0x1103 (type 0x81) is AC-3 audio id 0x83bd
[14:15:17] transport stream pid 0x1104 (type 0x81) is AC-3 audio id 0x84bd
[14:15:18] transport stream pid 0x1200 (type 0x90) isn't audio
[14:15:19] transport stream pid 0x1201 (type 0x90) isn't audio
[14:15:19] transport stream pid 0x1202 (type 0x90) isn't audio
[14:15:19] transport stream pid 0x1203 (type 0x90) isn't audio
[14:15:19] transport stream pid 0x1204 (type 0x90) isn't audio
[14:15:19] transport stream pid 0x1205 (type 0x90) isn't audio
[14:15:19] transport stream pid 0x1206 (type 0x90) isn't audio
[14:15:19] transport stream pid 0x1207 (type 0x90) isn't audio
[14:15:19] transport stream pid 0x1208 (type 0x90) isn't audio
[14:15:20] transport stream pid 0x1209 (type 0x90) isn't audio
[14:15:20] scan: decoding previews for title 1
[14:15:20] scan: preview 1
[14:15:20] scan: audio 0x80bd: LPCM, rate=44100Hz, bitrate=6174000 Unknown (LPCM) (2.0 ch)
[14:15:20] scan: audio 0x81bd: AC-3, rate=48000Hz, bitrate=640000 Unknown (AC3) (5.1 ch)
[14:15:20] scan: audio 0x82bd: AC-3, rate=48000Hz, bitrate=640000 Unknown (AC3) (5.1 ch)
[14:15:20] scan: audio 0x83bd: AC-3, rate=48000Hz, bitrate=640000 Unknown (AC3) (5.1 ch)
[14:15:20] scan: audio 0x84bd: AC-3, rate=48000Hz, bitrate=640000 Unknown (AC3) (5.1 ch)
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[h264 @ 0x10db800]non-existing PPS referenced
[h264 @ 0x10db800]decode_slice_header error
[14:15:21] scan: preview 2
[h264 @ 0x1106200]non-existing PPS referenced
[h264 @ 0x1106200]decode_slice_header error
[h264 @ 0x1106200]non-existing PPS referenced
[h264 @ 0x1106200]decode_slice_header error
[h264 @ 0x1106200]non-existing PPS referenced
[h264 @ 0x1106200]decode_slice_header error
[h264 @ 0x1106200]non-existing PPS referenced
[h264 @ 0x1106200]decode_slice_header error
[h264 @ 0x1106200]non-existing PPS referenced
[h264 @ 0x1106200]decode_slice_header error
[h264 @ 0x1106200]non-existing PPS referenced
[h264 @ 0x1106200]decode_slice_header error
[h264 @ 0x1106200]non-existing PPS referenced
[h264 @ 0x1106200]decode_slice_header error
[h264 @ 0x1106200]non-existing PPS referenced
[h264 @ 0x1106200]decode_slice_header error
[14:15:37] scan: preview 3
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]B picture before any references, skipping
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]B picture before any references, skipping
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]B picture before any references, skipping
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]B picture before any references, skipping
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[h264 @ 0x1090c00]non-existing PPS referenced
[h264 @ 0x1090c00]decode_slice_header error
[14:15:38] scan: preview 4
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]non-existing PPS referenced
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[h264 @ 0x10df000]B picture before any references, skipping
[h264 @ 0x10df000]decode_slice_header error
[14:15:40] scan: preview 5
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[h264 @ 0x10d8800]non-existing PPS referenced
[h264 @ 0x10d8800]decode_slice_header error
[14:15:49] scan: preview 6
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[h264 @ 0x1109e00]non-existing PPS referenced
[h264 @ 0x1109e00]decode_slice_header error
[14:15:50] Title's mostly NTSC Film, setting fps to 23.976
[14:15:50] scan: preview 7
[h264 @ 0x110a600]non-existing PPS referenced
[h264 @ 0x110a600]decode_slice_header error
[h264 @ 0x110a600]non-existing PPS referenced
[h264 @ 0x110a600]decode_slice_header error
[h264 @ 0x110a600]non-existing PPS referenced
[h264 @ 0x110a600]decode_slice_header error
[h264 @ 0x110a600]non-existing PPS referenced
[h264 @ 0x110a600]decode_slice_header error
[h264 @ 0x110a600]non-existing PPS referenced
[h264 @ 0x110a600]decode_slice_header error
[h264 @ 0x110a600]non-existing PPS referenced
[h264 @ 0x110a600]decode_slice_header error
[h264 @ 0x110a600]non-existing PPS referenced
[h264 @ 0x110a600]decode_slice_header error
[h264 @ 0x110a600]non-existing PPS referenced
[h264 @ 0x110a600]decode_slice_header error
[14:15:53] scan: preview 8
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]B picture before any references, skipping
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]B picture before any references, skipping
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]B picture before any references, skipping
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]B picture before any references, skipping
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]B picture before any references, skipping
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]B picture before any references, skipping
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]B picture before any references, skipping
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]B picture before any references, skipping
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[h264 @ 0x110a200]non-existing PPS referenced
[h264 @ 0x110a200]decode_slice_header error
[14:16:06] scan: preview 9
[h264 @ 0x1112c00]non-existing PPS referenced
[h264 @ 0x1112c00]decode_slice_header error
[h264 @ 0x1112c00]non-existing PPS referenced
[h264 @ 0x1112c00]decode_slice_header error
[h264 @ 0x1112c00]non-existing PPS referenced
[h264 @ 0x1112c00]decode_slice_header error
[h264 @ 0x1112c00]non-existing PPS referenced
[h264 @ 0x1112c00]decode_slice_header error
[14:16:13] scan: preview 10
[h264 @ 0x1112600]non-existing PPS referenced
[h264 @ 0x1112600]decode_slice_header error
[h264 @ 0x1112600]non-existing PPS referenced
[h264 @ 0x1112600]decode_slice_header error
[h264 @ 0x1112600]non-existing PPS referenced
[h264 @ 0x1112600]decode_slice_header error
[h264 @ 0x1112600]non-existing PPS referenced
[h264 @ 0x1112600]decode_slice_header error
[h264 @ 0x1112600]non-existing PPS referenced
[h264 @ 0x1112600]decode_slice_header error
[h264 @ 0x1112600]non-existing PPS referenced
[h264 @ 0x1112600]decode_slice_header error
[h264 @ 0x1112600]non-existing PPS referenced
[h264 @ 0x1112600]decode_slice_header error
[h264 @ 0x1112600]non-existing PPS referenced
[h264 @ 0x1112600]decode_slice_header error
[14:16:14] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 20/20/0/0, aspect 16:9, PAR 1:1
[14:16:14] scan: title (0) job->width:1920, job->height:1040
[14:16:14] stream: 5 good frames, 0 errors (0%)
[14:16:14] thread b0568000 exited ("scan")
[14:16:14] thread b0568000 joined ("scan")
[14:16:14] libhb: scan thread found 1 valid title(s)
[14:16:14] macgui: ScanDone state received from fQueueEncodeLibhb
[14:16:14] macgui: processNewQueueEncode title list is: 1
[14:16:14] macgui: processNewQueueEncode currentQueueEncodeIndex is: 0
[14:16:14] macgui: processNewQueueEncode number of passes expected is: 1
[14:16:14] macgui: processNewQueueEncode sending to prepareJob
[14:16:14] macgui: prepareJob audiotrack 2 is: 1
[14:16:14] macgui: prepareJob exiting
[14:16:14] thread b0568000 started ("work")
[14:16:14] 1 job(s) to process
[14:16:14] starting job
[14:16:14] job configuration:
[14:16:14]  * source
[14:16:14]    + /Users/Andy/Movies/Spider-Man/00011.m2ts
[14:16:14]    + title 1, chapter(s) 1 to 1
[14:16:14]  * destination
[14:16:14]    + /Users/Andy/Desktop/00011.m4v
[14:16:14]    + container: MPEG-4 (.mp4 and .m4v)
[14:16:14]      + 64-bit formatting
[14:16:14]  * video track
[14:16:14]    + decoder: h264
[14:16:14]      + bitrate 200 kbps
[14:16:14]    + frame rate: same as source (around 23.976 fps)
[14:16:14]    + dimensions: 1920 * 1080 -> 1280 * 720, crop 0/0/0/0
[14:16:14]    + encoder: x264
[14:16:14]      + options: ref=6:mixed-refs=1:bframes=6:bime=1:me=umh:merange=24:subq=6:analyse=all:no-fast-pskip=1:cabac=0
[14:16:14]      + bitrate: 6000 kbps, pass: 0
[14:16:14]  * audio track 0
[14:16:14]    + decoder: Unknown (AC3) (5.1 ch) (track 0, id 81bd)
[14:16:14]      + bitrate: 640 kbps, samplerate: 48000 Hz
[14:16:14]    + mixdown: Dolby Pro Logic II
[14:16:14]    + encoder: faac
[14:16:14]      + bitrate: 160 kbps, samplerate: 48000 Hz
[14:16:14]  * audio track 1
[14:16:14]    + decoder: Unknown (AC3) (5.1 ch) (track 0, id 81bd)
[14:16:14]      + bitrate: 640 kbps, samplerate: 48000 Hz
[14:16:14]    + AC3 passthrough
[14:16:14] thread b05fb000 started ("reader")
[14:16:14] thread b06ff000 started ("Video decoder (libavcodec)")
[14:16:14] thread b0781000 started ("Renderer")
[14:16:14] encx264: keyint-min: 24, keyint-max: 240
[14:16:14] encx264: opening libx264 (pass 0)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
[14:16:14] thread b0803000 started ("H.264/AVC encoder (libx264)")
[14:16:14] dvd: not a dvd - trying as a stream/file instead
No accelerated IMDCT transform found
[14:16:14] thread b0885000 started ("AC3 decoder")
[14:16:14] thread b0907000 started ("AAC encoder (libfaac)")
No accelerated IMDCT transform found
[14:16:14] thread b0989000 started ("AC3 decoder")
[14:16:14] Using 64-bit MP4 formatting.
[14:16:14] thread b0aba000 started ("muxer")
[14:16:14] sync: expecting 173905 video frames
[14:16:14] Disabled extra audio track 2
[14:16:17] reader: first SCR 3029306
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[h264 @ 0x1035600]non-existing PPS referenced
[h264 @ 0x1035600]decode_slice_header error
[14:16:17] sync: first pts is 37538
[14:16:46] a52_syncinfo failed
[14:16:46] a52_syncinfo failed
[14:16:46] a52_syncinfo ok
[14:16:46] a52_syncinfo ok
[14:17:02] a52_syncinfo failed
[14:17:02] a52_syncinfo failed
[14:17:02] a52_syncinfo ok
[14:17:02] a52_syncinfo ok
[14:17:05] a52_syncinfo failed
[14:17:05] a52_syncinfo failed
[14:17:06] a52_syncinfo ok
[14:17:06] a52_syncinfo ok
[14:17:24] macgui: Rip: Pending queue count is 0
[14:17:26] macgui: cancelling current job and stopping the queue
[14:17:26] stream: 241 good frames, 0 errors (0%)
[14:17:26] reader: done. 1 scr changes
[14:17:26] thread b05fb000 exited ("reader")
[14:17:26] sync: got 206 frames, 173905 expected
[14:17:26] work: average encoding speed for job is 0.000000 fps
[14:17:26] mux: file size, 6653769 bytes
[14:17:26] mux: track 0, 5711241 bytes, 6259.78 kbps
[14:17:26] mux: video bitrate error, +237016 bytes
[14:17:26] mux: track 1, 186186 bytes, 204.07 kbps
[14:17:26] mux: track 2, 750080 bytes, 822.12 kbps
[14:17:26] mux: overhead, 6.93 bytes per frame
[14:17:26] thread b0aba000 exited ("muxer")
[14:17:26] thread b0aba000 joined ("muxer")
[14:17:26] thread b0781000 exited ("Renderer")
[14:17:26] thread b06ff000 exited ("Video decoder (libavcodec)")
[14:17:26] thread b06ff000 joined ("Video decoder (libavcodec)")
[14:17:26] h264-decoder done: 222 frames, 9 decoder errors, 0 drops
[14:17:26] thread b0885000 exited ("AC3 decoder")
[14:17:26] thread b0989000 exited ("AC3 decoder")
[14:17:26] thread b0907000 exited ("AAC encoder (libfaac)")
[14:17:26] thread b0781000 joined ("Renderer")
[14:17:26] render: lost time: 0 (0 frames)
[14:17:26] render: gained time: 0 (0 frames) (0 not accounted for)
[14:17:26] fifo_close: trashing 0 buffer(s)
[14:17:26] fifo_close: trashing 0 buffer(s)
[14:17:26] thread b0803000 exited ("H.264/AVC encoder (libx264)")
[14:17:26] thread b0803000 joined ("H.264/AVC encoder (libx264)")
x264 [info]: slice I:12    Avg QP:22.24  size: 65655  PSNR Mean Y:43.77 U:47.23 V:47.95 Avg:44.70 Global:43.40
x264 [info]: slice P:156   Avg QP:27.34  size: 31695  PSNR Mean Y:40.21 U:43.76 V:43.65 Avg:41.03 Global:39.61
x264 [info]: slice B:7     Avg QP:17.80  size:   102  PSNR Mean Y:51.31 U:55.00 V:54.50 Avg:52.18 Global:52.18
x264 [info]: consecutive B-frames: 94.5%  1.2%  0.0%  0.0%  0.0%  0.0%  4.3%
x264 [info]: mb I  I16..4: 29.7%  0.0% 70.3%
x264 [info]: mb P  I16..4: 35.5%  0.0% 31.2%  P16..4: 21.1%  5.7%  1.7%  0.0%  0.0%    skip: 4.7%
x264 [info]: mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:  0.0%  0.0%  0.0%  direct: 0.8%  skip:99.2%  L0: nan% L1: nan% BI: nan%
x264 [info]: final ratefactor: 25.49
x264 [info]: ref P L0  57.5% 15.1% 11.7%  6.2%  3.9%  5.6%
x264 [info]: SSIM Mean Y:0.9526514
x264 [info]: PSNR Mean Y:40.901 U:44.449 V:44.379 Avg:41.729 Global:39.959 kb/s:6283.70
[14:17:26] thread b0885000 joined ("AC3 decoder")
[14:17:26] thread b0907000 joined ("AAC encoder (libfaac)")
[14:17:26] thread b0989000 joined ("AC3 decoder")
[14:17:26] thread b05fb000 joined ("reader")
[14:17:26] fifo_close: trashing 255 buffer(s)
[14:17:26] fifo_close: trashing 15 buffer(s)
[14:17:26] fifo_close: trashing 16 buffer(s)
[14:17:26] fifo_close: trashing 16 buffer(s)
[14:17:26] fifo_close: trashing 1 buffer(s)
[14:17:26] fifo_close: trashing 0 buffer(s)
[14:17:26] fifo_close: trashing 1 buffer(s)
[14:17:26] fifo_close: trashing 0 buffer(s)
[14:17:26] fifo_close: trashing 0 buffer(s)
[14:17:26] fifo_close: trashing 0 buffer(s)
[14:17:26] fifo_close: trashing 1 buffer(s)
[14:17:26] fifo_close: trashing 0 buffer(s)
[14:17:26] fifo_close: trashing 0 buffer(s)
[14:17:26] Freed 32 buffers of size 1024
[14:17:26] Freed 32 buffers of size 2048
[14:17:26] Freed 16 buffers of size 4096
[14:17:26] Freed 16 buffers of size 16384
[14:17:26] Freed 19 buffers of size 2097152
[14:17:27] Freed 32 buffers of size 4194304
[14:17:27] Allocated 174489600 bytes of buffers on this pass and Freed 174489600 bytes, 0 bytes leaked
[14:17:27] thread b0568000 exited ("work")
[14:17:27] thread b0568000 joined ("work")
[14:17:27] libhb: work result = 0
jbellanca
Posts: 35
Joined: Tue Feb 12, 2008 11:16 pm

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by jbellanca »

Thanks everyone for your help. Using version 1.88 of TSMuxer and HB SVN 1818, the problem is now solved.
BucksSaddler
Novice
Posts: 60
Joined: Thu Jun 28, 2007 7:17 am

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by BucksSaddler »

Hi Guys,
Sorry to drag this one up from a few weeks ago. I'm still having the issue of about the first 2 minutes of an M2TS file missing from the encode, however i've been doing some more testing. It seems (to me anyway) that the only films i have an issue with now are Sony movies - my problem children are all 3 Spidey movies and Casino Royale. All other Blu-Ray's that i have work without an issue (Transformers, Ratatouille (which was fixed from my previous post with Van's patch) and Black Hawk Down to name a few).
I have tried encoding these movies directly from the m2ts file without going through any other software (i.e. straight from the AnyDVD rip) and using the latest version of TSMuxer (1.88) mentioned by jbellanca. As mentioned previously, both VLC and MeGui start from the beginning of the files.
I'm using the latest SVN 1876 MacGui (with Dynaflash's patch applied from http://forum.handbrake.fr/viewtopic.php ... 326#p41753 - which btw works great for the Apple TV)
As seen from the activity log i presume it still has something to do with whatever Van mentioned in an earlier post, but that sort of talk is on another planet to me :D
I'm using a modified Apple TV Preset, bumping up the bitrate to 5000 and cropping down to 1280 x 720 for my Apple TV with the following:

Code: Select all

ref=6:mixed-refs=1:bframes=6:bime=1:me=umh:merange=24:subq=7:analyse=all:no-fast-pskip=1:cabac=0
Log:

Code: Select all

2e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x1112e00]non-existing PPS referenced
[h264 @ 0x1112e00]decode_slice_header error
[h264 @ 0x111a600]non-existing PPS referenced
[h264 @ 0x111a600]decode_slice_header error
[h264 @ 0x111a600]non-existing PPS referenced
[h264 @ 0x111a600]decode_slice_header error
[h264 @ 0x111a600]non-existing PPS referenced
[h264 @ 0x111a600]decode_slice_header error
[h264 @ 0x111a600]non-existing PPS referenced
[h264 @ 0x111a600]decode_slice_header error
[h264 @ 0x111a600]non-existing PPS referenced
[h264 @ 0x111a600]decode_slice_header error
[h264 @ 0x111a600]non-existing PPS referenced
[h264 @ 0x111a600]decode_slice_header error
[h264 @ 0x111a600]non-existing PPS referenced
[h264 @ 0x111a600]decode_slice_header error
[h264 @ 0x111a600]non-existing PPS referenced
[h264 @ 0x111a600]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x1136a00]non-existing PPS referenced
[h264 @ 0x1136a00]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x10fc200]non-existing PPS referenced
[h264 @ 0x10fc200]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]non-existing PPS referenced
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1136e00]B picture before any references, skipping
[h264 @ 0x1136e00]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]non-existing PPS referenced
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1100200]B picture before any references, skipping
[h264 @ 0x1100200]decode_slice_header error
[h264 @ 0x1142800]non-existing PPS referenced
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1142800]non-existing PPS referenced
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1142800]non-existing PPS referenced
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1142800]non-existing PPS referenced
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1142800]B picture before any references, skipping
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1142800]B picture before any references, skipping
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1142800]B picture before any references, skipping
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1142800]B picture before any references, skipping
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1142800]non-existing PPS referenced
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1142800]non-existing PPS referenced
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1142800]non-existing PPS referenced
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1142800]non-existing PPS referenced
[h264 @ 0x1142800]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]B picture before any references, skipping
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1185200]non-existing PPS referenced
[h264 @ 0x1185200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1111200]non-existing PPS referenced
[h264 @ 0x1111200]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[h264 @ 0x1183600]non-existing PPS referenced
[h264 @ 0x1183600]decode_slice_header error
[09:02:07] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 140/142/0/0, aspect 16:9, PAR 1:1
[09:02:07] scan: title (0) job->width:1920, job->height:800
[09:02:07] stream: 11 good frames, 0 errors (0%)
[09:02:08] libhb: scan thread found 1 valid title(s)
[09:02:08] macgui: ScanDone state received from fQueueEncodeLibhb
[09:02:08] macgui: processNewQueueEncode title list is: 1
[09:02:08] macgui: processNewQueueEncode currentQueueEncodeIndex is: 0
[09:02:08] macgui: processNewQueueEncode number of passes expected is: 1
[09:02:08] macgui: processNewQueueEncode sending to prepareJob
[09:02:08] macgui: prepareJob exiting
[09:02:08] 1 job(s) to process
[09:02:08] starting job
[09:02:08] job configuration:
[09:02:08]  * source
[09:02:08]    + /Users/Andy/Movies/CR.m2ts
[09:02:08]    + title 1, chapter(s) 1 to 1
[09:02:08]  * destination
[09:02:08]    + /Users/Andy/Desktop/CR.m4v
[09:02:08]    + container: MPEG-4 (.mp4 and .m4v)
[09:02:08]      + 64-bit formatting
[09:02:08]      + chapter markers
[09:02:08]  * video track
[09:02:08]    + decoder: h264
[09:02:08]      + bitrate 200 kbps
[09:02:08]    + frame rate: same as source (around 23.976 fps)
[09:02:08]    + dimensions: 1920 * 1080 -> 1280 * 720, crop 0/0/0/0
[09:02:08]    + color space: ITU Bt.709 (HD)
[09:02:08]    + encoder: x264
[09:02:08]      + options: ref=6:mixed-refs=1:bframes=6:bime=1:me=umh:merange=24:subq=7:analyse=all:no-fast-pskip=1:cabac=0
[09:02:08]      + bitrate: 5000 kbps, pass: 0
[09:02:08]  * audio track 0
[09:02:08]    + decoder: Unknown (AC3) (5.1 ch) (track 1, id 80bd)
[09:02:08]      + bitrate: 448 kbps, samplerate: 48000 Hz
[09:02:08]    + mixdown: Dolby Pro Logic II
[09:02:08]    + encoder: faac
[09:02:08]      + bitrate: 160 kbps, samplerate: 48000 Hz
[09:02:08]  * audio track 1
[09:02:08]    + decoder: Unknown (AC3) (5.1 ch) (track 1, id 80bd)
[09:02:08]      + bitrate: 448 kbps, samplerate: 48000 Hz
[09:02:08]    + AC3 passthrough
[09:02:08] dvd: not a dvd - trying as a stream/file instead
[09:02:08] encx264: keyint-min: 24, keyint-max: 240
[09:02:08] x264 options: Unknown suboption bime
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
No accelerated IMDCT transform found
No accelerated IMDCT transform found
[09:02:08] sync: expecting 208162 video frames
[09:02:13] reader: first SCR 10401256
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[h264 @ 0x1183200]non-existing PPS referenced
[h264 @ 0x1183200]decode_slice_header error
[09:02:14] sync: first pts is 30030
[09:04:25] macgui: Rip: Pending queue count is 0
[09:04:26] stream: 737 good frames, 0 errors (0%)
[09:04:26] reader: done. 1 scr changes
[09:04:26] macgui: cancelling current job and stopping the queue
[09:04:26] sync: got 711 frames, 208162 expected
[09:04:26] work: average encoding speed for job is 5.331964 fps
[09:04:26] h264-decoder done: 723 frames, 7 decoder errors, 0 drops
[09:04:26] render: lost time: 0 (0 frames)
[09:04:26] render: gained time: 0 (0 frames) (0 not accounted for)
x264 [info]: slice I:14    Avg QP:21.11  size: 59807  PSNR Mean Y:41.07 U:54.15 V:54.60 Avg:42.71 Global:40.96
x264 [info]: slice P:403   Avg QP:26.19  size: 28109  PSNR Mean Y:38.79 U:53.57 V:54.16 Avg:40.46 Global:37.79
x264 [info]: slice B:261   Avg QP:23.04  size: 15177  PSNR Mean Y:42.40 U:58.15 V:56.55 Avg:44.08 Global:41.64
x264 [info]: consecutive B-frames: 37.1% 29.0%  8.1% 18.0%  6.7%  0.0%  1.0%
x264 [info]: mb I  I16..4: 52.6%  0.0% 47.4%
x264 [info]: mb P  I16..4:  5.2%  0.0%  9.0%  P16..4: 32.6% 13.4%  6.4%  0.1%  0.0%    skip:33.4%
x264 [info]: mb B  I16..4:  0.2%  0.0%  1.1%  B16..8: 40.1%  0.6%  1.2%  direct: 4.6%  skip:52.1%  L0:45.0% L1:50.6% BI: 4.5%
x264 [info]: final ratefactor: 22.82
x264 [info]: ref P L0  58.3% 16.9% 11.1%  5.2%  4.5%  4.1%
x264 [info]: ref B L0  59.8% 14.9% 12.0%  7.0%  6.3%
x264 [info]: SSIM Mean Y:0.9505091
x264 [info]: PSNR Mean Y:40.226 U:55.346 V:55.088 Avg:41.900 Global:38.965 kb/s:4562.18
[09:04:26] libhb: work result = 0
User avatar
JohnAStebbins
HandBrake Team
Posts: 5725
Joined: Sat Feb 09, 2008 7:21 pm

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by JohnAStebbins »

I've got an idea about this. ffmpeg's decoder is complaining that the stream is referencing a picture parameter set that doesn't exist. These are delivered in the stream before the slice. The slice references them. Our transport decoder always skips data in the stream until it sees the first i-frame. So we are probably skipping the initial data that is necessary for decoding the beginning of the movie.
van
Veteran User
Posts: 417
Joined: Wed Aug 29, 2007 6:35 am

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by van »

Brilliant!!! That's almost certainly the problem. The spec says a PPS or SPS marks a random access point so I'll change the h.264 isIframe test to include them.
User avatar
JohnAStebbins
HandBrake Team
Posts: 5725
Joined: Sat Feb 09, 2008 7:21 pm

Re: [SVN 1797] Doesn't encode first 120 secs of h.264 TS files

Post by JohnAStebbins »

Van, where did you read that PPS and SPS mark random access points. When I add these nal unit types to isIframe(), I get previews that are messy.

Note I get the same messy previews when the "i-frame" match is on nal unit type 1 with a slice type of 2 4 or 7. I addressed this issue in my other thread on m2ts files. Item 4, http://forum.handbrake.fr/viewtopic.php ... 946#p41891
Post Reply