[IMC-Video] cloning youtube?

Echograph echograph at echograph.com
Tue Jul 3 15:56:57 UTC 2007


John:

Wow. Thank you for working on this. It would be a great addition to the 
IMC network and allow us to compete with YouTube better.
I'm forwarding this to techies with LA-IMC who are also interested in 
this.

At LA-IMC we are currently embedding video with HTML code but this only 
works for video that we produce and upload first to the server.
here is a link to an example

http://la.indymedia.org/news/2007/06/200948.php

But our users can not do this. One thought we had was to write a 
routine that added the embed code when the user posts video the way we 
do for audio files.
But what you are working on is much more powerful.

James
LA-IMC Collective




On Thursday, October 26, 2006, at 03:16  PM, john duda wrote:

> Ok, faced with multiple requests from non-tech people, I'm working on
> a way to embed flash video in the browser for imc content(cue
> objections about flash being nonfree).
>
> the basic idea would be a script, called periodically, which would
> encode arbitrary video files to .flv format and, when done, generate
> an include file with the appropriate code for a nice in-browser video
> experience(using flowplayer from flowplayer.sf.net).  so it could
> theoretically be usuable, with few modifications, across a wide range
> of imc codebases.  doing it out of the flow of the normal cms stuff
> would mean that encoding time would not be related to upload response
> time(slow enough already!)  there's even going to be a cheeky little
> javascript thing so you could put like <span id="stillencoding">still
> encoding for flash playback!  check back in 10 minutes!</span> in the
> template right before you reference the include file and then the
> include file itself, once it exists, will turn this message off.  the
> include file will also have the code you need to embed the video in
> another webpage, just like youtube does to great effect.
>
> my question is: has anyone already done this work?  i'm using mencoder
> right now(you can pull a version from the debian-multimedia unofficial
> repositories that seems to handle random videos being thrown at it
> better than ffmpeg), but i'd be really excited if someone had more
> experience with tweaking the command line encoder options.
>
> currently, i'm using:
>
> mencoder vftr_acalltomediaarms_hq.avi -o movie5.flv -of lavf \
>   -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames \
>   -oac mp3lame -lameopts abr:br=56 -ovc lavc \
>   -lavcopts 
> vcodec=flv:keyint=50:vbitrate=300:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 
> \
>   -vop scale=320:240 -srate 22050
> cat movie5.flv | flvtool2 -U stdin movie5.flv
>
> which does the trick(see
> http://manifestor.org/john/wetube/qt/test.html) for a proof of
> concept) but which is a) slow b) results, at least for a quicktime
> file i threw at it, a really big file, and c) scares me with the b
> frame stuff which makes no sense to me as someone who doesn't deal all
> that much with video stuff.
>
> So any advice would be appreciated!
>
> thanks,
> john
>
> --
>
> this is where my public key can be found:
> gpg --keyserver pgp.mit.edu --recv-keys 03817826
> Key fingerprint = 6C11 8D70 2ADE EFA9 498D  72CB 77EA 391A 0381 7826
>
> _______________________________________________
> imc-video mailing list
> imc-video at lists.indymedia.org
> http://lists.indymedia.org/mailman/listinfo/imc-video
>



More information about the imc-video mailing list