Official BS.Player forums  

Go Back   Official BS.Player forums > Main forum > General Talk And Support

General Talk And Support General talk and peer-to-peer support about BS.Player and other video and audio multimedia players.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 28th September 2007
Junior Member
BS.Player Newbie
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0
seishin is an unknown quantity at this point
Default 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!Spurl this Post!Reddit! MySpace
Reply With Quote
  #2 (permalink)  
Old 28th September 2007
J7N's Avatar
J7N J7N is offline
Senior Member
BS.Player Power User
 
Join Date: Feb 2006
Location: Cyberspace
Posts: 762
Rep Power: 0
J7N is an unknown quantity at this point
Default 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!Spurl this Post!Reddit! MySpace
Reply With Quote
Reply

Tags
delay, loop

Thread Tools
Display Modes

Posting Rules


All times are GMT +1. The time now is 05:03 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.5.2
Ad Management plugin by RedTyger

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