Thread: VirtualDub2
View Single Post
Old 5th February 2018, 23:51   #430  |  Link
shekh
Registered User
 
Join Date: Mar 2015
Posts: 775
Quote:
Originally Posted by davidhorman View Post
So if decoding takes more than 100ms it still might abort and drop the frame?
It might drop in case of progressive decoding. Example: AVI with long-gop and using VFW decoder, because it works by repeatedly decoding intermediate frames.
AviSynth always returns whole final frame.
100ms may still terminate frame if there is long & slow list of VD filters but this can be also disabled by turning off "Drop frames when seeking".

Quote:
Originally Posted by davidhorman View Post
I only ever use Stop, for when I've pressed Ctrl-Shift-Arrow and Space alone won't stop it and I get confused

A tool/shortcut I would use is to place markers on the timeline (Shift+M), along with a tool/shortcut to jump between markers (Ctrl-Left, Ctrl-Right) - maybe even with thumbnails recorded. But then you would have to start considering a project-save option...
I think I fixed all confusing key combinations.
Note that you can set hotkeys for commands from Options->Keyboard..

Edit.ToggleMarker (my key: M)
Edit.SeekStop (my key: K) - this is same as "stop" button on timeline
Edit.GoToPrevRange, Edit.GoToNextRange - they also jump between markers not just ranges

What is "with thumbnails recorded"? To save current picture somewhere, why? What is "project-save"?
__________________
VirtualDub2
shekh is offline   Reply With Quote