Category Archives: Video and Audio

general audio/video support: capture, edit, stream, conference

Video requiring login

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut in elit sed sem finibus imperdiet quis quis lorem. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin … Continue reading

Posted in Video and Audio | Leave a comment

oEmbed with UvmTube

here is some text And above is the video!  

Posted in Projects, Video and Audio | Leave a comment

Video embedded using HTML 5 video tag

Video embedded using HTML 5 video tag and Flash gizmo as backup. Contast this with previous post, which was updated to include clever javascript to account for Safari/Firefox issues. This text will be replaced var so = new SWFObject(‘https://www.uvm.edu/~waw/podcast_folder/player.swf’,’mp1′,’400′,’300′,’9′); so.addParam(‘allowfullscreen’,’true’); … Continue reading

Posted in Projects, Video and Audio, Web Publishing Support | Leave a comment

perl script to post-process files created by red5

Converts movie_name.flv to movie_name.mp4 with AAC audio, H.264 video. Extracts a thumbnail jpg, too #!/usr/bin/perl $ENV{LD_LIBRARY_PATH} =’/usr/local/lib/’; $movie_name=shift @ARGV; $old_movie_name = $movie_name.”.flv”; $new_movie_name = $movie_name.”.mp4″; $toe_name = $movie_name.”.jpg”; my $range = 100000; my $random_number = int(rand($range)); $temp_movie_name=”/tmp/$random_number.mp4″; $make_mpeg=`/usr/local/bin/ffmpeg -y -i … Continue reading

Posted in Projects, Scripts - Programming, Systems and Servers, Video and Audio | Leave a comment

I created a Red5 Application

Working with Red5 is like pulling teeth. Trying to see if I can spawn an ffmpeg instance after uploading a live video capture. First step was to see if I could edit/copy any existing application, us to get the recipe. … Continue reading

Posted in ElectronicArts, Scripts - Programming, Systems and Servers, Video and Audio | Leave a comment

Configure and install ffmpeg

Get source code svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg Needs libfaac… wget http://downloads.sourceforge.net/faac/faac-1.28.tar.gz hmmm… that seemed to require yum install gcc-c++ to get g++ to work Also needs x264 But x264 needs yasm… wget http://www.tortall.net/projects/yasm/releases/yasm-0.8.0.tar.gz OK, got yasm, now wget ftp://ftp.videolan.org:21/pub/videolan/x264/snapshots/x264-snapshot-20091130-2245.tar.bz2 Be … Continue reading

Posted in Projects, Systems and Servers, Video and Audio | Leave a comment

Davis Construction cam movie

Camera 1 knocked out by lightning, zapped all configuration parameters. Reset them, camera back in action.

Posted in Projects, Video and Audio | Leave a comment

video for nursing

on July 24, Kurt Schaberg wrote : Hello,My name is Kurt Schaberg and I’m helping Dr. Patricia O’Brien set up her WebCT course web page.  I was told to contact you directly regarding putting video on the web page.  Dr. … Continue reading

Posted in Projects, Video and Audio | Leave a comment

Davis Construction cam troubleshooting

Camera hit by lightning, tried to find image that showed strike

Posted in Projects, Video and Audio | Leave a comment

Davis Construction cam

Configured image, FTP, admin settings for newest Davis center construction cam location. Reinstated cron scripts to archive images, etc. Added link from Davis Center cameras page

Posted in Projects, Video and Audio | Leave a comment