QBasic Tutorial 60 - Make an 8K, 4K, HD Drawing Animation - QB64


This tutorial shows how to make a drawing animation video with QB64 and MakeAVI.

This is a QB64 only program. QBasic 1.1 will not work with the code.

MakeAVI is a free download at sourceforge.net/projects/makeavi

MakeAVI is 32-bit and can make AVI file with a maximum file size of 4GB. MakeAVI uses the Microsoft Video 1 v1.00 1990 - 1992 video compressor to make AVI files. Who knew that technology from 1992 could make 8K videos.

VLC Media Player can view 8K videos. It is a free download at www.videolan.org

The 8K animation video, made in this tutorial, is found at youtu.be/94KDf8KicBo

More drawing animation code is found at the QBasic 4K Animation Code page and the QBasic Animation With Programming Code Video.

More drawing tutorials are found on the QBasic Tutorial List (Tutorial 26 - 34 and Tutorial 59).

Code Download
QBT60.BAS



QBasic / QB64 Links

QB64 is a free download at www.qb64.com

QB64 Wiki & Manual is found at qb64.com/wiki.html

QBasic 1.1 comes with OldDOS. A zip file of OldDOS can be found at www.pcxt-micro.com/download.html

QBasic 1.1 needs DOSBox to run on Windows Vista and greater, Mac, and Linux.
DosBox is a free download at www.dosbox.com

Free QB64/QBasic Code

QBasic.Net - www.qbasic.net

Pete's QBasic Site - www.petesqbsite.com/index.php

QB45 - qb45.org

Phatcode - games.phatcode.net