Commit ca13189e authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

em xml

parent 10df42d2
......@@ -50,7 +50,6 @@ do
gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -scale 0 4096 0 255 -of JPEG rgb/$fileout2"_"$fileout1".tiff" rgb/$fileout1/$fileout2"_"$fileout1".jpg"
# convert rgb/$fileout1/$fileout2"_"$fileout1"_t.jpg" -resize 640x480\! rgb/$fileout1/$fileout2"_"$fileout1".jpg"
# rm rgb/$fileout1/$fileout2"_"$fileout1"_t.jpg"
rm *.xml
fi
cd $PRODCUTSDIR
......@@ -60,13 +59,14 @@ done
# fi
#cd $JP2DIR"rgb/"
#for d in */; do
# # Will print */ if no directories are available
# cd $d
for d in */; do
# Will print */ if no directories are available
cd $d
# VIDEONAME = $(echo $d/ | cut -d"/" -f1)
# ffmpeg -i %*.jpg -c:v libx264 -vf fps=10 -pix_fmt yuvj422p $VIDEONAME.mp4
# cd ..
#done
rm *.xml
cd ..
done
#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