On apprend aujourd’hui via le site EliteModScene, que les développeurs Cancerous et JQE viennent de releaser le premier et tant attendu lecteur vidéo pour la Xbox 360. Ce media player est basé sur les librairies publiés par Ced2911 ainsi que la librairie SDL de lantus.
Les développeurs précisent que la majorité des vidéos se lance en 720p mais que le 1080p reste instable (de toute façon avec la limites des 4Go ce n'est pas très grave), et que le lecteur vidéo intègre un menu permettant de faire pause avance rapide etc ... Les fonctions "avance rapide" et "retour rapide" peuvent néanmoins se montrer instable, cela fera l'objet d'une mise à jour future.
###########################################################
Welcome to our release of FFPlay. From Cancerous and JQE
This is using FFmpeg libraries as ported by Ced2911 This is using SDL as ported by Lantus
This should play allmost all 720p videos. 1080p IS UNSTABLE please don't report it we know about i.
###########################################################
INFO FOR DEVS:
##############################################################
We added launchdata. This means that any app can launch this with a few parameters and play a video.
The parameters are
struct LaunchInfo {
char filename260; char callingapp260;
};
here is an example of how to use it.
LaunchInfo data = (LaunchInfo)malloc(sizeof(LaunchInfo)); memset(data-]filename, 0, MAX_PATH); memcpy(data-]filename, file.c_str(), strlen(file.c_str())); memset(data-]callingapp, 0, MAX_PATH); string expath = getExecutablePath(); memcpy(data-]callingapp, expath.c_str(), strlen(expath.c_str())); XSetLaunchData((PVOID)data, sizeof(LaunchInfo)); XLaunchNewImage("game:\\vid\\default.xex", 0);
CallingApp is the app you are running, use this to return to the app after launch. filename is the name of the file you want to play.
INFO FOR USERS:
##############################################################3
A brings up a menu, rewind, Fast Forward, Stop, Play, Pause.
NOTE: Fast Forward, and Rewind might be unstable. It is know and we are working on it.
NOW we have our people to thank.
cOz helped with some coding and solved a issue with running it on JTAGS
Thanks to testers: Blackwolf, JPizzle, Mattie, Razkar, and Trajik.
Thanks for direction and assistance: MaesterRo, Anthony, And node21