AVI converter: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{Obsolete}}
{{Infobox homebrew
{{Infobox homebrew
| title      = AVI converter  
| title      = AVI converter  
| image      = [[File:Ndsavi.png|300px]]
| image      = [[File:Ndsavi.png|300px]]
| type        = PC Utilities
| type        = PC Utility
| version    = January2006
| version    = January2006
| licence    = Mixed
| licence    = Mixed
| author      = Delfare
| author      = Delfare
| website    = http://www.palib.info/wiki/doku.php?id=day11
| website    = http://www.palib.info/wiki/doku.php?id=day11
| download    = Media:Avidemods.rar
| download    = https://web.archive.org/web/20120109015433/http://palib.info/hosted/delfare/viDeoconverterS3.zip
| source      =  
| source      =  
}}
}}


This homebrew is an AVI converter to use videos on nds.  
viDeoconverterS is a converter that allows you to apply AVI videos in your NDS homebrew using PALib.


It was in the 6th position at the NEO Spring Coding Competition 2006.
It was in the 6th position at the [https://www.neoflash.com/forum/index.php?topic=1561.0 NEO Spring Coding Competition 2006].


==User guide==
==User guide==
A tutorial can be found [http://www.palib.info/wiki/doku.php?id=day11 here].  
'''Tutorial:'''
 
Modify the file convert.bat: modify Data/chevalier by the name of your .avi file.
 
The parameter: -f is the fps (16 is good), -x and -y are the sizes of the video (256*192 is the size of your screen), -c is the compressage (GOOD, AVERAGE or BAD).
 
You obtain one .h file and 1 or more .vid files.
 
Put your .vid files and your .h file.
 
Do build.bat and GBFSinclude.bat. and you will obtain your file.
 
'''How to use the videos in a homebrew:'''
 
Use PA_InitGBFS(); and use PA_LoadMultiVidGBFS(s8 idfile); with the id of the .h file.
 
You must to be in 16 bit mode to use the video: PA_Init16bitBg(1, 3); or PA_Init16bitBg(0, 3);


[http://palib.info/hosted/delfare/avidemo.nds Demo.]  
[[Media:Avidemods.rar|Homebrew Demo.]]


[[Category:Homebrew applications]]
<br>
[[Category:DS homebrew applications]]
[[Category:PC utilities for DS]]

Revision as of 11:11, 27 May 2021

AVI converter
File:Ndsavi.png
General
Author(s)Delfare
TypePC Utility
VersionJanuary2006
LicenceMixed
Links
Download
Website
Advertisements

<htmlet>adsense</htmlet>


viDeoconverterS is a converter that allows you to apply AVI videos in your NDS homebrew using PALib.

It was in the 6th position at the NEO Spring Coding Competition 2006.

User guide

Tutorial:

Modify the file convert.bat: modify Data/chevalier by the name of your .avi file.

The parameter: -f is the fps (16 is good), -x and -y are the sizes of the video (256*192 is the size of your screen), -c is the compressage (GOOD, AVERAGE or BAD).

You obtain one .h file and 1 or more .vid files.

Put your .vid files and your .h file.

Do build.bat and GBFSinclude.bat. and you will obtain your file.

How to use the videos in a homebrew:

Use PA_InitGBFS(); and use PA_LoadMultiVidGBFS(s8 idfile); with the id of the .h file.

You must to be in 16 bit mode to use the video: PA_Init16bitBg(1, 3); or PA_Init16bitBg(0, 3);

Homebrew Demo.


Advertising: