a2aaron / bytebot

Posts randomly generated bytebeats with video output to twitter every few hours.
https://twitter.com/bytebeat_bot
3 stars 0 forks source link

Encode audio/video #7

Closed porglezomp closed 7 years ago

porglezomp commented 7 years ago

For future-proofing, Twitter's video rules:

Video files must meet all of the following criteria:

porglezomp commented 7 years ago

640x360 video would give us 28.8 seconds of audio if we treat each pixel as one audio sample, we can round that to 30 seconds if we cut off the very beginning and end of the background.

porglezomp commented 7 years ago

Alternately we could use 640x360 and have the background scroll, and then we could do longer videos.