Hi.
I converted my video by Handbrake but when I click on the seekbar of player it has delay in playing video from there. What's wrong? can you help me plz?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Not with so few details. Which formats (MediaInfo analysis, Handbrake options)? Which player?
Some players (e.g. MPC-HC) have an option to choose either accurate seeking (then the player needs to decode from the beginning of the GOP which contains your seek position to the exact seek position, which takes randomly more time the longer a GOP is and the more complex the video format is) or fast seeking (the player just seeks to the previous or the closest GOP start, which may be a little off your desired seek position).
But prerequisite is an intact keyframe index if your container provides any (MP4 or MKV have them, TS has not). -
Note that the default GOP size in x264 and x265 is 250 frames -- 10 seconds with a 25 fps video, 8.3 seconds with a 30 fps video, etc. Using smaller GOPs, say 2 seconds worth of frames, will let you seek faster, though you'll get slightly less efficient compression .
-
If you want to be compatible to e.g. Blu-ray, other mobile players, or DXVA accelerated decoders, you would have to limit the encoding complexity (Profile@Level) anyway, GOP lengths included.
Similar Threads
-
AviUtl slow
By natty in forum Newbie / General discussionsReplies: 6Last Post: 21st Aug 2015, 10:36 -
Slow text
By Baldrick in forum TestReplies: 1Last Post: 26th Mar 2015, 11:32 -
Looking To Slow Down Playback
By hech54 in forum EditingReplies: 3Last Post: 22nd Mar 2015, 08:34 -
Is Handbrake usually this slow?
By pizzaboyUK in forum Video ConversionReplies: 24Last Post: 14th Sep 2014, 10:19 -
Slow games
By Jomapil in forum ComputerReplies: 11Last Post: 6th Jul 2014, 06:17