adds all the scripts

This commit is contained in:
Leandro Moreira
2017-01-27 22:09:16 -02:00
parent 613492a12f
commit c5f381757c
5 changed files with 7 additions and 0 deletions

2
s/cut_smaller_video.sh Executable file
View File

@@ -0,0 +1,2 @@
docker run --rm -v $(pwd):/files jrottenberg/ffmpeg -y -i /files/v/bunny_1080p_60fps.mp4 -ss 00:01:24 -t 00:00:10 /files/v/small_bunny_1080p_60fps.mp4
docker run --rm -v $(pwd):/files jrottenberg/ffmpeg -y -i /files/v/bunny_1080p_30fps.mp4 -ss 00:01:24 -t 00:00:10 /files/v/small_bunny_1080p_30fps.mp4

2
s/download_video.sh Executable file
View File

@@ -0,0 +1,2 @@
wget -O v/bunny_1080p_60fps.mp4 http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_60fps_normal.mp4
wget -O v/bunny_1080p_30fps.mp4 http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4

1
s/ffmpeg.sh Executable file
View File

@@ -0,0 +1 @@
docker run --rm -v $(pwd):/files jrottenberg/ffmpeg $@

1
s/mediainfo.sh Executable file
View File

@@ -0,0 +1 @@
docker run --rm -v $(PWD):/files leandromoreira/mediainfo $@

1
s/start_jupyter.sh Executable file
View File

@@ -0,0 +1 @@
docker run --rm -p 8888:8888 -v $(pwd):/home/jovyan/work jupyter/scipy-notebook