The measure of continuance of any object or event within Time.

learn more… | top users | synonyms

0
votes
0answers
12 views

How to get duration from MP4 and FLV files

I have some video file with MP4 and FLV format in my web site. to stream this videos for users I have to show video duration to their. I like to show thes video duration under the video thumbnail ...
0
votes
0answers
6 views

std::chrono, adding duration to time_point

I am trying to add some duration to a time_point in Qt (C++11/MinGW) and I am having trouble: Initialization (when the program starts): auto program_start_time = std::chrono::system_clock::now(); ...
0
votes
0answers
37 views

how to slow down jquery counter

I'm new to jquery and was using this code to count up a percentage number when the user scrolls to a certain point. I have tried different methods, but I cannot get it to slow down. How do I set a ...
0
votes
1answer
17 views

rvideo does not return file's duration

I have a simple rails application that allows uploading video files and I need to get the duration of each file. The last is being unsolved for several days till now... I am using: Ubuntu 13.04 ...
0
votes
1answer
30 views

Timesheets.js video slideshow - Start when slide is active

I'm using timesheets.js (love the simple markup) I want to create a slideshow that repeats indefinite. The content is mixed images, text and video. Here's my code: (using timesheets.js) <div ...
0
votes
2answers
69 views

Calculate total travel time in PHP

How can I calculate the total travel time in PHP: Per mile Duration: 00:11:40 Total miles: 177 Total duration: 34:25:00 I've tried different ways, but can not get it done. $distance = "177"; ...
3
votes
3answers
60 views

Need help making a PHP login session last longer

I am working on a site for a small (read: <50 users) nonprofit organization that I work with and my PHP knowledge is fairly limited. Currently I have a login script that I found from a tutorial ...
0
votes
1answer
24 views

Duration of auto-renewable at IAP

How can I know about duration of auto-renewable subscription between purchase-date and expire-date. For example, If user has purchased 1 month product by auto-renewable in 31 Jan, when is expire day? ...
1
vote
1answer
67 views

Boost Timer 24 hour format

I'm using boost::timer::cpu_timer to calculate the "user process time" of an algorithm like so: boost::timer::cpu_timer timer; boost::timer::nanosecond_type userTime = timer.elapsed().user; My ...
0
votes
0answers
14 views

How to draw whole animation at once?

I am making pacman game with slick and I am trying to draw dying pacman animation in intersection with a ghost. So I need to stop a game for 1.4 second and draw whole animation at once but I have no ...
0
votes
0answers
24 views

Rails time duration for specified time range only

I'm trying to find a simple way in Rails to calculate the amount of time between two datetime objects - but only count the time if it's within a set time range (eg, 9am - 5:30pm). For example: ...
0
votes
1answer
43 views

Calculate TS File Duration

I am working on a media player application : Which plays ISDB-T audio and video. I am using GStreamer for decoding & rendering. For AV Sync to work perfectly, I should regulate file reads: so ...
1
vote
2answers
43 views

w3c markup validation: Attribute duration not allowed on element li at this point

I'm getting this error when I validate through w3c validator: Attribute duration not allowed on element li at this point. <li data-text-id="#bannerscollection_kenburns_photoText3" ...
0
votes
1answer
53 views

App slows down with calculation of length in seconds of WAV file

In a ListView of sound files in a folder I want to show the length in seconds of the files. The steps that I take: First I create an ArrayList for the instances of the soundFiles. Then in a for ...
0
votes
1answer
78 views

How to make MusicDeviceMIDIEvent in MusicDevice.h respond to note durations?

I'm trying to make a melody using the following code. The problems is trying to make the sequence play the rhythmic values in the rhythmArray. I basically want to play the note, and the velocity for ...
0
votes
0answers
30 views

How to change duration of animation via UI Slider?

For example, I have a slider like this: http://www.hongkiat.com/blog/jquery-volumn-slider/ And want to change the duration parameter of animation function. Variables: var length_origin = ...
1
vote
1answer
35 views

WPF - window.IsEnabled setter long duration

I have a question about Window.IsEnabled property in WPF - C# 5.0, .NET4.5. I have following scenario (simplified): 1) form with button 2) user triggers a long-computing operation (fetching some ...
0
votes
2answers
61 views

Get duration of Matt Gallagher's AudioStreamer from http url?

I'm using Matt Gallagher's AudioStreamer to stream mp3 files from url. I need to know stream duration but I can't find how?! I tried to use the duration property of the AudioStreamer object, but it ...
0
votes
0answers
45 views

How to get xcode instruments logging for a duration

I could log a csv file from Xcode - > Instruments -> Activity Monitor -> Instrument - > 'Export Track for ...'. It creates the log file for the current instant only. I need to get the CPU % usage ...
0
votes
1answer
31 views

Finding duration of a song

This was a midterm question and I do not know how to calculate this. A CD quality stereo song has been saved on your computer, occupying 35.28 MBytes of storage. The CD quality mandates that we have ...
0
votes
0answers
19 views

What is a typical tick interrupt duration in terms of CPU percentage?

In many RTOS's the tick interrupt activates the scheduler which checks if higher priority task is ready to run and if so, performs a context switch. I wander what is a typical duration of the tick ...
0
votes
2answers
48 views

Selenium IDE test duration

I was wondering how I can get an echo of the duration of a test. I already got the time stamp at the beginning of the test and at the end, but for the reason of laziness it would be nice to get an ...
0
votes
0answers
68 views

Populate Textbox with Appointment duration (Outlook 2010 add-in)

A little background: I used the VSTO and some additional help from you amazing folks to create a custom task pane for the Appointment Inspector window in Outlook. I am trying to create a plugin to my ...
-1
votes
1answer
87 views

Binary XML file line #4: <item> tag requires a 'duration' attribute

I'm a newbie to android programming. I'm trying to create a 4 tab application on a machine running Windows Vista x64-Bit using the eclipse IDE. After doing some thorough researching, I came across ...
0
votes
0answers
47 views

Spry tabs shouldn't open before page reload/refresh

I have a big problem.I said "big problem".Because it has stolen my days/weeks.I have tab panel(5-6 tabs). When i clicked any tab, naturally content doesn't reload page.At the point i added url's end ...
1
vote
1answer
64 views

How to measure and display the running time of a single test?

I have a potentially long-running test written with scalatest: test("a long running test") { failAfter(Span(60, Seconds)) { // ... } } Even if the test finishes within the timeout limit, ...
-1
votes
4answers
89 views

Converting duration string into milliseconds in Java

I apologize if this has already been discussed. I have a clip duration in a string: 00:10:17 I would like to convert that to value in milliseconds. (Basically 617000 for the above string) Is ...
0
votes
3answers
238 views

get duration of audio file

I have made a voice recorder app, and I want to show the duration of the recordings in a listview. I save the recordings like this: MediaRecorder recorder = new MediaRecorder(); ...
1
vote
2answers
113 views

Bash script to launch byzanz-record in Linux (Fedora Xfce)

I hope my english will be sufficient to open a discussion...sorry if you find some mistake! I'm trying to write a bash script to launch byzanz-record, a screen recorder under Linux Fedora, for an ...
1
vote
1answer
80 views

SqlCommand.ExecuteReader duration less than SQL Profiler batch duration

How a call to SqlCommand.ExecuteReader take less time to complete than the SQL batch itself as seen in SQL Profiler? I have the following simple code running in a console app which calls ...
-1
votes
4answers
92 views

How to calculate user entered time in JAVA [closed]

Hey guys i need help to figure out how to calculate the time difference between two certain times (entered by user). But the output has to be split up in hours, minutes and seconds as their own ...
-1
votes
2answers
43 views

SQLLite table creation [closed]

I am new to android dev. I need to create an app to give a beep sound before approaching the 1 min mark ( Say at 45 sec, just a beep to let the user knowing, 15 sec before it passes a min ), any help ...
2
votes
2answers
183 views

How does '20 seconds' work in Scala?

How does the following compile: import scala.concurrent.duration._ val time = 20 seconds What is actually going on here?
0
votes
1answer
105 views

Freeswitch: Limit call duration

Good day, I write because I have a problem with my FreeSWITCH. The platform works well and out calls normally configured by the telephone provider, but lately I've had a problem with some long calls. ...
2
votes
0answers
110 views

Http request duration with PHP5/Apache2

Is there a way to get reliable information from HTTP server about the duration of a HTTP request? Scenario of interest: An AJAX request with data payload is dispatched targeting PHP script using ...
0
votes
0answers
28 views

Java3D: Alpha Class

In Java3D, is there anyway to change the IncreasingAlphaDuration parameter of the Alpha class in the runtime? I want to have a Box that rotate around its y axes for 2 seconds, stop and rotate with ...
0
votes
0answers
75 views

Joomla. Get video time from youtube

I'm useing AllVideoShare extension in Joomla, Is It possible to get/show video's duration time from specific Youtube video? How to make It, thank you for answers. UPDATE 1: I use this: ...
1
vote
1answer
111 views

Change jQuery's animation duration during animating

Is it possible to change the duration of a currently running jQuery animation between two different values? I've tried to change the duration via variable assignment, no success: var duration = ...
0
votes
1answer
78 views

iCal: duration vs dtend?

There seem to be two ways to define the end of an event in iCal. One by using duration and the other one by using dtend. Do either of them have any benefits over the other? I can't find any info other ...
0
votes
0answers
86 views

Incorrect MP3 duration (Java)

So I have used the class FlvAudioStream to convert a FLV file to MP3 by extracting the audio data from the MP3. Everything works, however the class spits out an MP3 with a duration of 35 minutes when ...
0
votes
1answer
30 views

Page by page 'engagement' in Google Analytics

One report I like to use is the 'Engagement' report. I would like to apply this metric on a page by page basis. For example, I want to find out more than the average time on a page, I want to look at ...
0
votes
2answers
35 views

How should durations of time be displayed in a spreadsheet?

I'm creating a report which display duration of time (in hours) between two points in time. e.g. Duration between 10:00 to 13:30 equals 3 hrs 30 minutes This information is being saved into a ...
0
votes
2answers
49 views

Setting the duration of an image view

Not lying when I say there is NO info out there on this topic. Maybe I'm not using the correct search terms but basically I want my image view to load for a set duration, say 5 seconds. ...
0
votes
0answers
41 views

How to add leading 0 for H, M, S for javax.xml.datatype.Duration?

How can we change the format of the duration to show 2 digits for hours, min and seconds like PT01H01M01S. Presently Duration shows PT1H1M1S as it is using BigInteger internally which removed the ...
0
votes
1answer
57 views

Mootools Lightbox with Img Slider

I use the Mootools Mediabox for my Site. This one mediaboxAdvanced v1.4.6. Now i looking for a solution that the image change automatically afer 5 Sec. In the code i found thie ...
1
vote
1answer
90 views

jQuery animate duration not working

By went through all similar questions here I have a question regarding to my code with jQuery animate duration failure. My purpose is to use ajax pull the long content from DB and fill the div, then ...
0
votes
0answers
11 views

DB number in TimeString conversion

I have a little problem (I hope) in a MSSQL Database. I create a view in which one column shows a duration. This duration is fetched by a function, that I can not change. I can only use it, to get ...
2
votes
1answer
142 views

Groovy: Get duration in years

On running the following code in groovy - import groovy.time.* import org.codehaus.groovy.runtime.TimeCategory def today = new Date() use(TimeCategory) { def modifiedToday = today.plus(10.minutes) ...
1
vote
1answer
97 views

MusicXML Division and Duration

Hi everyone thanks in advance for the replies, also please please only reply if you understand the musical aspect of this problem. I have an MXL file from some test suite in which the first measure ...
0
votes
1answer
121 views

Android: Showing a Message for less than 2 seconds

I'd like to display a message or notification for a custom amount of time, in this case for less than 2 seconds. I've tried two approaches, neither of them was really helpfull: 1. Showing a message ...

1 2 3 4 5 7