Hello,
I'm trying to drag the seeking bar frame by frame but sometimes it gets stuck when i go backward and do not display any frame while froward it works always.
How do i fix this frustrating issue?
Thanks.
+ Reply to Thread
Results 1 to 8 of 8
-
-
Most high compression codecs use temporal compression techniques. Those include a key frame (a complete image compressed much like a JPG file) followed by many subsequent frames which only contain changes from the previous (or future) frames. The GOP size is the distance between key frames. Some codecs use GOPs as long as 300 frames, even more. To decompress frame 299 of a 300 frame GOP requires that the processor go back to the first frame of the GOP, then reconstruct 299 frames. Then to go back one more frame to frame 298 requires the CPU go back to the first frame of the GOP and reconstruct 298 frames. To randomly seek to frame 150 of that 300 frame GOP requires the CPU decompress the first frame of the GOP then reconstruct every frame up to frame 150. Etc. This is why seeking backward is so slow, especially with high definition resuolutions.
There's basically no way around this problem except to avoid long GOP videos in the first place, or to recompress the video to short GOPs or even all key frames before editing. Some editors allow for proxy editing where they first create a small, all keyframe, video that's used while editing, then, when your done, apply all those edits to the source video. -
Note I added a bit to my previous post. VirtualDub doesn't support proxy editing but some commercial editors do.
-
If you install either the Canopus HQ codec, or the Cineform HD codec (both are available free online) then you can use Virtuadub to convert your existing high definition (HD) video file to an all keyframe format with good quality results, but without the huge file size you would get from converting to uncompressed video.
(Convert using a DV codec, if your video is a standard definition (SD) format)
Files in either of those formats are then - for the reasons jajabo has outlined - much easier to 'scroll' through smoothly in Virtualdub...and of course easier to edit as well! -
How to use proxy editing, is there something i must set externally in the system? (i'm trying an trial copy of Video Mastering Works)
Similar Threads
-
KMplayer Skipping or Speeding-Up Frames
By Wanderlustus in forum Software PlayingReplies: 3Last Post: 26th Jan 2013, 22:38 -
How could I do a very fast conversion from MPG skipping video frames?
By falco2000 in forum Video ConversionReplies: 21Last Post: 23rd Sep 2012, 11:44 -
Video player with play forward and backward and seek
By SabinManiac in forum ProgrammingReplies: 1Last Post: 20th Sep 2012, 01:15 -
AVI Problem - Skipping Frames
By gonwk in forum Newbie / General discussionsReplies: 4Last Post: 4th Dec 2011, 13:43 -
m4a editors?
By bat999 in forum AudioReplies: 17Last Post: 7th Apr 2011, 10:33