File tree 15 files changed +75
-61
lines changed
15 files changed +75
-61
lines changed Original file line number Diff line number Diff line change 19
19
# Copyright 2021, Ivan Boothe <[email protected] >
20
20
21
21
# This program is free software: you can redistribute it and/or modify
22
- # it under the terms of the GNU General Public License as published by
23
- # the Free Software Foundation, either version 3 of the License, or
22
+ # it under the terms of the GNU Affero General Public License as published
23
+ # by the Free Software Foundation, either version 3 of the License, or
24
24
# (at your option) any later version.
25
25
26
26
# This program is distributed in the hope that it will be useful,
27
27
# but WITHOUT ANY WARRANTY; without even the implied warranty of
28
28
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29
- # GNU General Public License at <http://www.gnu.org/licenses/> for
29
+ # GNU Affero General Public License at <http://www.gnu.org/licenses/> for
30
30
# more details.
31
31
32
32
# USAGE
69
69
# https://exiftool.org/forum/index.php?topic=3429.0
70
70
71
71
# Revision history:
72
+ # 2021-11-29 Updating license (1.4)
72
73
# 2021-10-15 Adding checks for dependencies, updates to notifications (1.3)
73
74
# 2021-10-14 Added flag options for date and time; applying quiet mode to
74
75
# exiftool; minor cleanup and bug fixes (1.2)
78
79
79
80
# Standard variables
80
81
PROGNAME=${0##*/ }
81
- VERSION=" 1.3 "
82
+ VERSION=" 1.4 "
82
83
red=$( tput setaf 1)
83
84
green=$( tput setaf 2)
84
85
yellow=$( tput setaf 3)
Original file line number Diff line number Diff line change 8
8
# Copyright 2021, Ivan Boothe <[email protected] >
9
9
10
10
# This program is free software: you can redistribute it and/or modify
11
- # it under the terms of the GNU General Public License as published by
12
- # the Free Software Foundation, either version 3 of the License, or
11
+ # it under the terms of the GNU Affero General Public License as published
12
+ # by the Free Software Foundation, either version 3 of the License, or
13
13
# (at your option) any later version.
14
14
15
15
# This program is distributed in the hope that it will be useful,
16
16
# but WITHOUT ANY WARRANTY; without even the implied warranty of
17
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- # GNU General Public License at <http://www.gnu.org/licenses/> for
18
+ # GNU Affero General Public License at <http://www.gnu.org/licenses/> for
19
19
# more details.
20
20
21
21
# USAGE
30
30
# $ ./minpic.sh *.jpg pic2.png
31
31
32
32
# Revision history:
33
+ # 2021-11-29 Updating license (1.3)
33
34
# 2021-10-15 Adding checks for dependencies, filename (1.2)
34
35
# 2021-10-14 Minor cleanup and standardization (1.1)
35
36
# 2021-10-11 Initial release (1.0)
36
37
# ---------------------------------------------------------------------------
37
38
38
39
# Standard variables
39
40
PROGNAME=${0##*/ }
40
- VERSION=" 1.2 "
41
+ VERSION=" 1.3 "
41
42
red=$( tput setaf 1)
42
43
green=$( tput setaf 2)
43
44
yellow=$( tput setaf 3)
Original file line number Diff line number Diff line change 40
40
# Copyright 2021 Ivan Boothe <[email protected] >
41
41
42
42
# This program is free software: you can redistribute it and/or modify
43
- # it under the terms of the GNU General Public License as published by
44
- # the Free Software Foundation, either version 3 of the License, or
43
+ # it under the terms of the GNU Affero General Public License as published
44
+ # by the Free Software Foundation, either version 3 of the License, or
45
45
# (at your option) any later version.
46
46
47
47
# This program is distributed in the hope that it will be useful,
48
48
# but WITHOUT ANY WARRANTY; without even the implied warranty of
49
49
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50
- # GNU General Public License at <http://www.gnu.org/licenses/> for
50
+ # GNU Affero General Public License at <http://www.gnu.org/licenses/> for
51
51
# more details.
52
52
53
53
# USAGE
105
105
# https://github.com/varnav/makejxl
106
106
107
107
# Revision history:
108
+ # 2021-11-29 Updating license (1.3)
108
109
# 2021-10-19 Improvement of option flags and addition of JXL format (1.2)
109
110
# 2021-10-18 Cleanup and standardization (1.1)
110
111
# 2021-08-24 Initial release (1.0)
111
112
# ---------------------------------------------------------------------------
112
113
113
114
# Standard variables
114
115
PROGNAME=${0##*/ }
115
- VERSION=" 1.2 "
116
+ VERSION=" 1.3 "
116
117
red=$( tput setaf 1)
117
118
green=$( tput setaf 2)
118
119
yellow=$( tput setaf 3)
Original file line number Diff line number Diff line change 10
10
# Copyright 2021, Ivan Boothe <[email protected] >
11
11
12
12
# This program is free software: you can redistribute it and/or modify
13
- # it under the terms of the GNU General Public License as published by
14
- # the Free Software Foundation, either version 3 of the License, or
13
+ # it under the terms of the GNU Affero General Public License as published
14
+ # by the Free Software Foundation, either version 3 of the License, or
15
15
# (at your option) any later version.
16
16
17
17
# This program is distributed in the hope that it will be useful,
18
18
# but WITHOUT ANY WARRANTY; without even the implied warranty of
19
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
- # GNU General Public License at <http://www.gnu.org/licenses/> for
20
+ # GNU Affero General Public License at <http://www.gnu.org/licenses/> for
21
21
# more details.
22
22
23
23
# USAGE
26
26
# $ ./webpjpg.sh [-h|--help]
27
27
28
28
# Revision history:
29
+ # 2021-11-29 Updating license (1.2)
29
30
# 2021-10-15 Minor cleanup and standardization (1.1)
30
31
# 2021-10-11 Initial release (1.0)
31
32
# ---------------------------------------------------------------------------
32
33
33
34
# Standard variables
34
35
PROGNAME=${0##*/ }
35
- VERSION=" 1.1 "
36
+ VERSION=" 1.2 "
36
37
red=$( tput setaf 1)
37
38
green=$( tput setaf 2)
38
39
yellow=$( tput setaf 3)
Original file line number Diff line number Diff line change 9
9
# Copyright 2021, Ivan Boothe <[email protected] >
10
10
11
11
# This program is free software: you can redistribute it and/or modify
12
- # it under the terms of the GNU General Public License as published by
13
- # the Free Software Foundation, either version 3 of the License, or
12
+ # it under the terms of the GNU Affero General Public License as published
13
+ # by the Free Software Foundation, either version 3 of the License, or
14
14
# (at your option) any later version.
15
15
16
16
# This program is distributed in the hope that it will be useful,
17
17
# but WITHOUT ANY WARRANTY; without even the implied warranty of
18
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
- # GNU General Public License at <http://www.gnu.org/licenses/> for
19
+ # GNU Affero General Public License at <http://www.gnu.org/licenses/> for
20
20
# more details.
21
21
22
22
# USAGE
25
25
# $ ./avimp4.sh [-h|--help]
26
26
27
27
# Revision history:
28
+ # 2021-11-29 Updating license (1.2)
28
29
# 2021-10-15 Adding help, dependency checks, and other standardization (1.1)
29
30
# 2021-10-11 Initial release (1.0)
30
31
# ---------------------------------------------------------------------------
31
32
32
33
# Standard variables
33
34
PROGNAME=${0##*/ }
34
- VERSION=" 1.1 "
35
+ VERSION=" 1.2 "
35
36
red=$( tput setaf 1)
36
37
green=$( tput setaf 2)
37
38
yellow=$( tput setaf 3)
Original file line number Diff line number Diff line change 27
27
# Copyright 2021, Ivan Boothe <[email protected] >
28
28
29
29
# This program is free software: you can redistribute it and/or modify
30
- # it under the terms of the GNU General Public License as published by
31
- # the Free Software Foundation, either version 3 of the License, or
30
+ # it under the terms of the GNU Affero General Public License as published
31
+ # by the Free Software Foundation, either version 3 of the License, or
32
32
# (at your option) any later version.
33
33
34
34
# This program is distributed in the hope that it will be useful,
35
35
# but WITHOUT ANY WARRANTY; without even the implied warranty of
36
36
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37
- # GNU General Public License at <http://www.gnu.org/licenses/> for
37
+ # GNU Affero General Public License at <http://www.gnu.org/licenses/> for
38
38
# more details.
39
39
40
40
# USAGE
66
66
# https://linuxconfig.org/how-to-use-ffmpeg-to-convert-multiple-media-files-at-once-on-linux
67
67
68
68
# Revision history:
69
+ # 2021-11-29 Updating license (1.3)
69
70
# 2021-10-15 Adding help, dependency checks, and other standardization (1.2)
70
71
# 2021-10-12 Minor cleanup (1.1)
71
72
# 2021-06-29 Initial release (1.0)
72
73
# ---------------------------------------------------------------------------
73
74
74
75
# Standard variables
75
76
PROGNAME=${0##*/ }
76
- VERSION=" 1.2 "
77
+ VERSION=" 1.3 "
77
78
red=$( tput setaf 1)
78
79
green=$( tput setaf 2)
79
80
yellow=$( tput setaf 3)
Original file line number Diff line number Diff line change 8
8
# Copyright 2021, Ivan Boothe <[email protected] >
9
9
10
10
# This program is free software: you can redistribute it and/or modify
11
- # it under the terms of the GNU General Public License as published by
12
- # the Free Software Foundation, either version 3 of the License, or
11
+ # it under the terms of the GNU Affero General Public License as published
12
+ # by the Free Software Foundation, either version 3 of the License, or
13
13
# (at your option) any later version.
14
14
15
15
# This program is distributed in the hope that it will be useful,
16
16
# but WITHOUT ANY WARRANTY; without even the implied warranty of
17
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- # GNU General Public License at <http://www.gnu.org/licenses/> for
18
+ # GNU Affero General Public License at <http://www.gnu.org/licenses/> for
19
19
# more details.
20
20
21
21
# USAGE
24
24
# $ ./copyvid.sh [-h|--help]
25
25
26
26
# Revision history:
27
+ # 2021-11-29 Updating license (1.2)
27
28
# 2021-10-15 Adding help, dependency checks, and other standardization (1.1)
28
29
# 2021-10-11 Initial release (1.0)
29
30
# ---------------------------------------------------------------------------
30
31
31
32
# Standard variables
32
33
PROGNAME=${0##*/ }
33
- VERSION=" 1.1 "
34
+ VERSION=" 1.2 "
34
35
red=$( tput setaf 1)
35
36
green=$( tput setaf 2)
36
37
yellow=$( tput setaf 3)
Original file line number Diff line number Diff line change 11
11
# Copyright 2021, Ivan Boothe <[email protected] >
12
12
13
13
# This program is free software: you can redistribute it and/or modify
14
- # it under the terms of the GNU General Public License as published by
15
- # the Free Software Foundation, either version 3 of the License, or
14
+ # it under the terms of the GNU Affero General Public License as published
15
+ # by the Free Software Foundation, either version 3 of the License, or
16
16
# (at your option) any later version.
17
17
18
18
# This program is distributed in the hope that it will be useful,
19
19
# but WITHOUT ANY WARRANTY; without even the implied warranty of
20
20
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
- # GNU General Public License at <http://www.gnu.org/licenses/> for
21
+ # GNU Affero General Public License at <http://www.gnu.org/licenses/> for
22
22
# more details.
23
23
24
24
# USAGE
49
49
# https://video.stackexchange.com/q/28269
50
50
51
51
# Revision history:
52
+ # 2021-11-29 Updating license (1.3)
52
53
# 2021-10-18 Adding time as a command-line option (1.2)
53
54
# 2021-10-15 Adding help, dependency checks, and other standardization (1.1)
54
55
# 2021-10-06 Initial release (1.0)
55
56
# ---------------------------------------------------------------------------
56
57
57
58
# Standard variables
58
59
PROGNAME=${0##*/ }
59
- VERSION=" 1.2 "
60
+ VERSION=" 1.3 "
60
61
red=$( tput setaf 1)
61
62
green=$( tput setaf 2)
62
63
yellow=$( tput setaf 3)
Original file line number Diff line number Diff line change 10
10
# Copyright 2021, Ivan Boothe <[email protected] >
11
11
12
12
# This program is free software: you can redistribute it and/or modify
13
- # it under the terms of the GNU General Public License as published by
14
- # the Free Software Foundation, either version 3 of the License, or
13
+ # it under the terms of the GNU Affero General Public License as published
14
+ # by the Free Software Foundation, either version 3 of the License, or
15
15
# (at your option) any later version.
16
16
17
17
# This program is distributed in the hope that it will be useful,
18
18
# but WITHOUT ANY WARRANTY; without even the implied warranty of
19
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
- # GNU General Public License at <http://www.gnu.org/licenses/> for
20
+ # GNU Affero General Public License at <http://www.gnu.org/licenses/> for
21
21
# more details.
22
22
23
23
# USAGE
26
26
# $ ./joinvid.sh [-h|--help]
27
27
28
28
# Revision history:
29
+ # 2021-11-29 Updating license (1.2)
29
30
# 2021-10-15 Adding help, dependency checks, and other standardization (1.1)
30
31
# 2021-10-11 Initial release (1.0)
31
32
# ---------------------------------------------------------------------------
32
33
33
34
# Standard variables
34
35
PROGNAME=${0##*/ }
35
- VERSION=" 1.1 "
36
+ VERSION=" 1.2 "
36
37
red=$( tput setaf 1)
37
38
green=$( tput setaf 2)
38
39
yellow=$( tput setaf 3)
Original file line number Diff line number Diff line change 14
14
# Copyright 2021, Ivan Boothe <[email protected] >
15
15
16
16
# This program is free software: you can redistribute it and/or modify
17
- # it under the terms of the GNU General Public License as published by
18
- # the Free Software Foundation, either version 3 of the License, or
17
+ # it under the terms of the GNU Affero General Public License as published
18
+ # by the Free Software Foundation, either version 3 of the License, or
19
19
# (at your option) any later version.
20
20
21
21
# This program is distributed in the hope that it will be useful,
22
22
# but WITHOUT ANY WARRANTY; without even the implied warranty of
23
23
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
- # GNU General Public License at <http://www.gnu.org/licenses/> for
24
+ # GNU Affero General Public License at <http://www.gnu.org/licenses/> for
25
25
# more details.
26
26
27
27
# USAGE
45
45
# https://ffmpeg.org/ffmpeg-filters.html#overlay-1
46
46
47
47
# Revision history:
48
+ # 2021-11-29 Updating license (1.2)
48
49
# 2021-10-15 Adding help, dependency checks, and other standardization (1.1)
49
50
# 2021-10-06 Initial release (1.0)
50
51
# ---------------------------------------------------------------------------
51
52
52
53
# Standard variables
53
54
PROGNAME=${0##*/ }
54
- VERSION=" 1.1 "
55
+ VERSION=" 1.2 "
55
56
red=$( tput setaf 1)
56
57
green=$( tput setaf 2)
57
58
yellow=$( tput setaf 3)
Original file line number Diff line number Diff line change 8
8
# Copyright 2021, Ivan Boothe <[email protected] >
9
9
10
10
# This program is free software: you can redistribute it and/or modify
11
- # it under the terms of the GNU General Public License as published by
12
- # the Free Software Foundation, either version 3 of the License, or
11
+ # it under the terms of the GNU Affero General Public License as published
12
+ # by the Free Software Foundation, either version 3 of the License, or
13
13
# (at your option) any later version.
14
14
15
15
# This program is distributed in the hope that it will be useful,
16
16
# but WITHOUT ANY WARRANTY; without even the implied warranty of
17
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- # GNU General Public License at <http://www.gnu.org/licenses/> for
18
+ # GNU Affero General Public License at <http://www.gnu.org/licenses/> for
19
19
# more details.
20
20
21
21
# USAGE
24
24
# $ ./fadevid.sh [-h|--help]
25
25
26
26
# Revision history:
27
+ # 2021-11-29 Updating license (1.3)
27
28
# 2021-10-18 Bitrate is now optional; if not provided at runtime the script
28
29
# will inform you of the current bitrate to give some guidance (1.2)
29
30
# 2021-10-15 Adding help, dependency checks, and other standardization (1.1)
32
33
33
34
# Standard variables
34
35
PROGNAME=${0##*/ }
35
- VERSION=" 1.2 "
36
+ VERSION=" 1.3 "
36
37
red=$( tput setaf 1)
37
38
green=$( tput setaf 2)
38
39
yellow=$( tput setaf 3)
You can’t perform that action at this time.
0 commit comments