Commit fb44c65a authored by Richard Torenvliet's avatar Richard Torenvliet

Add gitkeep for the needed folders

parent e46c9660
video/*
converted/*
......@@ -23,11 +23,7 @@ do
output_video="converted/$base_filename-stb$opts.$extension"
output_merged="converted/$base_filename-stb$opts-merged.$extension"
#echo $output_video
echo $video
original_video=$(echo $output_video| sed 's/\(.*\)\(-stb.*\)\(.MOV$\)/\1\3/g')
#echo $derp
echo $tmpIFS
# restore IFS
IFS=$tmpIFS
if [ -z "$options" ]; then
......@@ -39,17 +35,3 @@ do
fi
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment