rgb update

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