rgb update

parent f1854184
......@@ -17,25 +17,25 @@ do
echo PASS $f
fi
# cd $JP2DIR
# red=$(ls $filepattern"04.jp2" -t |head -1)
# green=$(ls $filepattern"03.jp2" -t |head -1)
# blue=$(ls $filepattern"02.jp2" -t |head -1)
cd $JP2DIR
red=$(ls $filepattern"04.jp2" -t |head -1)
green=$(ls $filepattern"03.jp2" -t |head -1)
blue=$(ls $filepattern"02.jp2" -t |head -1)
# echo "red-"$red
# echo "gre-"$green
# echo "blu-"$blue
echo "red-"$red
echo "gre-"$green
echo "blu-"$blue
# if [ ! -d "rgb" ]; then
# mkdir rgb
# fi
if [ ! -d "rgb" ]; then
mkdir rgb
fi
# fileout1=$(echo $filepattern | cut -d"_" -f1)
# fileout2=$(echo $filepattern | cut -d"_" -f2)
fileout1=$(echo $filepattern | cut -d"_" -f1)
fileout2=$(echo $filepattern | cut -d"_" -f2)
# if [ ! -e rgb/$fileout2"_"$fileout1".jp2" ]; then
# gdal_merge.py -separate -co PHOTOMETRIC=RGB -o rgb/$fileout2"_"$fileout1".jp2" $filepattern"04.jp2" $filepattern"03.jp2" $filepattern"02.jp2"
# fi
if [ ! -e rgb/$fileout2"_"$fileout1".jp2" ]; then
gdal_merge.py -separate -co PHOTOMETRIC=RGB -o rgb/$fileout2"_"$fileout1".jp2" $filepattern"04.jp2" $filepattern"03.jp2" $filepattern"02.jp2"
fi
# if [ ! -d "video" ]; then
......@@ -52,6 +52,6 @@ do
done
cd $JP2DIR"/rgb/video"
cd $JP2DIR"rgb/video/"
ffmpeg -i %*.jpg -c:v libx264 -vf fps=10 -pix_fmt yuvj422p rgb.mp4
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