Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
GeoSentinel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoSentinel
Commits
4e4b2c14
Commit
4e4b2c14
authored
May 28, 2018
by
Mario Chirinos Colunga
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndvi
parent
a356ef8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
productListToIndex.sh
tools/productListToIndex.sh
+9
-2
productListToRGB.sh
tools/productListToRGB.sh
+1
-1
No files found.
tools/productListToIndex.sh
View file @
4e4b2c14
...
...
@@ -58,7 +58,14 @@ do
cd
$PRODCUTSDIR
done
#cd $JP2DIR"/video_ndvi"
#ffmpeg -i %*.jpg -c:v libx264 -vf fps=10 -pix_fmt yuvj422p ndvi.mp4
cd
$JP2DIR$OUTPUTDIR
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
rm
*
.xml
cd
..
done
tools/productListToRGB.sh
View file @
4e4b2c14
...
...
@@ -64,7 +64,7 @@ cd $JP2DIR"rgb/"
for
d
in
*
/
;
do
# Will print */ if no directories are available
cd
$d
# VIDEONAME
=
$(echo $d/ | cut -d"/" -f1)
# VIDEONAME
=
$(echo $d/ | cut -d"/" -f1)
# ffmpeg -i %*.jpg -c:v libx264 -vf fps=10 -pix_fmt yuvj422p $VIDEONAME.mp4
rm
*
.xml
cd
..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment