X16 Movie Maker
Posted: Sat Jan 11, 2025 2:39 pm
FOURTH iteration of my X16 Movie Maker.
(this IS NOT 100% compatible with my previous video projects, though it was derived from them)
8bpp Videos created with the first version still play in the player... The NEW BIN file IS NOT compatible with PRG's generated from the first version. The older BIN file is also incompatible with the newer BASIC source code. This only applies to the PRG, The video and Audio files themselves are still valid. This IS a Work in Progress, I have no plans on changing the Video output format though, but new variations are to be added.
I have started on some basic documentation and the User Interface of the Movie Maker has been somewhat improved IMHO. I have also added support for 4bpp color & grayscale videos. These can play at a higher frame rate than 8bpp videos. Allows conversion of existing Big Boy Computer videos (mp4, avi, mov...etc) to a format playable on the Commander X16.
X16MovieMaker binaries for Windows and Linux & QB64PE source are included.
The QB64PE source include $IF OS directive to build on Macintosh. MarktheStrange has successfully tested
a build on MACOS. QB64PE version 4.0 was used. https://www.qb64phoenix.com
Program outputs a MOVIE.SPV & MOVIE.SVA file (Video & Audio) in a few different configurations.
These files are playable with the included PLAYMOVIE.PRG (PLAYMOVIE.BAS BASLOAD source included). Upon playing a Video the PLAYMOVIE program will give you the option of outputting a standalone PRG to play the converted movie.
PLAYER REQUIRES R48 ROM
No programming skills necessary to use this.
X16MovieMaker does not hold your hand and will let you make a Movie that really will not play on the X16's hardware constraints. But I wanted the program to be more powerful at the risk of being a little less user friendly. Stay with the defaults and you should be ok. Play more if you wish.
X16 Movie maker is dependent on both ffmpeg and ImageMagick being installed.
BETA 4 Upgrades.
Many more video formats supported. Vertically compressed modes added.
BITMAP based Videos in 1bpp, 2bpp & 4bpp are now supported. Sprite based Videos are still the default option.
(See Video_Spec document)
The Maker now actually calculates optimum Max frame rate. Before it kinda guessed.
The Maker now trys to check if the Audio Sample rate entered will result in two large Audio.
Maximum is 3096 bytes of Audio per frame.
An EXPERT MODE has been added. EXPERT MODE IS NOT currently functional for BITMAP
based Videos. Expect an interim release to fix this soon.
(Cartoons often look just as good in 4bpp or better with the higher res compressed modes)
Player supports Volume control now with up & down arrow keys.
SO HERE IT IS: (Updated Player is Now Included in the main archive)
(Very minor player patch. (eliminates brief purple screen before play of bitmap based vids)) PLAYMOVIE.PRG - Main directory.
X16VIDEOS.V4B.BI - Copy to both X16 PLAYER SOURCE & ASSETS
DEVELOPERS NOTE: I have started to develop documentation. I have a few different Video types
defined and plan for those definitions to remain. There are 256 possible TYPE's with my current header
I expect that to be plenty. If anyone wants to claim an unused TYPE slot I'm happy to incorporate it.
I need frame type and a routine to read from file and put frames on the screen, the routine should do
a CHKIN on either 4 or 6 which should already be open and at the correct position. 4 is the Audio
LFN so a CHKIN on 4 won't be necessary actually but then your file must have Audio in between the
Video frames. If using 6 your Audio file should be 8 bit single channel Audio. Audio bytes per frame
of your video should be between 1024 & 3096 bytes.
OLDER VERSIONS !!. I have removed BETA1 & BETA2 from here.
(this IS NOT 100% compatible with my previous video projects, though it was derived from them)
8bpp Videos created with the first version still play in the player... The NEW BIN file IS NOT compatible with PRG's generated from the first version. The older BIN file is also incompatible with the newer BASIC source code. This only applies to the PRG, The video and Audio files themselves are still valid. This IS a Work in Progress, I have no plans on changing the Video output format though, but new variations are to be added.
I have started on some basic documentation and the User Interface of the Movie Maker has been somewhat improved IMHO. I have also added support for 4bpp color & grayscale videos. These can play at a higher frame rate than 8bpp videos. Allows conversion of existing Big Boy Computer videos (mp4, avi, mov...etc) to a format playable on the Commander X16.
X16MovieMaker binaries for Windows and Linux & QB64PE source are included.
The QB64PE source include $IF OS directive to build on Macintosh. MarktheStrange has successfully tested
a build on MACOS. QB64PE version 4.0 was used. https://www.qb64phoenix.com
Program outputs a MOVIE.SPV & MOVIE.SVA file (Video & Audio) in a few different configurations.
These files are playable with the included PLAYMOVIE.PRG (PLAYMOVIE.BAS BASLOAD source included). Upon playing a Video the PLAYMOVIE program will give you the option of outputting a standalone PRG to play the converted movie.
PLAYER REQUIRES R48 ROM
No programming skills necessary to use this.
X16MovieMaker does not hold your hand and will let you make a Movie that really will not play on the X16's hardware constraints. But I wanted the program to be more powerful at the risk of being a little less user friendly. Stay with the defaults and you should be ok. Play more if you wish.
X16 Movie maker is dependent on both ffmpeg and ImageMagick being installed.
BETA 4 Upgrades.
Many more video formats supported. Vertically compressed modes added.
BITMAP based Videos in 1bpp, 2bpp & 4bpp are now supported. Sprite based Videos are still the default option.
(See Video_Spec document)
The Maker now actually calculates optimum Max frame rate. Before it kinda guessed.
The Maker now trys to check if the Audio Sample rate entered will result in two large Audio.
Maximum is 3096 bytes of Audio per frame.
An EXPERT MODE has been added. EXPERT MODE IS NOT currently functional for BITMAP
based Videos. Expect an interim release to fix this soon.
(Cartoons often look just as good in 4bpp or better with the higher res compressed modes)
Player supports Volume control now with up & down arrow keys.
SO HERE IT IS: (Updated Player is Now Included in the main archive)
(Very minor player patch. (eliminates brief purple screen before play of bitmap based vids)) PLAYMOVIE.PRG - Main directory.
X16VIDEOS.V4B.BI - Copy to both X16 PLAYER SOURCE & ASSETS
DEVELOPERS NOTE: I have started to develop documentation. I have a few different Video types
defined and plan for those definitions to remain. There are 256 possible TYPE's with my current header
I expect that to be plenty. If anyone wants to claim an unused TYPE slot I'm happy to incorporate it.
I need frame type and a routine to read from file and put frames on the screen, the routine should do
a CHKIN on either 4 or 6 which should already be open and at the correct position. 4 is the Audio
LFN so a CHKIN on 4 won't be necessary actually but then your file must have Audio in between the
Video frames. If using 6 your Audio file should be 8 bit single channel Audio. Audio bytes per frame
of your video should be between 1024 & 3096 bytes.
OLDER VERSIONS !!. I have removed BETA1 & BETA2 from here.