More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Obsolete}} | |||
{{Infobox DS Homebrews | {{Infobox DS Homebrews | ||
|title=AVI converter | |title=AVI converter | ||
|image= | |image=ndspc.png | ||
|description=Able to recover the 3d object in 3dsmax and gmax. | |description=Able to recover the 3d object in 3dsmax and gmax. | ||
|author=Delfare | |author=Delfare | ||
Line 11: | Line 12: | ||
|website=http://www.palib.info/wiki/doku.php?id=day11 | |website=http://www.palib.info/wiki/doku.php?id=day11 | ||
}} | }} | ||
viDeoconverterS is a converter that allows you to apply AVI videos in your NDS homebrew using PALib. | viDeoconverterS is a converter that allows you to apply AVI videos in your NDS homebrew using PALib. | ||
Line 37: | Line 34: | ||
You must to be in 16 bit mode to use the video: PA_Init16bitBg(1, 3); or PA_Init16bitBg(0, 3); | You must to be in 16 bit mode to use the video: PA_Init16bitBg(1, 3); or PA_Init16bitBg(0, 3); | ||
==Screenshots== | |||
https://dlhb.gamebrew.org/dshomebrew/avivideoconverter.png | |||
==External links== | ==External links== |
Revision as of 06:22, 10 November 2021
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
AVI converter | |
---|---|
File:Ndspc.png | |
General | |
Author | Delfare |
Type | PC Utilities |
Version | 09 March 2006 |
License | Mixed |
Last Updated | 2006/03/09 |
Links | |
[Converter and Demo Download] | |
Website | |
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);
Screenshots