Sha256: 7ffa5a47c93b2884a013b086464aa4254d68d77da8dddd9004d2e280868fc419
Contents?: true
Size: 1.94 KB
Versions: 1
Compression:
Stored size: 1.94 KB
Contents
<html> <head> <title>Clean Editing Movie Player</title> <script src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-4531218-5']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> <h1 style="float: left;">Welcome to the clean Editing Movie Player (EMP)</h1> <img src="video reel.jpg" height=200/> <pre> 1) <a href="content_editor.html">Edited movie player</a> A free video scene skipper/muter. The CEMP allows you watch edited movies by applying edit lists (EDL's) to DVD's or movie files. i.e. "mute out" or "cut out" questionable scenes/content. Click <a href="content_editor.html">here</a> for more detail. 2) Netflix Instant/online movie playing upconverter. The CEMP can hopefully soon "upconvert" Netflix Instant movies as you watch them to make them look even better than they already are (or hulu, or youtube, or whatever). This is a work in progress but is somewhat close. Ping me if you'd like to try it out. rogerdpack@gmail.com Questions/feedback welcome: <a href="mailto:clean-editing-movie-player@googlegroups.com">email</a> or view the <a href="http://groups.google.com/group/clean-editing-movie-player">google group forum</a>. This project released as open source under the <a href="http://www.gnu.org/copyleft/gpl.html">gplv3</a> license. Don't patent my ideas please! :) </pre> <!-- Also see my <a href="http://rogerdpack.t28.net">other projects</a>. when I have some ...--> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
content-editing-movie-player-0.38.0 | www/index.html |