Official BS.Player forums

Official BS.Player forums (http://forum.bsplayer.com/)
-   General Talk And Support (http://forum.bsplayer.com/general-talk-support/)
-   -   Loop Delay (http://forum.bsplayer.com/general-talk-support/8552-loop-delay.html)

seishin 28th September 2007 03:15 AM

Loop Delay
 
version 2.24

when trying to to have a continous loop for a vid (for desktop background display purposes) there's about a 1.5 sec loop delay that i was wondering if there may be some sort of way to get rid of it altogether

thx for your replies

J7N 28th September 2007 05:10 AM

Re: Loop Delay
 
I don't think it's possible with DirectShow. Only the best audio players can do this with sound. I've yet to see a good alternative video player.

However, I've managed to loop a clip using AviSynth. It is a good video editing language. You will need a lot of memory though and a CPU considerably faster than required for normal playback. So Pentium 2 will not do.

Code:

vid = DirectShowSource("Richard_Dean_Anderson_Trailer_1.mkv")
Loop(vid,3,75,1525)

Here I looped a vid three times around starting on frame 75 and ending on 1525. I've cut the clip to check for the pause. You can use -1 to loop almost infinite times and omit the starting and ending frame numbers.


All times are GMT +1. The time now is 07:17 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20