Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1_movie2frames.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!#/bin/bash
#!/bin/bash
if [ $# -eq 0 ]; then
echo "please provide the moviename and directory where to store the frames"
echo "./1_movie2frames [movie.mp4] [directory]"
Expand Down
2 changes: 1 addition & 1 deletion 3_frames2movie.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!#/bin/bash
#!/bin/bash
if [ $# -eq 0 ]; then
echo "please provide the directory of the processed frames"
echo "./2_frames2movie [directory]"
Expand Down