Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
ffmpeg-stabilizer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
ffmpeg-stabilizer
Commits
fb44c65a
Commit
fb44c65a
authored
Nov 22, 2017
by
Richard Torenvliet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gitkeep for the needed folders
parent
e46c9660
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
19 deletions
+3
-19
.gitignore
.gitignore
+2
-0
converted/.gitkeep
converted/.gitkeep
+0
-0
stablize.sh
stablize.sh
+1
-19
video/.gitkeep
video/.gitkeep
+0
-0
No files found.
.gitignore
0 → 100644
View file @
fb44c65a
video/*
converted/*
converted/.gitkeep
0 → 100644
View file @
fb44c65a
stablize.sh
View file @
fb44c65a
...
@@ -23,11 +23,7 @@ do
...
@@ -23,11 +23,7 @@ do
output_video
=
"converted/
$base_filename
-stb
$opts
.
$extension
"
output_video
=
"converted/
$base_filename
-stb
$opts
.
$extension
"
output_merged
=
"converted/
$base_filename
-stb
$opts
-merged.
$extension
"
output_merged
=
"converted/
$base_filename
-stb
$opts
-merged.
$extension
"
#echo $output_video
# restore IFS
echo
$video
original_video
=
$(
echo
$output_video
|
sed
's/\(.*\)\(-stb.*\)\(.MOV$\)/\1\3/g'
)
#echo $derp
echo
$tmpIFS
IFS
=
$tmpIFS
IFS
=
$tmpIFS
if
[
-z
"
$options
"
]
;
then
if
[
-z
"
$options
"
]
;
then
...
@@ -39,17 +35,3 @@ do
...
@@ -39,17 +35,3 @@ do
fi
fi
done
<
"
$1
"
done
<
"
$1
"
# for t in $ALL_TARGETS; do IFS=" " ;
# video=`echo $$t | cut -f1 -d ','`
# options=`echo $$t | cut -f2 -d ','`
# base=`basename $video`
# extension=MOV
# base_filename=`echo $base | sed 's/.MOV//g'`
# transform_file="converted/$base_filename.trf"
# opts=`echo $options | sed 's/\ //g'`
# opts=`echo $opts | sed 's/:/-/g'`
# output_video="$base_filename-stb$opts.$extension"
# output_merged="$base_filename-stb$opts-merged.$extension"
# #MOVIE=echo $t | cut -f1 -d ',' "OPT=${echo $t | cut -f2 -d ','}" make $output_video
# done
video/.gitkeep
0 → 100644
View file @
fb44c65a
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment