Re: theora's encoding speed
Tom Sparks <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.general |
|---|---|
| Message-ID | <[email protected]> |
--- On Thu, 24/6/10, Remco <[email protected]> wrote: > On Thu, Jun 24, 2010 at 14:38, Tom > Sparks <[email protected]> > wrote: > > Is there any way to get better encoding speed out of > ffmpeg2theora? > > > > eg: <snip> Duration: 00:57:04.92, <snip> > ET: 02:06:24 > > > You use --optimize, which makes it do slow tests. Try > leaving that out. no difference ffmpeg runs @ 27 fps per second video is encoded 25 fps ffmpeg command: ffmpeg -i "filenaame.mpg" -croptop 8 -cropleft 2 -cropright 2 -s 360x288 -aspect 4:3 -b 300k -ac 2 -acodec libmp3lame -ar 24000 -ab 56k "filename.mpg.avi" tom sparks