- The scripts export individual frames into the
frames
folder (which is not synced with this repo). - To convert the frames to an
.mp4
file use the following script:ffmpeg -r 60 -f image2 -i <inputFileName> -vcodec libx264 -crf 20 -pix_fmt yuv420p <outputFileName>
. - This script uses the
ffmpeg
package in the command line. - The
<inputFileName>
that we used followed something like this:%04d.png
-
Notifications
You must be signed in to change notification settings - Fork 0
browninstitute/mediaWallTextVisualization
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published