View Full Version : How can I tell what framerate a .3gp video was encoded at?
Chainmax
19th March 2008, 04:56
I am trying to filter and improve upon some extremely crappy QCIF videos. They are supposed to be recorded at 15fps, but both ffdshow and DirectShowSource report it as being 25ps, whereas I read that the cellphone used records at different framerates according to the conditions it is used in. Is there any way to know the exact one used in this case?
Chainmax
19th March 2008, 23:42
Anyone?
setarip_old
20th March 2008, 01:06
Hi!
Load it into either Quicktime Professional or VLC...
Chainmax
20th March 2008, 01:44
http://img89.imageshack.us/img89/1356/sttngslw3.png (http://imageshack.us)
Doesn't make any sense. :confused:
neuron2
20th March 2008, 01:47
Just step through the frames in a motion sequence and count the new pictures (N) and total pictures (T). Then the base frame rate is:
rate = N/T * R
where R is the declared frame rate.
Please do not bump threads after less than a day. You could get a rule 11 strike for it ("no use" post).
Chainmax
20th March 2008, 03:06
That will be difficult due to the extremely bad quality of the video, but I'll give it a shot. Thanks for the suggestion.
And sorry for bumping so early, I only did it because it had already fallen off the front page.
neuron2
20th March 2008, 03:16
And sorry for bumping so early, I only did it because it had already fallen off the front page. That's not a valid reason. If everyone tried to keep their posts on the front page, we'd have a horrible mess.
I don't understand why you think the described process is difficult. Are you unable to discern new pictures? Certainly you can do it better than any algorithm.
Chainmax
20th March 2008, 04:27
When the video is very low resolution (QCIF), is mostly static and has too much artifacting, it's not easy to determine the framerate.
Ranguvar
23rd March 2008, 23:41
MediaInfo should work.
neuron2
24th March 2008, 00:11
If you don't care about the "base" frame rate and just want to know the playback rate, then just divide the number of frames by the running time.
bond
24th March 2008, 12:36
run mp4info from mpeg4ip over the file
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.