Also, I should add, once you add your music to the playlist you made, you can reorder the tracks in the order you want them to play (for example, in the exact order the songs appea…
I expect this is very easy in Cocoa, but I can't find a good reference to it...
I just need to launch the default web browser from within my app, passing the required URL. Note: …
Quote:
The best I've got it to play so far is some big 720p, that the network calls HD. 1080i is still locking up.
Rough timings from my initial tests with 720p on one …
Success! Here's what you need to do:
1. Create a new account named "johnd". Log into this new account.
2. Download the FFMpeg source code from http://mplayerhq.hu/MPlayer/cvs/. I…
Exactly. Apple�s DVD Player is currently the only app that can make use of the GPU to decode MPEG-2 content. Other apps, such as VLC, must use the CPU to accomplish this.
While a …
The most recent FFMpeg snapshot that compiles using the patch files is 4/18/05.
Accellent cannot play any high definition MPEG-2 files (those with a video size greater than 720 pi…
Quote:
Originally Posted by Uncle Skeleton
But the output is corrupt on this one?
Unfortunately, yes.
Certain HD files will also cause Accellent to crash in such a manner t…
Bad news: this is broken under 10.4.
I've pulled all the files together and set everything up nicely. It dies, invalid kernel access and such.
I've emailed the author. We'll see …
blueandwhiteg3, I've been following your posts in the DVB developer forum and recently noticed that you have been trying to do the same thing that I had previously tried to do: con…
Accellent v0.3 is now available:
Quote:
Originally Posted by FyKnight
Hello testers,
Accellent v0.3 is out, and this time includes a binary so non-developers can run it too.…
Neither Accellent v0.2 nor v0.3 works for me. Accellent v0.3 crashes upon startup if I drag-and-drop any of the sample video files onto it (.mpg or VOB).
Hardware Specifications:…
When building Accellent v0.3 in Panther, XCode 1.1 returns the following error: Undefined symbols: _CGSMainConnectionID
FyKnight says that he is rewriting Accellent to avoid this …
Accellent v0.3.1 is now available and running under Panther. XCode 1.1 will also build the application properly in Panther again.
Hardware Specifications:1 GHz 12" PowerBook G4 (…
If I use ffmpegx to scale an HD file down to 720x1080, the final file opens as 720x540 in QuickTime but as some much larger one (2x zoom?) in both VLC and Accellent. I suspect that…
How efficiently would an SQLite database run on 10.4?
The purpose would be to create an accounting program, with many sophisticated features, most of which would be dealing with in…
The number of records and whether you wanted to have network abilities would be the deciding factors in making the SQLite/PostgreSQL decision. The latter is going to be for network…
I almost hate to respond, because I'm just starting to tinker with Core Data, but...
I'm developing an app that is quite involved, and is probably as complex as an accounting pack…
Very nice...I especially like two separate point you both made.
First, I forgot to mention that this will be a network-able accounting package and to learn that SQLite is not, that…