I am using a cad cam drawing software and use tutorials, this tutorials i run in Potplayer.
My question is:
Can i repeat playback after pause x seconds rewind.
I mean when i continue a video after a pause i would like if the video starts back a x seconds.
Thank you,
Mondriaan
+ Reply to Thread
Results 1 to 2 of 2
-
-
Not directly within PotPlayer, so I would just write a simple autohotkey script. As an example:
^P::
Send, {Left}
Sleep, 50
Send, {Space}
Press Left Arrow
Wait 50ms
Press Spacebar
So, within PotPlayer just make sure your left arrow key is bound to your desired Playback > Jumpto(X seconds)Backwards and Spacebar is bound to pause/play. Then just pause with Spacebar and resume with Ctrl P (or another less annoying key combination of your choosing)
Similar Threads
-
PotPlayer How to save A-B Repeat List?
By dogeboy in forum Software PlayingReplies: 3Last Post: 25th Jun 2024, 14:50 -
how do i make the left/right buttons rewind/fwd 5 seconds?
By BigDan in forum Software PlayingReplies: 4Last Post: 9th Aug 2023, 14:10 -
Repeat every 5th frame
By pooksahib in forum Video ConversionReplies: 4Last Post: 12th Mar 2023, 09:00 -
8mm playback speed problem after rewind?
By pakol in forum Capturing and VCRReplies: 3Last Post: 15th Nov 2021, 05:35 -
ffmpeg cut off first 10 seconds of video then add intro 15 seconds in
By PeterWall in forum Newbie / General discussionsReplies: 2Last Post: 30th Jul 2020, 07:18