hi
how can i calculate video frame rate in ulead video studio speed/duration ?
+ Reply to Thread
Results 1 to 11 of 11
-
Last edited by fps; 22nd Nov 2013 at 04:56.
-
With an NLE you decide the frame rate for your project when you first set it up. VSP defaults to 30 fps, you can modify it under settings-preferences. If you import video of different frame rate they will be re-encoded to the rate in preferences.
-
Code:
frame_rate = frame_count / duration
frame_rate = 30000 frames / 1000 seconds
frame rate = 30 frames per second -
Calc
You should state exactly what you are trying to calculate.Last edited by jagabo; 23rd Nov 2013 at 06:59.
-
That's not a precise description. You mean from this dialog?
Last edited by jagabo; 23rd Nov 2013 at 09:44.
-
Is this related to your "how to change frame rate videos (25.000 to 23.976)" thread?
I don't use Video Studio so I don't know for sure how it handles running time changes like this, but I suspect it does so by duplicating or removing frames. That will create jerky video. That said...
If you're looking to increase the running time that comes from changing the frame rate from 25 to 23.976 fps you simply need to calculate the percent difference between 25 and 23.976:
23.976 / 25 * 100 = ~95.904
So entering 95.904 in the speed box will probably work. Some programs present this the other way around so you might have to use:
25 / 23.976 * 100 = ~104.27 -
how can i understand that what is the exactly video time in the 23.976 speed box ???
-
You have to find the source frame rate elsewhere. There's probably a source properties dialog somewhere.
Similar Threads
-
How to calculate the bit rate of a video without the file size?
By Will89 in forum Newbie / General discussionsReplies: 12Last Post: 23rd May 2013, 12:17 -
bmp2avi app, how do i calculate frame duration in microseconds .. [solved]
By vhelp in forum ProgrammingReplies: 2Last Post: 22nd Mar 2013, 22:42 -
Ulead Video Studio 10 SE - unable to import video
By MaxSouthOz in forum Newbie / General discussionsReplies: 31Last Post: 14th Nov 2012, 09:47 -
What should slide show bit rate and frame rate be in video editor?
By johnharlin in forum Video ConversionReplies: 0Last Post: 11th Sep 2012, 21:00 -
How to calculate single frame duration
By 8day in forum Newbie / General discussionsReplies: 4Last Post: 5th Dec 2010, 10:49