Skip to content
Snippets Groups Projects
Commit fb44c65a authored by Richard Torenvliet's avatar Richard Torenvliet
Browse files

Add gitkeep for the needed folders

parent e46c9660
No related branches found
No related tags found
No related merge requests found
video/*
converted/*
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment