Slow scanning with bedlam preset

HandBrake for Windows support
Forum rules
Activity Log is required for support requests. Posts without will likely be ignored! See Must Read: How To Get Questions Answered on These Forums for details

Forum Rules can be found here

Slow scanning with bedlam preset

Postby sycomonkey » Wed Jan 02, 2008 2:50 am

I encoded a movie with the Bedlam setting, looks perfect, but if I skip to a point in the middle of the movie, or select a chapter, it takes about 4-5 minutes to start playing again. This happens in both mPlayer and VLC. My cpu is only at about 30% during this...

I am going to try to encode something with the Dues preset and see if that helps, but has anyone else noticed this issue?
sycomonkey
 
Posts: 3
Joined: Wed Jan 02, 2008 2:42 am

 

Postby s55 » Wed Jan 02, 2008 2:19 pm

Handbrake doesn't add cue markers to MKV files so the player has to seek to the point in the video. (Cue markers are not required by the mkv specification)
s55
Developer
 
Posts: 4287
Joined: Sun Dec 24, 2006 2:05 pm

Postby sycomonkey » Fri Jan 04, 2008 12:16 am

So if I remux these with mencoder to mp4 or something that should fix the issue?
sycomonkey
 
Posts: 3
Joined: Wed Jan 02, 2008 2:42 am

Re: Slow scanning with bedlam preset

Postby benjamintm » Sun Jan 13, 2008 8:21 am

You can add cue points with the following command (stolen from the SageTV Media Extender FAQ):
Code: Select all
mkvmerge --engage keep_bitstream_ar_info -o <output filename.mkv> <original filename.mkv>


No re-encoding necessary.

It would be nice if Handbrake added a cue point option.

Ben
benjamintm
 
Posts: 2
Joined: Tue Jan 08, 2008 9:28 am

Re: Slow scanning with bedlam preset

Postby Harris » Fri Jan 18, 2008 1:53 am

Just tried your solution--works perfectly! Thanks, Ben, I've been looking for something like that.
Harris
 
Posts: 11
Joined: Sun Dec 30, 2007 2:27 pm


Return to Windows