/useful/trunk-1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/useful/trunk-1

« back to all changes in this revision

Viewing changes to scripts/enc2firefox.sh

  • Committer: Gustav Hartvigsson
  • Date: 2021-01-14 11:47:07 UTC
  • Revision ID: git-v1:8ab298a55bc6629f1bf4fc1660469a59f4ebf0cf
General fixup.

* Removed unused ARGS declarations.

* Made all variabels start with two underlines

* Expilitly declared functions as such.

* Expilitly declared strings (file names and such) as strings
  at the start of the files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env bash
2
 
###################
 
2
####
3
3
# FILE NAME: enc2firefox.sh
4
4
#
5
5
# Encodes (mp4/x264) videos so they can be played in firefox.
12
12
# 2021-01-13:
13
13
#   * Fixed up if statments
14
14
#
15
 
####################
16
 
ARGS=()
17
 
ARGS="${@}"
 
15
####
18
16
 
19
17
__IN_NAME=
20
18
__OUT_NAME=