Search results

  1. jove

    Incorrect MPEG Playback Length in QT/Real

    I gathered they are corrupt. VLC and MPlayer can deal with it, so the movies must be fixable. The image Quality in QT and Real are better and more importantly the movie will be mucked with in QT Pro and iMovie. From VLC's open dialog, there is the advance check-box with the settings...
  2. jove

    Incorrect MPEG Playback Length in QT/Real

    Hello, Several MPEGs I have do not play in their entirety with QT or Real (shortened duration). VLC and MPlayer plays them without issue. iMovie import fails on them as well. I tried converting them using VCDGear and MPEG Streamclip. Both corrected bad blocks but resulting MPEGs do not...
  3. jove

    iMovie Lowers Volume of Clips w/ Titles

    Hello, I am creating a movie in iMovie. Whenever a clip is displaying text from a title, the volume of the embedded audio track lowers. Has anybody else heard this problem?
  4. jove

    Best iTunes Remote?

    MDLarson, The server is downstairs. The laptop will be the remote (over the network). There are many options to have one computer control another's iTunes (search versiontracker.com with "iTune's remote"). Just looking for recommendations for the software solutions.
  5. jove

    Best iTunes Remote?

    Satcomer, Everything is on the same network (mixture of wireline and wireless). The server with the iTunes library is downstairs. The stereo with the express is upstairs. The laptop spends most of its time upstairs on the kitchen table. Given the locations, I would like to control the...
  6. jove

    Best iTunes Remote?

    I had just received my Airport express. Streaming music from our server to the laptop to the express is a bit much for the network. I would like to control the iTunes on the server from the laptop where the server is streaming directly to to express. On version tracker there are several...
  7. jove

    Realtime Audio Streaming

    Hello, I downloaded Shoutcast (and Scream). It expects an audio source player to receive the data. MacAmp X Lite (you can get unsupported versions) can theoretically do this. There are no instructions on how to achieve a live audio stream to an itunes box on the same LAN.
  8. jove

    Realtime Audio Streaming

    Is there a way for one system on a network to stream audio, from the microphone, so that iTunes from another system can see it as a radio station?
  9. jove

    ODBC and MySQL

    Hello, I have spent way too much time downloading and installing the various packages to get ODBC to work. I need help. I downloaded the CompleteMySQL-4.0.15.dmg package. MySQL installed and runs fine. The CocoaMySQL program works wonderfully. But ODBC... Some installers put .la files...
  10. jove

    Does 10.2 ship with an ODBC driver?

    Hello, I downloaded the postgresql ODBC source. Ran the scripts. But how do I get the driver installed? Dave
  11. jove

    XCODE question

    The only & in the sample code is between string and message. The token before & is string. It does not know what string is. Make certain you #include <string> (or any other class you use, remove any "using namespace" from header files (bad programming style), and place the std:: before any...
  12. jove

    iTunes Integration?

    It is done in Applescript - plain and simple. You can execute Applescript commands from C. http://developer.apple.com/qa/qa2001/qa1026.html
  13. jove

    XCODE question

    Yes it is inheritance. You may need to put "std::", public : std::exception Our std::exception constructor does not take any arguments (open Project->Show Class Browser). You have to supply your own string storage and override "what". Why are you creating a stack class when there are...
  14. jove

    makeWindowControllers Problem

    There just are not any good code examples of multi-window document or even instructions beyond the too simple statement of "override makeWindowControllers." Although the NIB files are loading, I cannot show the windows. The app acts like the document never loaded (creates new on activation)...
  15. jove

    makeWindowControllers Problem

    When called with the above sample It became recursive. I ended up killing the 'Document as file owner NIB'. All the other controllers work with your suggestion, thank you.
  16. jove

    C# on 10.3

    davidbrit2, As it is my professor uses VC++6.0. There are enough standards and STL implementation differences to make it a pain. I turn in my HW early just so he can test compile and report back code changes required to make it VC++6.0 compliant. Good luck.
  17. jove

    C# on 10.3

    Why? No MS bashing but why would you want to write a C# program outside of the environment the language was designed for?
  18. jove

    makeWindowControllers Problem

    Hello, I am writing a Cocoa app. When I use the document's windowNibName method, the NIB loads great. - (NSString*) windowNibName { return @"MyDocument"; } When I override makeWindowControllers to instantiate more NSWindowControllers, no outlets are linked! -...
  19. jove

    Sharing Files with Some Other Users

    I'm setting up cvs on my iMac. I created a new user and put the cvs repository in that user's home directory. I want to give permission to the other users who are developers (only) to read/write/create files, etc in the depository. Remote users will use ssh. My plan is: - make a new group...
  20. jove

    Firewire/USB Hub recommendation

    There are devices like this hub. I understand I am not eliminating clutter or wires, but I would be simplifying the setup and I could stop playing the wire swapping game.
Back
Top