Skip to content

Commit fb1520e

Browse files
committed
make --confirm negatable
update all files with svn keywords
1 parent 665a409 commit fb1520e

File tree

31 files changed

+110
-55
lines changed

31 files changed

+110
-55
lines changed

trunk/export/MPEG2_cut.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
#!/usr/bin/perl -w
2-
#Last Updated: 2005.03.02 (xris)
1+
#
2+
# $Date$
3+
# $Revision$
4+
# $Author$
35
#
46
# export::MPEG2_cut
57
# Maintained by Gavin Hurlbut <gjhurlbu@gmail.com>

trunk/export/NUV_SQL.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
#!/usr/bin/perl -w
2-
#Last Updated: 2005.01.17 (xris)
1+
#
2+
# $Date$
3+
# $Revision$
4+
# $Author$
35
#
46
# export::NUV_SQL
57
# Maintained by Chris Petersen <mythtv@forevermore.net>

trunk/export/ffmpeg.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/perl -w
21
#
32
# $Date$
43
# $Revision$

trunk/export/ffmpeg/ASF.pm

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#Last Updated: 2005.03.11 (xris)
1+
#
2+
# $Date$
3+
# $Revision$
4+
# $Author$
25
#
36
# export::ffmpeg::ASF
47
# Maintained by Gavin Hurlbut <gjhurlbu@gmail.com>
@@ -153,14 +156,14 @@ package export::ffmpeg::ASF;
153156
else {
154157
$self->{'ffmpeg_xtra'} = ' -vcodec msmpeg4'
155158
. ' -b ' . $self->{'v_bitrate'}
156-
. (($self->{'vbr'})
159+
. (($self->{'vbr'})
157160
? " -qmin $self->{'quantisation'}"
158161
. ' -qmax 31 -minrate 32'
159162
. ' -maxrate '.(2*$self->{'v_bitrate'})
160163
. ' -bt 32 -bufsize 65535'
161164
: '')
162165
# . ' -lumi_mask 0.05 -dark_mask 0.02'
163-
# . ' -scplx_mask 0.7'
166+
# . ' -scplx_mask 0.7'
164167
. ' -acodec mp3'
165168
. ' -ab ' . $self->{'a_bitrate'}
166169
. ' -f asf';

trunk/export/ffmpeg/DVCD.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
#!/usr/bin/perl -w
2-
#Last Updated: 2005.03.02 (xris)
1+
#
2+
# $Date$
3+
# $Revision$
4+
# $Author$
35
#
46
# export::ffmpeg::DVCD
57
# Maintained by Gavin Hurlbut <gjhurlbu@gmail.com>

trunk/export/ffmpeg/DVD.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
#!/usr/bin/perl -w
2-
#Last Updated: 2005.03.07 (xris)
1+
#
2+
# $Date$
3+
# $Revision$
4+
# $Author$
35
#
46
# export::ffmpeg::DVD
57
# Maintained by Gavin Hurlbut <gjhurlbu@gmail.com>

trunk/export/ffmpeg/DivX.pm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#Last Updated: 2005.04.13 (xris)
1+
#
2+
# $Date$
3+
# $Revision$
4+
# $Author$
25
#
36
# export::ffmpeg::DivX
47
# Maintained by Gavin Hurlbut <gjhurlbu@gmail.com>

trunk/export/ffmpeg/MP3.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
#!/usr/bin/perl -w
2-
#Last Updated: 2005.03.02 (xris)
1+
#
2+
# $Date$
3+
# $Revision$
4+
# $Author$
35
#
46
# export::ffmpeg::MP3
57
# Maintained by Chris Petersen <mythtv@forevermore.net>

trunk/export/ffmpeg/SVCD.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
#!/usr/bin/perl -w
2-
#Last Updated: 2005.03.07 (xris)
1+
#
2+
# $Date$
3+
# $Revision$
4+
# $Author$
35
#
46
# export::ffmpeg::SVCD
57
# Maintained by Chris Petersen <mythtv@forevermore.net>

trunk/export/ffmpeg/VCD.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
#!/usr/bin/perl -w
2-
#Last Updated: 2005.03.29 (xris)
1+
#
2+
# $Date$
3+
# $Revision$
4+
# $Author$
35
#
46
# export::ffmpeg::VCD
57
# Maintained by Gavin Hurlbut <gjhurlbu@gmail.com>

0 commit comments

Comments
 (0)