From: gc Date: Sun, 23 Mar 2008 23:45:17 +0000 (+0000) Subject: allow to optionally transcode videos X-Git-Tag: 0.9.0~63 X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=1154ef5aac0aaf995aca8ce7e20d4b3dcdef6200 allow to optionally transcode videos --- diff --git a/bin/booh b/bin/booh index 9a62e03..0565eaa 100755 --- a/bin/booh +++ b/bin/booh @@ -3836,7 +3836,7 @@ Where tag can be one of the following: transcode_videos.active = ! $config['transcode-videos'].nil? tbl.attach(transcode_videos_command = Gtk::Entry.new.set_text($config['transcode-videos'] || 'avi:mencoder -nosound -ovc xvid -xvidencopts bitrate=800:me_quality=6 -o %o %f'), 1, 2, 3, 4, Gtk::FILL, Gtk::SHRINK, 2, 2) - tooltips.set_tip(transcode_videos, utf8(_("First put the extension of the output video and a colon; then use %f to specify the input and %o the output; + tooltips.set_tip(transcode_videos, utf8(_("Whether to transcode videos into the web-album instead of using the original videos directly (can be an interesting disk space saver!). First put the extension of the output video and a colon; then use %f to specify the input and %o the output; for example: avi:mencoder -nosound -ovc xvid -xvidencopts bitrate=800:me_quality=6 -o %o %f")), nil) transcode_videos.signal_connect('toggled') { transcode_videos_command.sensitive = transcode_videos.active?