<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/8516347?origin\x3dhttp://hopemedia.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Hope Community Church - Technical Arts

Thursday, February 17, 2005

Digital Video Scene Editing

I recently started video taping key services and dramas in order to make DVDs available of these events. I thought it would be neat to make this content available on the web as well using our streaming PHP product called Andromeda (www.turnstyle.com). Part of the process of making the video available includes cutting out the specific scenes we want to show and compressing the video to an acceptible level for viewing online.

I'm using a product called "VideoRedo" (www.drdsystems.com/VideoReDo/download.htm) to take the raw mpeg files I've shot and am using it to cut out the scenes. It's a very easy product to use and is specifically designed for this process.

I'm also using Ulead Video Studio for the compression portion of this project. Video Studio allows you to compress video in preparation to send it to a Pocket PC device. This changes the format from mpeg to wmv (viewable only on Windows based systems) but also gives you a good quality video and fairly small file size for uploading to your website.

0 Comments:

Post a Comment

<< Home