You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi, Am writing a 3gp file parser which takes 3gp file path as input and return H263 comressed video frames and other timing information as out put.
My question is how do we find framerate of 3GP file? Is there any particular box present in 3gp file to specify framerate?
Thanks
Tsviatko Jongov
unread,
May 22, 2008, 7:01:09 AM5/22/08
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi, 3gp is actually QuickTime file. You can try my QuickTime Atom Viewer : http://tsviatko.jongov.com/index_prj_quicktimeviewer.htm There is no special field for Frames Per Second, so you have to calculate by deviding the number of frames in stream and stream time duration.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On May 22, 4:01 pm, Tsviatko Jongov <john...@yahoo.com> wrote: > Hi, > 3gp is actually QuickTime file. You can try my QuickTime Atom Viewer :http://tsviatko.jongov.com/index_prj_quicktimeviewer.htm > There is no special field for Frames Per Second, so you have to > calculate by deviding the number of frames in stream and stream time > duration. > > Regards, > Tsviatko Jongovhttp://tsviatko.jongov.com/ >
> On 6 íÁÊ, 06:41, balaji.utt...@gmail.com wrote: > > > Hi, > > Am writing a 3gp file parser which takes 3gp file path as input and > > return H263 comressed video frames and other timing information as out > > put. >
> > My question is how do we find framerate of 3GP file? šIs there any
> > particular box present in 3gp file to specify framerate? > > > Thanks