[Catalyst] [META] Advent calendar

J. Shirley jshirley at gmail.com
Wed Nov 5 13:50:42 GMT 2008


On Tue, Nov 4, 2008 at 9:47 PM, Kieren Diment <diment at gmail.com> wrote:
> On Tue, Nov 04, 2008 at 04:19:38PM -0600, Jonathan Rockway wrote:
>> * On Tue, Nov 04 2008, Dermot wrote:
>> > Is there going to be an advent calendar for this year?
>>
>> Sure, why not?
>>
>
> It's been in planning for a while.
> http://dev.catalyst.perl.org/wiki/advent08plan
>
> Please feel free to add suggestions as they arise.
>

I've done something remarkably similar to the streaming FLV stuff, but
don't have the source.  I do, however, have an encoding script I wrote
ages ago to convert to FLV via mencoder.

The basic command I use to convert is:

$MENCODER "$source" $fps -o "$dest" -of lavf -oac mp3lame -lameopts
abr:br=64 -srate 22050 -ovc lavc -lavfopts
i_certify_that_my_video_stream_does_not_use_b_frames -lavcopts
vcodec=flv:keyint=50:vbitrate=300:mbd=2:mv0:trell:v4mv:cbp:last_pred=3

That generates a pretty good quality FLV file.



More information about the Catalyst mailing list