vidify / old-audiosync

First implementation of the audio synchronization feature for Vidify, now obsolete
GNU Lesser General Public License v3.0
17 stars 3 forks source link

Investigate what happens when the downloaded video's length is < MAX_SECONDS_STR #11

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

The ffmpeg command downloads MAX_SECONDS_STR (30s). What happens when the music video is shorter than that?

marioortizmanero commented 4 years ago

This was fixed with #37. If the data isn't large enough, it's filled with zeroes.