mirror of
https://github.com/leandromoreira/digital_video_introduction.git
synced 2026-01-08 14:14:00 -05:00
adds all the scripts
This commit is contained in:
2
s/cut_smaller_video.sh
Executable file
2
s/cut_smaller_video.sh
Executable 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
2
s/download_video.sh
Executable 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
1
s/ffmpeg.sh
Executable file
@@ -0,0 +1 @@
|
||||
docker run --rm -v $(pwd):/files jrottenberg/ffmpeg $@
|
||||
1
s/mediainfo.sh
Executable file
1
s/mediainfo.sh
Executable file
@@ -0,0 +1 @@
|
||||
docker run --rm -v $(PWD):/files leandromoreira/mediainfo $@
|
||||
1
s/start_jupyter.sh
Executable file
1
s/start_jupyter.sh
Executable file
@@ -0,0 +1 @@
|
||||
docker run --rm -p 8888:8888 -v $(pwd):/home/jovyan/work jupyter/scipy-notebook
|
||||
Reference in New Issue
Block a user