strip->squeeze, depend on fixed tool

git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1057 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2012-06-13 21:09:44 +00:00
parent f0d22b3b01
commit 50346e5d4b
5 changed files with 11 additions and 10 deletions

View File

@ -1,9 +1,9 @@
Package: webif Package: webif
Priority: optional Priority: optional
Section: web Section: web
Version: 0.9.11-1 Version: 0.9.11-2
Architecture: mipsel Architecture: mipsel
Maintainer: af123@hummypkg.org.uk Maintainer: af123@hummypkg.org.uk
Depends: webif-channelicons(>=1.0.1),mongoose(>=3.0-7),jim(>=0.73-1),jim-oo,jim-sqlite3(>=0.73),jim-cgi(>=0.5),service-control(>=1.2),busybox(>=1.19.3-1),lsof,epg(>=1.0.9),hmt(>=1.1.6),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2),stripts(>=1.0.1) Depends: webif-channelicons(>=1.0.1),mongoose(>=3.0-7),jim(>=0.73-1),jim-oo,jim-sqlite3(>=0.73),jim-cgi(>=0.5),service-control(>=1.2),busybox(>=1.19.3-1),lsof,epg(>=1.0.9),hmt(>=1.1.6),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2),stripts(>=1.0.2)
Suggests: ffmpeg,webif-iphone Suggests: ffmpeg,webif-iphone
Description: An evolving web interface for the Humax. Description: An evolving web interface for the Humax.

View File

@ -15,9 +15,9 @@ puts {
} }
if {$model eq "HDR"} { if {$model eq "HDR"} {
puts { <li class="separator"><a href=#decrypt>Decrypt</a></li> } puts { <li class="separator"><a href=#decrypt>Decrypt</a></li> }
puts { <li class="cut"><a href=#strip>Strip</a></li> } puts { <li class="compress"><a href=#strip>Squeeze</a></li> }
} else { } else {
puts { <li class="cut separator"><a href=#strip>Strip</a></li> } puts { <li class="compress separator"><a href=#strip>Squeeze</a></li> }
} }
if {[system pkginst ffmpeg]} { if {[system pkginst ffmpeg]} {
puts { puts {

View File

@ -25,10 +25,10 @@ puts "
<script type=text/javascript src=strip.js></script> <script type=text/javascript src=strip.js></script>
<fieldset class=cleft> <fieldset class=cleft>
<legend>Strip unecessary frames from recording</legend> <legend>Make recordings smaller by removing unecessary frames</legend>
<p><i>This process will remove freeview EIT packets from the recording.<br> <p><i>This process will remove freeview EPG data from the recording.<br>
These packets are not required but typically increase the size of the These data are not required and can increase the size of the
recording file by as much as 20%.<br> recording file by as much as 20%.<br>
Your original recording files will be retained in a folder called _original. Your original recording files will be retained in a folder called _original.
</i> </i>
@ -38,7 +38,7 @@ Your original recording files will be retained in a folder called _original.
<tr><th>Length:</th><td>[clock format $len -format %T]</td></tr> <tr><th>Length:</th><td>[clock format $len -format %T]</td></tr>
<tr><th>Size:</th><td>[pretty_size [$ts size]] ([$ts get definition])</td></tr> <tr><th>Size:</th><td>[pretty_size [$ts size]] ([$ts get definition])</td></tr>
<tr><th>Time:</th> <tr><th>Time:</th>
<td>Stripping will take around [clock format $esttime -format "%T"]</td></tr> <td>Squeezing will take around [clock format $esttime -format "%T"]</td></tr>
<tr><th>Estimated Saving:</th> <tr><th>Estimated Saving:</th>
<td class=va><span id=analysis class=va> <td class=va><span id=analysis class=va>
<img class=va src=/img/loading.gif> Analysing file, please wait... <img class=va src=/img/loading.gif> Analysing file, please wait...
@ -51,11 +51,11 @@ Your original recording files will be retained in a folder called _original.
></span> ></span>
<div id=stripdiv class=hidden style=\"padding: 1em\"> <div id=stripdiv class=hidden style=\"padding: 1em\">
<button id=stripit>Perform strip operation</button> <button id=stripit>Perform squeeze operation</button>
</div> </div>
<div id=progressdiv class=hidden> <div id=progressdiv class=hidden>
Stripping: <div id=progressbar></div> Squeezing: <div id=progressbar></div>
</div> </div>
<button id=back class=hidden>Back to media list</button> <button id=back class=hidden>Back to media list</button>

View File

@ -64,5 +64,6 @@
.contextMenu LI.delete A { background-image: url(/img/context/delete.png); } .contextMenu LI.delete A { background-image: url(/img/context/delete.png); }
.contextMenu LI.cut A { background-image: url(/img/context/cut.png); } .contextMenu LI.cut A { background-image: url(/img/context/cut.png); }
.contextMenu LI.quit A { background-image: url(/img/context/door.png); } .contextMenu LI.quit A { background-image: url(/img/context/door.png); }
.contextMenu LI.compress A { background-image: url(/img/context/compress.png); }

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B