VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Member
    Join Date
    Feb 2008
    Location
    United States
    Search Comp PM
    I'm trying to convert some DVDs I ripped to h264 to work with AppleTV without re-encoding. The source is h264 w/ 5.1 AC3 in .MKV. I use mkvextract v2.1.0 to extract the .h264 and .ac3 file. Then I use BeSweet+BeLight+Nero AAC DLLs to convert the audio to 5.1 AAC LC. I put it all back together using mp4box v0.4.5-DEV+YAMBv2.0.0.8. The resulting .MP4 file plays but using Quicktime 7.5 on a dual core PC or dual core MacBookPro it only plays back at around 14FPS. The source .MKV plays fine using VLC or any other player. I played around with the -inter options on mp4box but that didn't seem to help at all.

    Any ideas?

    mp4box command line:

    "c:\yamb-2.0.0.8_20080121\mp4box.exe" -add "C:\TestMovie.h264:fps=23.976" -add "C:\TestMovi_Track1.mp4#1" -chap "C:\TestMovie_Chapters.txt" -frag 40 -v -new "C:\TestMovie-h264.mp4"

    MKVInfo:

    (MKVInfo) + EBML head at 0
    (MKVInfo) |+ Doc type: matroska at 5
    (MKVInfo) |+ Doc type version: 1 at 16
    (MKVInfo) |+ Doc type read version: 1 at 20
    (MKVInfo) + Segment, size 1153592421 at 24
    (MKVInfo) |+ Seek head at 36
    (MKVInfo) | + Seek entry at 41
    (MKVInfo) | + Seek ID: 0x15 0x49 0xa9 0x66 (KaxInfo) at 44
    (MKVInfo) | + Seek position: 4099 at 51
    (MKVInfo) | + Seek entry at 56
    (MKVInfo) | + Seek ID: 0x16 0x54 0xae 0x6b (KaxTracks) at 59
    (MKVInfo) | + Seek position: 4255 at 66
    (MKVInfo) | + Seek entry at 71
    (MKVInfo) | + Seek ID: 0x11 0x4d 0x9b 0x74 (KaxSeekHead) at 74
    (MKVInfo) | + Seek position: 1153571113 at 81
    (MKVInfo) | + Seek entry at 88
    (MKVInfo) | + Seek ID: 0x1c 0x53 0xbb 0x6b (KaxCues) at 91
    (MKVInfo) | + Seek position: 1153557405 at 98
    (MKVInfo) |+ EbmlVoid (size: 4027) at 105
    (MKVInfo) |+ Segment information at 4135
    (MKVInfo) | + Timecode scale: 1000000 at 4141
    (MKVInfo) | + Muxing application: libebml v0.7.7 + libmatroska v0.8.1 at 4148
    (MKVInfo) | + Writing application: mkvmerge v2.0.2 ('You're My Flame') built on Sep 20 2007 09:25:45 at 4186
    (MKVInfo) | + Duration: 2504.864s (00:41:44.864000000) at 4254
    (MKVInfo) | + Date: Thu Nov 08 03:50:28 2007 UTC at 4261
    (MKVInfo) | + Segment UID: 0x50 0xdd 0xad 0xfe 0x1c 0x08 0x57 0x02 0xc5 0x25 0xba 0x85 0x20 0xc1 0x6e 0xa1 at 4272
    (MKVInfo) |+ Segment tracks at 4291
    (MKVInfo) | + A track at 4297
    (MKVInfo) | + Track number: 1 at 4299
    (MKVInfo) | + Track UID: 3898240824 at 4302
    (MKVInfo) | + Track type: audio at 4309
    (MKVInfo) | + Enabled: 1 at 4312
    (MKVInfo) | + Default flag: 1 at 4315
    (MKVInfo) | + Forced flag: 0 at 4318
    (MKVInfo) | + Lacing flag: 1 at 4322
    (MKVInfo) | + MinCache: 0 at 4325
    (MKVInfo) | + Timecode scale: 1.000000 at 4329
    (MKVInfo) | + Max BlockAddition ID: 0 at 4337
    (MKVInfo) | + Codec ID: A_AC3 at 4341
    (MKVInfo) | + Codec decode all: 1 at 4348
    (MKVInfo) | + Default duration: 32.000ms (31.250 fps for a video track) at 4351
    (MKVInfo) | + Language: und at 4359
    (MKVInfo) | + Audio track at 4366
    (MKVInfo) | + Sampling frequency: 48000.000000 at 4368
    (MKVInfo) | + Channels: 6 at 4374
    (MKVInfo) | + A track at 4377
    (MKVInfo) | + Track number: 2 at 4380
    (MKVInfo) | + Track UID: 1 at 4383
    (MKVInfo) | + Track type: video at 4387
    (MKVInfo) | + Enabled: 1 at 4390
    (MKVInfo) | + Default flag: 1 at 4393
    (MKVInfo) | + Forced flag: 0 at 4396
    (MKVInfo) | + Lacing flag: 0 at 4400
    (MKVInfo) | + MinCache: 1 at 4403
    (MKVInfo) | + Timecode scale: 1.000000 at 4407
    (MKVInfo) | + Max BlockAddition ID: 0 at 4415
    (MKVInfo) | + Codec ID: V_MPEG4/ISO/AVC at 4419
    (MKVInfo) | + Codec decode all: 1 at 4436
    (MKVInfo) | + CodecPrivate, length 39 at 4439
    (MKVInfo) | + Default duration: 41.708ms (23.976 fps for a video track) at 4481
    (MKVInfo) | + Language: eng at 4489
    (MKVInfo) | + Video track at 4496
    (MKVInfo) | + Pixel width: 1280 at 4498
    (MKVInfo) | + Pixel height: 720 at 4502
    (MKVInfo) | + Interlaced: 0 at 4506
    (MKVInfo) | + Display width: 16 at 4509
    (MKVInfo) | + Display height: 9 at 4513
    (MKVInfo) |+ EbmlVoid (size: 1024) at 4517
    (MKVInfo) |+ Cluster at 5544
    Quote Quote  
  2. Banned
    Join Date
    Jun 2007
    Location
    UNREACHABLE
    Search Comp PM
    It seems your QT 7.5 does not like High-Definition H264 video.
    Quote Quote  
  3. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Tried play with vlc or mplayer?
    Quote Quote  
  4. Member
    Join Date
    Feb 2008
    Location
    United States
    Search Comp PM
    Yep, you are right. It plays fine in Window Media Player. I'm still stumped. The source .MKV plays fine in VLC and Windows Media Player and so does the resulting .MP4. It just doesn't play at full speed in the latest version of Quicktime which is supposed to handle h264 up to 1280x720. I guess I need to find out if the bitrate is too high or if it's an issue with the the content.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!