H.264/AVC software encoding for cameras

Hi All,
             Please let me know, how can we activate H.264/AVC video encoding (new feature in Flash player 11 [H.264/AVC software encoding for cameras]) using actionscript 3 in AIR application, I think, it could not be by default as there are no updates available for flash builder 4.5. So, how can we pick the encoding option. Any new API or methodology for this?
Any one any idea??

H.264/AVC software encoding is not turn on by default.  You need to assign the NetStream.videoStreamSettings property an H264VideoStreamSettings object.  Here's a very simple example;
package
          import flash.display.Sprite;
          import flash.events.NetStatusEvent;
          import flash.media.Camera;
          import flash.media.H264VideoStreamSettings;
          import flash.net.NetConnection;
          import flash.net.NetStream;
          public class TestAVC extends Sprite
                    private var _nc:NetConnection;
                    private var _ns:NetStream;
                    private var _camera:Camera;
                    private var _h264Settings:H264VideoStreamSettings;
                    public function TestAVC()
                              _h264Settings = new H264VideoStreamSettings();
                              _nc = new NetConnection();
                              _nc.client = this;
                              _nc.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
                              _nc.connect("some fms server");
                              _camera = Camera.getCamera();
                    private function onNetStatus(e:NetStatusEvent):void
                              switch (e.info.code) {
  case "NetConnection.Connect.Success":
                                                  _ns = new NetStream(_nc);
                                                  _ns.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
                                                  _ns.client = this;
                                                  _ns.attachCamera(_camera);
                                                  _ns.videoStreamSettings = _h264Settings;
                                                  _ns.publish("testAVC");
                                                  break;
                    public function onBWDone():void {}
                    public function onMetaData(o:Object):void {}

Similar Messages

  • New H.264/AVC encoding for cameras

    Hi All,
                 Please let me know, how can we activate H.264/AVC video encoding (new feature in Flash player 11 [H.264/AVC software encoding for cameras]) using actionscript 3 in AIR application, I think, it could not be by default as there are no updates available for flash builder 4.5. So, how can we pick the encoding option. Any new API or methodology for this?
    In short, how to publish live stream to FMS using H.264 encoding with actionscript 3. [not with FMLE]
    Any one any idea??

    Hi All,
                 Please let me know, how can we activate H.264/AVC video encoding (new feature in Flash player 11 [H.264/AVC software encoding for cameras]) using actionscript 3 in AIR application, I think, it could not be by default as there are no updates available for flash builder 4.5. So, how can we pick the encoding option. Any new API or methodology for this?
    In short, how to publish live stream to FMS using H.264 encoding with actionscript 3. [not with FMLE]
    Any one any idea??

  • Have plan feature H.264 Encoding for Cameras on Mobile?

    Have plan feature H.264 Encoding for Cameras on Mobile?
    Thank you

    Generally speaking H264 is supposed to be about twice as efficient as MPEG2. I think that's probably overstating the case somewhat (i.e. H264 isn't really twice as "good"). However you can certainly cut back somewhat from what you'd use with MPEG2.
    Next consideration is the resolution/dimension of the final video. Do you want to go 640x480 (NTSC 4:3 aspect ratio) or something smaller? Since you're starting with video tape I'd suggest something like 480x360 (that should be large enough by a good margin to get all of the quality from a video tape). However, you might even want to drop down to 320x240 since that would be compatible with the video iPod and potentially other mobile, hand-held devices.
    Finally, if you go with 640x480 I'd suggest something in the 3Mb to 4Mb per second range (for relatively demanding material, less for so-called "talking heads," and perhaps a bit more for extreme action), that would scale to 1.7Mb to 2.3Mb per second for 480x360, and 750Kb to 1Mb per second for 320x240. If you plan on using Front Row and want to store your video on a remote server (accessed either wirelessly or over ethernet) then you will definitely want to enable the "streaming" option when you encode the video. In fact you may want to use the streaming option in every case (for future compatibility).
    If you plan on viewing this video on a computer display or any type of LCD or high-definition device you may also want to consider a de-interlace step for the 640x480 and 480x360 resolutions. You won't need that for the 320x240 video since 240 is exactly one half of the vertical resolution for standard NTSC DV (720x480). However, if you're using PAL you'll need to adjust all of the above resolutions to fit the proper form factors.
    As always, the beauty will be in the eye of the beholder. Thus I'd suggest that you try something near the above and adjust accordingly (based upon what you see and like or dislike).

  • How to play MPEG 4 (h.264 / AVC) videos that were encoded for the PSP

    Hello,
    I am trying to play a video in MPEG 4 (h.264 / AVC) format (file extension .mp4) that was encoded to play on the Sony PlayStationPortable (480x272) via QuickTime. The video plays perfectly via VideoLAN, mplayer or the PSP, but QuickTime only opens a black screen without any error message.
    I am using the most current version of QuickTime on WindowsXP or Windows Vista. I have the same problem on either system.
    Can anybody tell me how to resolve that problem? I do not want to reencode the videos, though.

    QuickTimeKirk,
    My goal is to create a looping animation for playback on an iPod. Should be easy right? Not with the QT!
    I did the following:
    1) Render a bunch of frames destined for looping.
    2) Convert them to an uncompresses ".avi" file.
    3) Open the ".avi" file in QT Pro.
    4) Click "Loop"
    5) Play movie. It loops nicely.
    6) Click "Export" and select "Movie to QuickTime Movie"
    7) Click "Save"
    When I play the saved ".mov" file (You said QT retains the metadate requiring looping) IT DOES NOT LOOP!
    To recap: This is a Quicktime movie. I selected looping when I created the bloody thing.
    It
    does
    not
    loop.
    This *****.
    This is REALLY, REALLY, ANNOYING! *** is going on with this QT Pro crap? I simply want to loop the movie. Is that really asking too much? I don't think so.
    Can someone, anyone, please, please, tell me how to force the movie to loop on launch. Forcing an iPod user to muck about and select looping (can they even do that?) is not an option. Period.
    Please help me,
    Doug

  • H.264/AVC Encode

    Hiya,
    we all know our video guru el_loco whom I have known a long time and who helped me two consecutive years to get MY PHONE. This process is based on him.
    Our N95 8GBs are HW accelerated for 640X480 REZ'd MPEG4/MP4s and 320X240 REZ'd H.264/AVCs.
    I personally prefer H.264/AVC over MP4 just because it is bit clearer and well saturation level.
    So, I have been trying to find out which converter does its best to convert **bleep** to good H.264s.
    So, I use Videora iPod Converter.
    It uses internet occasionally.
    When you open it;to avoid so many confusions directly create a new profile.
    Name it anything you like.
    And the settings are:
    It goes in this way:
    Settings>New Profile
    General: Profile Name
    iPod 1-pass-ffPPEGVNB
    Video>General>H.264, Baseline Profile, Level 1.3
    (Lets keep General2, and general3 untouched)
    Bitrate:
    ABR
    512(it is enough for me, but there is another option-576, if you want more experiment try it, but leave 768 or higher)
    Max resolution:320x240
    Audio: as you wish, but 64 AAC-LC is enough for me.
    Thanks.
    Any correction, el_loco welcome.

    Hi,
    Just some clarification so I don't continue wasting hours encoding video!
    I've been trying for ages to get H.264 working on my phone at 640x480 resolution. So if I'm understanding this post correctly, the N95 can't go above 320x240 for H.264??
    Don't get me wrong: MPEG-4 looks awesome on the N95 handset, but H.264 would be much, much better for tv-out...
    And can it still support H.264 using widescreen resolutions below 320x240?
    Thanks,
    Jessica

  • Hardware Encoder for H.264?  Encoder for Flash?  Render Farm?

    I use Compressor to create H.264 QuickTime files, and have setup Qmaster to use a 8 core cluster to expedite the process, but it is not reliable, and fails quite often. I have a total of 3 Mac Pros in my facility which can all share their resources to help this process be quicker. I was wondering if anyone knew of a hardware encoder that will encode H.264 files very quickly? I have a bid on a project that if granted, I will need to encode a VAST amount of H.264 QuickTime files. Is the best solution a dedicated Mac Pro render farm with a Qmaster setup?
    Next, on to the Flash. I currently use Sorenson Squeeze 5 to encode 2 pass VBR flash files, and it takes forever even on my 2.8ghz Octo with 10gb of RAM. Does anyone know of a piece of software or hardware that can expedite this process? Maybe a Flash render farm? Maybe a gnome with a wand?
    Thanks in advance.

    Keep your eyes open for when the Matrox CompressHD goes on sale.
    While it probably won't be available to use on the job you've just bid on (tentative sale date is May 2009 but who knows if that can be trusted), it otherwise seems like the answer your prayers - it speeds up h.264 and Flash encoding. It will, supposedly, list for $495.
    Otherwise, as mentioned, the Turbo264HD is the way to go for now.

  • Encoding H.264 @ 640 x 480 for iPod with Avidemux?

    Hi All,
    I'm new to this forum, so please be gentle!
    QuickTime/iTunes don't support XviD decoding on Windows, meaning I need to use a third-party tool for encoding my XviD videos to iPod. I am hoping that somebody on this forum has experience with H.264 iPod encodes to contribute towards getting mine working.
    I've been using Avidemux 2.5.1 on Windows XP SP3 for other work very successfully and on paper it certainly seems capable of creating 640x480 H.264 encodes for my iPod.
    The iPod does play 640x480 MPEG-4 ASP (XviD) and 320x240 MPEG-4 AVC (H.264) encodes, both made by Avidemux. It also plays sample Apple files converted to 640x480 H.264 by iTunes (I've checked their format).
    However, for the life of me I haven't been able to create a compliant 640x480 H.264 encode with Avidemux. No matter what options I've turned off and/or tuned down and no matter how low I've taken the bitrate, no 640x480 H.264 encode has worked so far with Avidemux.
    My iPod's specs are at http://support.apple.com/kb/SP26 and I suspect that the "Low-Complexity" Baseline Profile is at the heart of my problems (potentially also the AAC-LC audio, although I guess then my other successful encodes with Avidemux/AAC wouldn't have worked either?). http://en.wikipedia.org/wiki/H.264 only mentions a Constrained Baseline Profile, and I'm not sure whether that's the same thing as the "Low-Complexity" mentioned in the above iPod spec.
    Has anybody succeeded in making iPod-compliant 640x480 H.264 encodes with Avidemux, and if so, may I please have the X264 encoder settings for Avidemux 2.5.1 from you?
    Many thanks,
    Francois

    I'd like to report that our problem has been solved! What I had not seen before was the setting in QT to use the "Baseline" setting. That made all the difference.
    For others, the setting can only be found by doing the following:
    Use the Movie to MPEG-4 setting
    File format: MP4
    Video format: H.264
    This will give a "Video Option" button. Change to "Baseline"
    That's the key. After that, any settings can be used, such as data rate, frame rate, etc.
    Here's what I now use:
    (Under the Video Options button) Restrict Profile to Baseline
    Encoding mode: Best quality (multi-pass)
    Video format: H.264
    Data rate: 75 kbps
    Optimized for download
    Image size 320x240 QVGA
    Frame Rate: 15fps
    Key frame automatic
    Audio: AAC-LC
    Data rate: 48
    Channels: Mono
    Output Sample rate: 44.100
    Encoding Quality: Best
    I want to thank all those who gave us input both here and in other discussions!

  • 720p30 H.264/AVC is converted to 720p30 AIC

    iLife makes a nasty change from 09!
    In the past one could choose a camera that shot 720p30 H.264/AVC and know no time would be wasted converting to 720p30 AIC. True, editing wasn't as smooth, but lots of time was saved.
    Now iMovie treats 720p30 H.264/AVC as though it were AVCHD and forces an optimize!
    Clearly, for many of us this is NOT OPTIMAL behavior!
    PS: I've always wondered why iM didn't use a good deinterlacer. So I put some DV clips through Comressor's super good deinterlacer. About 5 minutes took all night. So, I guess that's why they use a poor one.
    It looks like Apple is determined to work internally only with progressive AIC.

    Sorry Tom, the Pana 700 may say AVCHD on the body but it does not USE AVCHD when it records 1080p60.
    You need to read more closely. I said "you may read ..." which means you may read marketing materials that say X. I never said AVCHD on the body has anything to do with BD. So why are you connecting these two?
    It is not software or hardware alone that determine what is possible. It is the Sony-Panasonic definition of what IS AVCHD, what IS BD, and what may moved to what.
    Signing an AVCHD and/or BD license requires certain things and excludes certain things. Obviously, it allows you put the AVCHD badge on product as long as it CAN do all that is possible with. And, obviously, it allows a camcorder to record other formats such as DV and H.264 as Panasonic does.
    Neither AVCHD nor BD allow 1080p50/60. Likely they could. Perhaps they will. But, they don't now. The BD spec does not allow 1080p25 or 1080p30 although the AVCHD spec does. But you can copy 1080p25 or 1080p30 AVCHD to a disc that will play in a BD player IF the builder has a license for AVCHD.

  • H.264 Web based Encoder Demo

    Hi,
    before some weeks ago i red a newsletter that adobe has include a h.264 encoder in FP 11.
    Well, here we go i thought and start to develope a web based h.264 encoder for our CDN. Here is a first version that i want to share with you developers.
    Onlinelib Web Encoder Version 0.2:
    http://onlinelib.de/labs.html
    Please do not use this in serious projects. You will need also a RTMP Server for testing and of course a web-player. I will include a player option inside the encoder for internal testing.
    There are a lot of features missing, but the basic h.264 encoding is working on my Mac Pro and our CDN.
    What i found out during the development:
    Please correct me if i post something wrong.
    Contra:
    - AAC Encoding for Audio is missing. Without AAC we cant product ipad / iphone compatbile streams. Flash iOS cross-compiler supports CPU native speex decoding, same for nellymoser, but you cant mix them cause native h.264 decoding in iOS is also not working and you cant send the iOS native quicktime player a bytearray for decoding h.264.We can have access to the raw micro data, but its useless cause you cant transmux the packets to the camera stream. I think a native AAC encoder in AS3 or alchemy is possible but without more access to the encoder its useless.
    - No Stereo Encoding. That is really a big minus point. I study all docs and cant find if its possible to encode 2 channels.
    - No access to compressed frames for video or audio. Without getting access to the compressed frames we cant use HTTP streaming, packing for the new HTTP protocol that is accessable sinse FP 10.1. In times of hacks and security its important that we developer can protect our streams with own encryption technologies. Not possible right now. RTMP(e) is a option, but this encryption is really useless (my 2 cent mind). A DES is stronger than the hole RTMP(e).We also are not able to calculate our own bandwidth alogs.
    - I thought that adobe will include VP8 Encoder / Decoder in FP11. I hope they will do this.
    Pro:
    - I think the encoder is based on MainConcept SDK, works for me. Baseline and Main is fast enought toDo realtime. I cant find a way to set motionVectors, bframes that can be used in mainprofile. I saw that in some level(s) profile h2.64 the encoder makes some strange colorspace effects (false colors).
    -We can change cameras, micro, bitrate, fps during a streaming-sessions. That´s cool and not possbile with Flash Media Desktop (FME) Encoder. You have to disconnect the FME first, then set the changes re-connect again.
    - p2p is also working and you can mix server and p2p. We port the rtmfp protocol to an embedded device:
    http://walyou.com/img/world-smallest-pc-space-cube-4.jpg
    The p2p option in the public encoder is not useable cause adobe has patent-rights on the rtmfp protocol. If i have time i will inlcude a cirrus service.
    Best,
    Gary
    http://onlinelib.de

    Thanks for the input. What do you mean by encoding it as H.264 not mp4 - which setting affects that?
    Maybe I already has it?
    here is what I have now:
    Video compression setting
    Compression type: H.264
    Frame rate: current fps
    Key frames: every 24 frames
    Frame Reordering: Yes
    Compressor quality: High
    Encoding: Best Quality (Multi-pass)
    Data rate: Restrict to 800 kbits/sec
    Optimized for: Download
    Sound
    Format: AAC
    Channels: mono
    Rate: 44.1 kHz
    Show advanced setting: yes
    Render setting:
    - quality: normal
    MPEG 4 AAC LC Encoder Settings:
    - Encoding stratey: Average bit rate
    - Target bit rate: 96 kbps
    Inspector panel
    File format: Quicktime Movie
    Extension: mp4
    Allow job segmenting: yes
    Video setting: Enabled
    Audio setting: enabled
    Streaming: none

  • SLLOWWWW encode for HDV to SD for DVD

    I am now in the 2nd day of waiting compressor2.3 encode a 2 hour program I shot & edited in HDV.  I am outputting it for a SD DVD.  The longer I watch it encode the longer the time remaining grows and slower the encode process seems to be.
    When I went to bed last night it was at 48% complete only to wake up this morning and it is now at 49%.
    I set the encode tabs using the apple settings for encoding a 150 minute 16:9 video.  I believe it is a 2 pass setting. I am only processing the dolby 2.0 (which has completed) and the mpeg-2 vid.  
    I don't recall if I chose to de-interlace the video, but now on second thought if I did that may have been stupid because I'm not sure 1080i is interlaced...
    My question or concern is, is this length on compression normal?  I haven't compressed a full HDV program before.  But even my longest SD compressions were under 24 hours.  I expected this to take a while but at this rate I am worried it won't be done until next Friday and then, who knows if it will have worked and I need to get it to a client by next week.
    Thanks for your input.

    FWIW, an improved FCS 2 (fcp - compressor) workflow with HDV content (I have a HVR-Z1P).
    On advice from others and other forums, I do the following when working with FCP and HDV in FCS 2.
    (option A) -
    • import/ingest the footage as HDV.
    • batch convert the HDV and RENAME the footage (from CAPTURE) in to APPLE PRORES 422 codec
    • work the time line with output codec APPLE PRORES 422
    • submit sequence (s) to COMPRESSOR (works fast)
    • when finished, use MEDIA MANAGER to consolidate footage, and purge the HDV footage (if you have limited disk space)
    (option b) -
    • in FCP log the footage
    • import the offline footage using APPLE PRORES 422
    • work the project in APPLE PRORESS 422
    • submit PRORES 422 sequqnces to COMPRESSOR
    • watch cmopressor work this.
    I dont have a tehnical explanation fort htis ony an optinion that for HDV to a MULTIPASS H.264 AVC transcode from FCP takes ages on this dual QUAD core (and worse on my old g5 QUAD).
    Other methods you could try vary to taste.. THese are:
    • from the HDV sequqnce - expoert a QUICKTIME REFERENCE MOVIE - sometimes is quick but most of the time takes ages... then
    • set up a QMASTER VIRTUAL cluster with an instance for every two (2) cores you have on all machines in the cluster (plenty of info on this) in these forums. . On this octo, I have 4 x instances for example and one instance on each of the MBP's (unmanaged services).
    • submit thereference movie to this compressor cluster.
    Others have found better experience submittimg a SELF CONTAINED QUICKTIME movie as above.
    post your results.

  • "The software required for communicating with the iPod is not installed..."

    I realize my explanation of my problem is long-winded, so if you want a shortened version, here it is:
    I've followed all the instructions trying nearly everything, and no matter what I do, iTunes gives me the error saying: "The software required for communicating with the iPod is not installed correctly. Please reinstall iTunes to install the iPod's software." My G5 iPod (60GB) works on two other computers (both without any music on them), so I assume there something wrong with my computer and not the iPod itself.
    Now for the long-winded story of the last eight hours of my life...
    I just got the Generation-5 iPod Video (60GB) a today and I'm having problems already. I followed the instructions and installed the iPod software and then plugged in my iPod (iTunes has been on my computer for a while now). I was expecting iTunes to open after plugging in the iPod, but my device manager only detected and installed "a new device". I manually opened iTunes and got an error saying: "The software required for communicating with the iPod is not installed correctly. Please reinstall iTunes to install the iPod's software."
    After re-installing the iPod software and iTunes, and restarting my computer countless times, I came looking for help here. I found this page, which seemed to outline my problem exactly. My computer recognizes the iPod as a drive, but iTunes won't have anything to do with it. I have all the symptoms outlined in the heading, so I hoped to solve my problem there. I followed the instructions step-by-step, and after the final restart, I open iTunes to get the same exact error message.
    I decided to determine whether there was a problem with my iPod or if it was my computer. I plugged my iPod into my uncles's powerbook, and got to the point where I can name and configure my iPod. I expected it to work flawlessly on a Mac (which it did) but there is no way for me to continue using a Mac (after tomorrow) for my iPod. This formatted the iPod for a Mac, so I went to another (different from the original) Windows computer, clean of any iTunes and iPod software, and followed the instructions exactly as they're supposed to be followed. After the installations, I plugged in my iPod, and although iTunes didn't open, I was able to format back to Windows and name my iPod (a step in the right direction). I should note that my (anti-iPod) computer is a Windows XP Pro, and the working one is Windows XP Home Edition. This was all well and good, until I remembered there was no music on this computer. So my iPod is completely working there, but there isn't anything I can do with it.
    Next, I came back here and browsed around the discussion boards, hoping to find somebody with a similar problem to mine. There seems to be alot of errors concerning iTunes not recognizing the iPod, but none of the solutions I tried worked for me, including changing the drive letter. I get the "iPod Service Error" while trying to restore to factory settings through iPod updater.
    Of course, I could transfer all 32GB of music from one computer to another, but the second (working) computer isn't mine and I won't have access to it in a couple months. It would be most convenient if I could get my iPod working on my own computer. Any help would be appreciated, especially from somebody who has solved this problem or know how to solve this problem.
    P.S.
    Here are some other minor details that my be important, but I didn't feel they were worth including.
    - My brother has his iPod mini set up on my computer, under a different user login. He gets the same error once in a while, but re-installing iTunes always solves the problem for him. I had him try solving my problem his way, but nothing worked for him either.
    - My computer is an AMD Athlon 64 Processor 3200+, 512MB RAM with Windows XP Pro SP2 installed. My internal hard drive is partitioned, using the letters C, D and H (C being my system files, D used for recovery files and H for my applications and games). My E drive is used as a DVD/CD-ROM Drive, and drives F and G are reserved for virtual drives (none have been running during this entire ordeal). My external hard drive uses the letter I, and I manually set my iPod to use the letter J (I've never used 'J' for anything else before).
    - Yes, I have downloaded and installed the latest versions of iTunes and the iPod software.
    - I'm assuming there is a problem with my computer and not my iPod, since it worked on both other computers I tried. I'm hoping it's as simple as changing a registry file or cleaning out (yet another) temp directory.

    Solution to "Software required for communicating with the iPod is not installed"!
    I battled this same problem for about 5 hours. Going through re-installations, the "5 R's", all these discussion boards. Nothing worked.
    The problem is that iPodService was repeatedly crashing after minute or so. You can verify this by hitting Ctrl-Alt-Delete and noting that iPodService is missing from the process list (sort by image name), or by right-clicking on My Computer and selecting "Manage", then going to Services and checking out the IPodService service - if it gives you the option to "Start", then it's not running.
    Here is what worked.
    1. De-install iTunes and iPod (if you have the updater installed) completely by going to Start --> Control Panel --> Add/Remove Programs. Also delete the C:\Program Files\iTunes and c:\Progam Files\iPod\bin directories. (Don't worry, this doesn't affect your saved music files.)
    2. Log in as an Administrator
    3. Go into the registry (note this is dangerous - you should be careful) and remove the iPod entries that the uninstaller misses.
    3.1 Go to Start menu --> Run.
    3.2 Type in "regedit".
    3.3 Go to HKEYCLASSESROOT --> IPodService.iPodManager.
    There are two keys here, iPodManager and iPodManager.1. In my case, I did not have permission to view either of these. I think this is the root cause of the problem. I think the installer can't properly update these because it doesn't have permission. So you need to change the permissions:
    3.4 Right-click on IPodService.IPodManager
    3.4.1 Select "Permissions..." A warning will appear saying you don't have permission, but that you can change permissions.
    3.4.2 On the window that launches, click on "Advanced..."
    3.4.3 Click on the "Owner" tab.
    3.4.4 Select a valid account (the one you're logged in under) under "Change Owner To".
    3.4.5 Hit "OK".
    3.4.6 Back on the main Permissions window, hit Add and add the same account as a valid user.
    3.4.6.1 Where it says "Enter the object names to select", type in the account name, e.g. "Smith".
    3.4.7 Click on the "Allow" checkboxes for "Full Control" and "Read".
    3.4.8 Hit "OK".
    3.5 Repeat procedure for the "iPodManager.1" key.
    3.6 Now right-click and delete both of these keys.
    I think that's all that's required, but I also searched through the registry and deleted the following keys.
    4. Other keys I deleted:
    4.1 HKEYCLASSESROOT --> IPodManager.IPodManagerUI.1
    4.2 HKEYLOCALMACHINE --> SOFTWARE --> Apple Computer Inc. --> iPod
    I think that's all I deleted, but I'm not positive. I seached for instances of "ipod" using the Find... and Find Next functions under the Edit menu.
    5. Exit out of the registry editor.
    6. Re-install iTunes. I re-installed iTunes and reconnected the iPod, and everything worked.
    I want to repeat that editing the registry can completely mess up your computer if you modify the wrong things, so only do this if you're comfortable, and be extremely careful.
    Hopefully this helps!
    Apple support people: assuming this works, please add it to your solutions page, and feel free to reimburse me for spending half of Christmas figuring this out.
    Mark

  • Software needed for the USB device, "USB Interface Controller TEST2.0"

    My mother recently acquired a digital camera. She acquired it from a second-hand store, which did not include an interface cable or software. The manual (and the USB port on the camera) indicates that a male-male USB cable is necessary for photos to be copied to the hard drive.
    I was not successful in locating such a cable at any local electronics store (I assume such a cable is now out-of-date). I purchased one from a seller on eBay. The brand is "e circuit electronics".
    Upon powering up the camera with the cable connected to it and the computer, the following message appeared:
    "Software needed for the USB device "USB Interface Controller TEST2.0" is not available. Would you like to look for the software on the Internet?"
    I clicked "Yes". After an approximate two-minute wait, another message appeared stating:
    "Software Update is not able to connect to the Internet. Please check your configuration and try again."
    I deleted, "Software Update Preferences" in the Preferences folder inside the System Folder, without solving the problem. How do I solve the issue of allowing Software Update to connect to the Internet?

    Thank you for your continued assistance, BDAqua. Unfortunately, the driver you linked to does not seem to be compatible with the camera. It is a driver for the V20 model, whereas my model would correspond to be a V2755, as referenced from a list of other Vivicam models when during a search at the Open Drivers web site.
    From the system requirement about the card reader you gave me, it will not work, as this system is running 9.1. I am hesistant to upgrade this computer to 9.2, as I have experienced system unstability with that version, with even the 9.2.2 update applied.
    In the mean time, I have e-mailed Vivitar regarding this issue, but have as of yet received a reply.
    I am not certain as to other specifics to give you, in order to solve the Software Update problem. Please elaborate.
    Yes eww, the computer in question is able to fully connect to the Internet for all that I need. I am fully aware of the difference between a computer connecting to the Internet, and a computer connecting to a digital camera. I have 15 years of Macintosh experience.

  • Problem using Toshiba Software Installer for Win 7 on Satellite L750-1MT

    Hello!
    I have problem using Toshiba Software Installer for Win 7 on Satellite L750-1MT (PSK30E-02T002B3) with no OS preinstalled.
    I do the following:
    1. Install Windows 7 x64, SP1.
    2. Install LAN driver (device was not recognized by Windows 6) (downloaded from [http://se.computers.toshiba-europe.com/innovation/jsp/supportMyProduct.do?service=SE&LNG=26&userAction=S MP_RESULTS_PAGE&partNumber=PSK30E-02T002B3&serialNumber=&USER_ACTION=Serial%20number])
    3. Install all Windows Updates from Microsoft
    4. Run Toshiba Software Installer for Win 7 - it installs a couple of drivers and then asks to reboot.
    Here is the log file for the first try (win7update.log):
    Update started 12\28\2011 at 21:11
    Installed TVALZ_O.INF
    Installed IO & Memory Access Driver
    driver_bluetooth_TC00241200A.exe /s /log /test has been installed with the result code of PASS
    util_tvap_TC00215000H.exe /s /log /test /wait15 has been installed with the result code of PASS
    Update completed at 21:29
    After reboot I run it again and the result is:
    Update started 12\28\2011 at 21:38
    Toshiba Bluetooth stack has already been installed.
    Toshiba Value Added Package has already been installed.
    Update completed at 21:40
    Any help is appreciated!
    Thanks in advance!

    You are right this notebook model was delivered without OS.
    Win7 64bit is supported for this notebook model and all necessary drivers, tools and utilities are available on Toshiba download page.
    What I can say is that all this stuff must be installed in right install order. I know it sounds stupid now but I recommend you to make clean OS again and continue installation following this installation order:
    Win7 SP1
    Intel Chipset SW Installation Utility 9.2.0.1015
    TOSHIBA Supervisor Password Utility 4.8.6.0
    TOSHIBA HW Setup Utility 4.8.6.0
    TOSHIBA Bulletin Board V2.1.10
    TOSHIBA ReelTime 1.7.17.0
    Intel Management Engine Interface 7.0.2.1164
    NVIDIA Display Driver 8.17.12.6669
    Intel Rapid Storage Technology Driver 10.1.2.1004
    TOSHIBA Value Added Package 1.5.4.64
    USB3.0 Driver 2.0.32.0
    NVIDIA HD Audio Driver 1.1.13.1
    Conexant Audio Driver 8.51.1.0a
    Intel Wireless LAN Driver 14.0.2.2.1.s64_wCAT
    or
    Atheros Wireless LAN Driver 9.2.0.206.0.s3264_wCAT
    or
    Realtek Wireless LAN Driver 2.00.0013
    TOSHIBA Wireless LAN Indicator 1.0.3
    Synaptics Touch Pad Driver 15.2.11.1
    TOSHIBA Software Modem 2.2.97(SM2297ALS05)
    Conexant Modem Driver 7.80.4.53
    TOSHIBA HDD Protection 2.2.1.12
    Atheros Bluetooth Filter Driver Package v1.0.7
    Bluetooth Stack for Windows by Toshiba v8.00.04(T)
    Atheros LAN Driver 1.0.0.46
    Realtek Card Reader 1.0.0.12
    TOSHIBA Sleep Utility 1.4.2.7
    TOSHIBA Face Recognition V3.1.8
    TOSHIBA eco Utility 1.2.25.64
    Intel Proset 14.0.2.0.1.s64_wCAT
    Intel Wireless Display 2.0.29T
    TOSHIBA HDD_SSD Alert 3.1.64.7
    TOSHIBA Service Station V2.1.52
    TOSHIBA PC Health Monitor 1.7.4.64
    ConfigFree 8.0.37
    TOSHIBA Web Camera Application V2.0.0.19
    TOSHIBA Network Device ID Registry Setting Tool 3.0.32.4-14_wMSI
    TOSHIBA Media Controller 1.0.86.2
    TOSHIBA Media Controller Plug-in 1.0.6.1
    PatchFiles$$2 PCIIDEREG-1.2
    PatchFiles$$3 TosVolRegulator_x64_1.1
    It is very important to use right installation order.
    Please post some feedback.

  • Playing video encode for a PSP on iPhone

    Hello.
    When the iPhone is launched in the UK can anybody tell me if i can use video that i have encoded for my PSP on it? The screen sizes are quite close and as i have gigs of stuff i have encoded i really don't want to have to do it all again.
    Kind Regards
    Alanstubbyfingers

    It will have to be recoded using the h.264.

  • Encoding for the web/workflow. It works, better way?

    I really need some help from the pros. And believe me, I appreciate all your help. Please bear with me as I summarize my workflow. I produce a very popular football highlite show for the local cable operation. ( 19 years now). It airs from a a DVD ( ouch ). But, I have recently taken it to the web using iWeb and it actually works fairly well. Here is my workflow, please see if you see any flaws or if there is a better way. My timeline is XDCAM HD. ( renders are ProRes) I export out a ref movie for each quarter of the game. Each export seems to take longer than I would think since it is only a reference file. Then, I use the iPhone preset in QuickTime Pro to shrink it down. (480 x 270 ) Finally, I export again as a hinted movie so I can stream it. (It would be great if I could increase the dimensions a bit as well), Any flaws or suggestions? You can view the program at northcoastgameoftheweek.com Thanks in advance for any input.
    Best, Tom

    I imagine your encode time is the killer plus the export. I can't help you with the export part but the encode time I might be able to.
    We've started using the Elgato turbo.264 HD usb-encoder and have been fairly happy with it. The colors get a little washed out and there are some artifacts (more than I'd like) but the time savings is immense. You can also use it from within Compressor.

Maybe you are looking for

  • Deleting Loops

    May someone please tell me how to delete the loops in Garageband that came with Soundtrack Pro? The the thing is, I uninstalled Soundtrack pro and it's loops. But Garageband still has SP's loops in the loop browser, but the loops are gone. Poof! Not

  • Does not play in IE 8 but plays in everything else

    Hello, I've searched for similar issues but have not seen anyone else with the same case. I have a demo page testing Edge Animate as an interactive slideshow. It works fine for me on all platforms tested (Mac and PC) using various browsers (FF , Chro

  • How to re-install AppStore?

    Hi, the AppStore on my MBP had permanent problems and couldn't be started. How can I re-install the application again (OS-X 10.6.8)? Tried to find a download but couldn't and the Apple Updater doesn't offer to install it. Hope you can help me! Take c

  • VS 2010 and sql server support

    Hi, I'm currently using VS 2010 10.0.40219.1,Framework 4.5.50938 SP1  Is the above is supported with sql servers versions of 2012, 2014. What if i switch to  VS2012, will it support sql server 2008, 2008 R2. Pleas share your inputs Thanks

  • Height of positioned subform in adobe

    The size of positioned subform in adobe is minimum of 0.9cm , i am trying to reduce it below 0.9 cm but it is not going , is this  fixed minimum height of subform or we can reduce it furthur  . if we can reduce it furthur then how ?