Cannot seek through video [solved]

Support for HandBrake on Linux, Solaris, and other Unix-like platforms
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
orangecakez
Posts: 15
Joined: Sat Apr 26, 2008 12:13 am

Cannot seek through video [solved]

Post by orangecakez »

I used

Code: Select all

./HandBrakeCLI -i /dir/video1/VIDEO_TS -o /dir/video1.mkv --size 2000 --preset="Bedlam"
and after it finished encoding after 2 weeks, everything works fine, except that I cannot seek through the video. It can play straight through fine, but if I want to skip to the middle of the video or something, it won't go. I tried with multiple media players, and none of them can skip or rewind and can only play straight through. Why is this?

Code: Select all

...
...
...
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x43
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0xcc
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x56
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x8e
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x63
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0xfb
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x6d
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x82
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x9b
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x49
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x11
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0xea
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x90
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0xc7
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x30
*** Zero check failed in ifo_read.c:1566
    for c_adt->cell_adr_table[i].zero_1 = 0x61
Encoding: task 1 of 2, 99.97 % (31.61 fps, avg 18.57 fps, ETA 00h00m03s)No accelerated IMDCT transform found
Muxing: this may take awhile...x264 [info]: slice I:965   Avg QP:15.10  size: 38190  PSNR Mean Y:50.56 U:50.80 V:51.41 Avg:50.68 Global:50.24
x264 [info]: slice P:59855 Avg QP:16.96  size: 19649  PSNR Mean Y:48.19 U:48.88 V:49.60 Avg:48.44 Global:47.97
x264 [info]: slice B:82794 Avg QP:17.91  size:  7312  PSNR Mean Y:47.40 U:47.70 V:48.35 Avg:47.52 Global:46.90
x264 [info]: mb I  I16..4: 30.2% 35.4% 34.4%
x264 [info]: mb P  I16..4: 12.5% 15.1%  7.6%  P16..4: 35.0% 18.3%  7.4%  0.7%  0.5%    skip: 3.0%
x264 [info]: mb B  I16..4:  0.6%  1.1%  0.7%  B16..8: 35.4%  3.0%  4.5%  direct:10.3%  skip:44.4%
x264 [info]: 8x8 transform  intra:42.7%  inter:40.4%
x264 [info]: direct mvs  spatial:90.8%  temporal:9.2%
x264 [info]: ref P  62.7% 14.1%  5.9%  3.3%  2.4%  2.1%  1.7%  1.2%  1.0%  1.0%  0.9%  0.9%  0.9%  0.8%  0.7%  0.5%
x264 [info]: ref B  84.0%  9.1%  2.1%  1.1%  0.8%  0.6%  0.4%  0.3%  0.3%  0.3%  0.2%  0.2%  0.2%  0.2%  0.2%
x264 [info]: SSIM Mean Y:0.9893555
x264 [info]: PSNR Mean Y:47.750 U:48.212 V:48.890 Avg:47.924 Global:47.332 kb/s:2532.22

Rip done!
HandBrake has exited.
My terminal doesn't scroll beyond what I have
Last edited by orangecakez on Fri Aug 15, 2008 8:29 pm, edited 1 time in total.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: Cannot seek through video

Post by s55 »

Issues with the way HandBrake generates mkv's is the cause.
It's been fixed in the SVN should you choose to build HandBrake from source.

You can use mkvmerge to fix it.
Post Reply