Fantavision
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| Dexvertbot  (Talk | contribs) m (Change telparia.com samples link to template) | |||
| Line 2: | Line 2: | ||
| |formattype=electronic | |formattype=electronic | ||
| |subcat=Graphics | |subcat=Graphics | ||
| − | |extensions={{ext|mve}} | + | |extensions={{ext|mve}}, others | 
| }} | }} | ||
| '''Fantavision''' is an animation program released on the Apple IIGS, Amiga and MS-DOS. The file format contains one or more vector graphics that the player program will 'tween' or animate from one to the next. | '''Fantavision''' is an animation program released on the Apple IIGS, Amiga and MS-DOS. The file format contains one or more vector graphics that the player program will 'tween' or animate from one to the next. | ||
| + | |||
| + | There are at least two different file formats: '''.MVE''' used on MS-DOS, and "IFF-FANT" used on Amiga. | ||
| == Identification == | == Identification == | ||
| − | Files begin with  | + | MVE: Files begin with {{magic|0xB4 0x05}}. | 
| + | |||
| + | IFF-FANT: Files begin with ASCII "{{magic|FORM}}", and have "{{magic|FANT}}" at offset 8. | ||
| == Format description == | == Format description == | ||
| − | * https://web.archive.org/web/20091121222117/http://amigan.1emu.net/reg/FANT.txt | + | * https://web.archive.org/web/20091121222117/http://amigan.1emu.net/reg/FANT.txt (IFF-FANT) | 
| == Sample files == | == Sample files == | ||
| + | MVE: | ||
| * {{DexvertSamples|video/fantavision}} | * {{DexvertSamples|video/fantavision}} | ||
| + | * {{CdTextfiles|swextrav1993/disk1/grprogs/fantvisi.zip|fantvisi.zip}} → *.MVE | ||
| + | |||
| + | IFF-FANT: | ||
| + | * [https://archive.org/details/belgian-amiga-club-adf-collection Belgian Amiga Club - ADF Collection] → BS1 part 20.zip → Fantavision demo.adf → Movies/* | ||
| == Links == | == Links == | ||
| * [[Wikipedia: Fantavision]] | * [[Wikipedia: Fantavision]] | ||
| + | |||
| + | [[Category:IFF based file formats]] | ||
| + | [[Category:Broderbund]] | ||
Revision as of 15:15, 26 May 2024
Fantavision is an animation program released on the Apple IIGS, Amiga and MS-DOS. The file format contains one or more vector graphics that the player program will 'tween' or animate from one to the next.
There are at least two different file formats: .MVE used on MS-DOS, and "IFF-FANT" used on Amiga.
| Contents | 
Identification
MVE: Files begin with 0xB4 0x05.
IFF-FANT: Files begin with ASCII "FORM", and have "FANT" at offset 8.
Format description
Sample files
MVE:
IFF-FANT:
- Belgian Amiga Club - ADF Collection → BS1 part 20.zip → Fantavision demo.adf → Movies/*

