Displaying 3 results from an estimated 3 matches for "keyint".
Did you mean:
keying
2004 Dec 19
0
[patch] more ffmpeg2theora improvements
Hi,
the attached patch (against current SVN) adds three new options to
ffmpeg2theora: --keyint (set keyframe interval) --smoothness (set the
theora_info::sharpness encoding parameter) and --noautosync (disable the
new frame dropping/duplicating code).
It also fixes a bug with the processing of --cropright that sometimes
segfaulted. The sync adjustment code is now tuned to be more reliable....
2010 Oct 10
0
Fwd: Theora developer question.
...s -ab
> > 192k -ac 2 output/ogg/tmp-audio-st.ogg
> >
> > For the subtitles:
> > kateenc -t srt -l en -c SUB -o output/ogg/tmp-subs_en.ogg
> > input/subtitles/sintel_en.srt
> > (and so on for each sub)
> >
> > For the video:
> > ffmpeg2theora --keyint 250 --framerate 24 -v 7 input/png/%08d.png
> > --title "$title" --artist "$author" --copyright "$copyright"
> > --license "$license" -o output/ogg/tmp-2k.ogv
> >
> > And to mux it all together:
> > oggz-merge output/ogg/tmp-2k....
2010 Jan 05
3
Live Streams
Hello, i am member of red5 project. I am studying ways to integrate your
codec into red5 and in a near future inside Flash Player.
I want to figure some things about Theora codec.
-> Is theora proper for live streams (i.e live transcondig webcam)?
What is latency for encoding process?
-> Is the format tolerant to lost frames?
Thanks for the moment.