xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
 
Reply to this topicStart new topic
> Ffplay Media Player Released
radoman
post Aug 29 2011, 04:48 AM
Post #1


X-S Member
*

Group: Members
Posts: 149
Joined: 23-May 06
Member No.: 283330



QUOTE

###########################################################

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


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
radoman
post Aug 29 2011, 04:43 PM
Post #2


X-S Member
*

Group: Members
Posts: 149
Joined: 23-May 06
Member No.: 283330



Its on the front page now. May aswell delete this thread.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
DARKFiB3R
post Sep 1 2011, 06:25 AM
Post #3


X-S X-perience
**

Group: Members
Posts: 459
Joined: 5-October 07
From: SE London
Member No.: 358260
Xbox Version: unk
360 version: v5.0 (360S - trinity)



Other thread is in the wrong section. FFPlay is built using XDK, not libxenon.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 24th May 2013 - 07:03 AM