Re: 3gp to theora problems again
startx <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.general |
|---|---|
| Message-ID | <20110216095840.5dcbe4b5@worthil> |
On Tue, 15 Feb 2011 13:50:05 -0800 "[email protected]" <[email protected]> wrote: > > as many times before i ran into troubles to encode > > with ffmpeg2theora from a 3gp file. > > Adding --nosync to the ffmpeg2theora command line might help. hi. "--nosync " did not improve, but looking deeper into the resulting ogg file i noticed that the framerate was set to 60fps, while the original had 25fps. forcing "--inputfps 25" then did indeed do the trick for that video and the result was satisfying. i wonder however why ffmpeg2theora had a problem to determin the original framerate, "ffmpeg -i" showed it correctly. is it worth filing this as a bug? startx