Tiger Tube

Setup Voting for Homecoming

Setup Voting for Homecoming

1. Obtain a list of the current seniors in SIMS This can be done by running a filter on the students table in Navicat providing all seniors.   Copy that result and paste that information into Excel, then remove everything but ID, Name, and Gender 2. Clean-up list for upload In the gender field, do a […]

Converting TriCaster AVI files to FLV

When we started the Tiger Tube project, we had issues trying to get the AVI files that were generated on the TriCaster to convert over to FLV files correctly. After several hours of research, I came across the following command that converted the file with no issues: ffmpeg -y -i input_file.avi -ar 22050 -f flv […]