Skip to content

Commit

Permalink
Corrected name of pyThreeD main script file
Browse files Browse the repository at this point in the history
  • Loading branch information
gedeschaines committed Dec 13, 2023
1 parent d29efe5 commit b495935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/png2gif
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ done

# Calculate image delay time in hundredths of a second.

FPS=`grep "img_FPS = " ../threeD.py | gawk '{ print gensub(";","",1,$3) }'`
FPS=`grep "img_FPS = " ../pyThreeD.py | gawk '{ print gensub(";","",1,$3) }'`
DELAY=`echo "100 $FPS" | gawk '{ print $1/$2 }'`

# Merge all GIF files into the animated gif file.
Expand Down
2 changes: 1 addition & 1 deletion util/png2mp4
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ done

# Merge all JPEG files into MP4 video file.

FPS=`grep "img_FPS = " ../threeD.py | gawk '{ print gensub(";","",1,$3) }'`
FPS=`grep "img_FPS = " ../pyThreeD.py | gawk '{ print gensub(";","",1,$3) }'`

SYSNAM=`uname -a`

Expand Down

0 comments on commit b495935

Please sign in to comment.