Michael McIntyre MKV problem

HandBrake for Windows support
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
mike_smith

Michael McIntyre MKV problem

Post by mike_smith »

Code: Select all

# Windows GUI svn3695 2010120101
# Running: Microsoft Windows NT 6.1.7600.0
# CPU: AMD Athlon(tm) II X4 635 Processor
# Ram: 4095 MB
# Screen: 1680x1050
# Temp Dir: C:\Users\Michael Smith\AppData\Local\Temp\
# Install Dir: C:\Program Files (x86)\Handbrake
# Data Dir: C:\Users\Michael Smith\AppData\Roaming\HandBrake\HandBrake\0.9.4.3688

-------------------------------------------

[15:18:07] hb_init: checking cpu count
[15:18:07] hb_init: starting libhb thread
HandBrake svn3695 (2010120101) - MinGW i386 - http://handbrake.fr
4 CPUs detected
Opening C:\Video\U5_8280865\title00.mkv...
[15:18:07] hb_scan: path=C:\Video\U5_8280865\title00.mkv, title_index=0
libbluray/bdnav/index_parse.c:157: indx_parse(): error opening C:\Video\U5_8280865\title00.mkv/BDMV/index.bdmv
libbluray/bluray.c:960: nav_get_title_list(C:\Video\U5_8280865\title00.mkv) failed (0x1b6fec0)
[15:18:07] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[15:18:07] dvd: not a dvd - trying as a stream/file instead
[vc1 @ 0x1b7ece0] Interlaced frames/fields support is not implemented
Input #0, matroska,webm, from 'C:\Video\U5_8280865\title00.mkv':
  Duration: 01:22:46.04, start: 0.000000, bitrate: N/A
    Chapter #0.0: start 0.000000, end 258.200000
    Metadata:
      title           : Chapter 00
    Chapter #0.1: start 258.200000, end 563.360000
    Metadata:
      title           : Chapter 01
    Chapter #0.2: start 563.360000, end 867.280000
    Metadata:
      title           : Chapter 02
    Chapter #0.3: start 867.280000, end 1123.280000
    Metadata:
      title           : Chapter 03
    Chapter #0.4: start 1123.280000, end 1409.520000
    Metadata:
      title           : Chapter 04
    Chapter #0.5: start 1409.520000, end 1753.520000
    Metadata:
      title           : Chapter 05
    Chapter #0.6: start 1753.520000, end 1858.960000
    Metadata:
      title           : Chapter 06
    Chapter #0.7: start 1858.960000, end 2151.560000
    Metadata:
      title           : Chapter 07
    Chapter #0.8: start 2151.560000, end 2184.240000
    Metadata:
      title           : Chapter 08
    Chapter #0.9: start 2184.240000, end 2341.640000
    Metadata:
      title           : Chapter 09
    Chapter #0.10: start 2341.640000, end 2652.320000
    Metadata:
      title           : Chapter 10
    Chapter #0.11: start 2652.320000, end 2837.840000
    Metadata:
      title           : Chapter 11
    Chapter #0.12: start 2837.840000, end 3162.120000
    Metadata:
      title           : Chapter 12
    Chapter #0.13: start 3162.120000, end 3283.200000
    Metadata:
      title           : Chapter 13
    Chapter #0.14: start 3283.200000, end 3439.640000
    Metadata:
      title           : Chapter 14
    Chapter #0.15: start 3439.640000, end 3690.480000
    Metadata:
      title           : Chapter 15
    Chapter #0.16: start 3690.480000, end 4021.840000
    Metadata:
      title           : Chapter 16
    Chapter #0.17: start 4021.840000, end 4569.160000
    Metadata:
      title           : Chapter 17
    Chapter #0.18: start 4569.160000, end 4966.040000
    Metadata:
      title           : Chapter 18
    Stream #0.0(eng): Video: vc1, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 25 fps, 25 tbr, 1k tbn, 25 tbc
Hi,

have a problem with a file from makemkv of Michael McIntyre, Hello Wembley Blu Ray. When I try to open the video file i get the error message 'No titles found, etc'

I would be grateful if someone could take a look at the log and offer some advice?

Many thanks! :D
Bling2Ming
Enlightened
Posts: 104
Joined: Mon Dec 29, 2008 10:03 pm

Re: Michael McIntyre MKV problem

Post by Bling2Ming »

Looks to me to be interlaced VC1 video. Ffmpeg and by extension HandBrake cannot yet decode this properly.

There is a thread about problems with this format on the Makemkv forum http://www.makemkv.com/forum2/viewtopic.php?f=1&t=1096
Deleted User 11865

Re: Michael McIntyre MKV problem

Post by Deleted User 11865 »

Good catch:
mike_smith wrote:

Code: Select all

[vc1 @ 0x1b7ece0] Interlaced frames/fields support is not implemented
As Bling2Ming said, libavcodec/FFmpeg doesn't support decoding of interlaced VC-1.
Post Reply