Skip to content

Commit

Permalink
Update video download path.
Browse files Browse the repository at this point in the history
  • Loading branch information
qianl15 committed Oct 18, 2018
1 parent 75e25a0 commit e52b148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/videoScripts/prepareVideo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo "Downloading the video"

videoPATH=${scriptPATH}/input
mkdir -p ${videoPATH}
wget -O ${videoPATH}/sintel-1280-raw.y4m "https://xiph-media.net/sintel/sintel-1280.y4m"
wget -O ${videoPATH}/sintel-1280-raw.y4m "https://media.xiph.org/sintel/sintel-1280.y4m"

sudo apt-get install ffmpeg
ffmpeg -i ${videoPATH}/sintel-1280-raw.y4m -filter:v "crop=1280:544:0:0" ${videoPATH}/sintel-1280.y4m
Expand Down

0 comments on commit e52b148

Please sign in to comment.