Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 277 → Rev 278

/video-contact-sheet/trunk/vcs
1,6 → 1,6
#!/bin/bash
#
# $Rev: 258 $ $Date: 2007-04-14 04:09:48 +0200 (ds, 14 abr 2007) $
# $Rev: 262 $ $Date: 2007-04-14 15:38:45 +0200 (ds, 14 abr 2007) $
#
# vcs
# Video Contact Sheet *NIX: Generates contact sheets (previews) of videos
24,10 → 24,13
# Author: Toni Corvera <outlyer@outlyer.net>
#
 
declare -r VERSION="1.0.2b"
declare -r VERSION="1.0.3b"
#
# History:
#
# 1.0.3b: (2007-04-14)
# * BUGFIX: Don't put the full video path in the heading
#
# 1.0.2b: (2007-04-14)
# * Licensed under LGPL (was unlicensed before)
# * Renamed variables and constants to me more congruent
565,7 → 568,7
esac
 
 
local meta="Filename: $f
local meta="Filename: $(basename "$f")
File size: $(get_pretty_size "$f")
Length: $(pretty_stamp "$numsecs")"
local meta2="Dimensions: ${width}x${height}
/video-contact-sheet/trunk/.
Property changes:
Modified: svn:mergeinfo
Merged /video-contact-sheet/branches/1.0.3b:r276-277