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).

Similar Messages

  • 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 {}

  • 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??

  • Does Pages have the feature I am looking for?  Or does TextEdit (i hope so)

    hello! I was looking for a specific wordpad function, and was hoping that Apple's TextEdit program had such a feature.
    What I am looking for, is the ability to insert the equivalent of one of those little triangles that point to the right, indicating that there is expandable content if clicked (which would of course reveal the content underneath what followed the triangle, which would than be pointing downward). You know, very much like how you view a finder window in 'list view'.
    I would love to have those expandable/collapsable triangles for lists I set up in TesxtEdit. This function would also work well for writing paper outlines, or organizing information under various topic headings, so I could enter notes and content under each heading's dropdown area of text, and than collapse it to minimize the cluttering of my document.
    Does TextEdit have a feature that provides the same kind of result? If not, does anyone know of any program that has a feature like this? I currently have been employing TextEdit for my needs running Tiger, so please fill me in on any features that TextEdit under Leopard might have that would get me to my desired goal.
    Thanks!!!!!

    No, you are describing a form of Outlining that Pages does not do neither does TextEdit nor any other text editor I know of.
    OmniOutliner does however do this:
    http://www.omnigroup.com/applications/omnioutliner/pro/
    Pages' Outline feature does something similar but without the little rotating arrow.
    Peter

  • Ihave purchased quickoffice mobile suite version 3.3.0 since itis not possible to have Connect feature ,is it possible for Apple store to refund and buy new version.Quick Office says they dont have provision to refund  i would like to have office Connect

    Ihave purchased, Quick Office Mobile suite version 3.3.0 for my I phone ,through Apple Store.Now Quick Office says I  can not use some of the features,and buy version having Connect feature.Is it possible for apple store to reverse the purchase and wheather I can buy  Quick Office new version.
    D B Ramachandra

    From the iTunes terms and conditions:
    "All sales and rentals of products are final."
    There are no refunds. However, you can contact iTunes support & plead your case:
    http://www.apple.com/support/itunes/contact.html

  • H.264 Encoding for TV

    I have a bunch of old videos and would like to encode them for watching on TV via Front Row (or similar) using H.264.
    What would be a good data rate for this?
    Thanks!

    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).

  • H.264 encoding for export - CS4

    Does higher bitrate encoding equal higher quality results in all instances?
    I can of course see increased bitrate encoding reflected in
    incrementally larger file sizes, but the quality difference
    seems to be much more subtle.
    thanks

    My understanding of how material is broadcast these days is no matter what
    you supply to the broadcaster... it is going to be "converted to something more
    convenient for them to "send" to air.  Especially so with satellite where bandwidth is a
    bigger issue.  Much broadcast media is file streamed from servers so understandeably the files sizes are eventually reduced.
    I provide uncompressed avi and movs that in the final out come..., I know are broadcast at some level of MPEG.
    eg 30 second HD TVCs  at 2GB files become 50mb mpegs.
    My rationale is that give them the highest quality possible and let any degredation occur their end ( where  I have no control)

  • Feature Request: File Management for Creative Cloud Mobile

    I like the new Creative Cloud app but I am surprised that it is not possible to manage any files or folders.  This weakens the usefulness of the app since it forces a user to use the creative cloud website for this.  This should be part of the app and would improve the functionality of the app.

    You would want to go here for feature requests: Photoshop Family Customer Community
    Gene

  • Feature Request: Offline files for Creative Cloud Mobile

    It would be nice to store select files offline to show as a portfolio.  While apps like Adobe Ideas and Photoshop touch can sync work with the creative cloud, the creative cloud app does not allow this even for select files.  Being able to sync selected files and folder would improve this app.
    Thanks

    That is not off-line help, it is simply a PDF file full of links to on-line resources. It is next to useless. I want to be able to look at teh help document and get answers to questions, not links to answers.

  • Please clarify availability of H 264 encoding in AIR for iOS/Android

    Hello,
    I've written an app to send a live camera stream via RTMP in H 264/Nellymoser from mobile devices.  The app works fine on AIR when tested on my Win7 desktop, but when I publish to AIR 3.2 for Android or AIR for iOS, it seems that the H264VideoStreamSettings are simply ignored and the video ends up in Sorenson.  Is H264 supported for encoding/publishing on AIR for mobile devices?  If not, is this planned for the future?
    Thanks!

    Unfortunately, the release notes say H.264 encoding from AIR is for the desktop version only:
    http://helpx.adobe.com/x-productkb/multi/release-notes-flash-player-11.html
    H.264/AVC Software Encoding for Cameras (desktop) — Stream high-quality video from your computer's camera with higher compression efficiency and industry stanard support, enabling both immersive real-time communications such as video chat/conferencing and live video broadcasts.

  • I need to have furhter options on my VI(for HP 8712B RF Network Analyser)

    Hi,
    I've downloaded the HP 871Xb driver for Labview 6.0 from the NI website that also had a getting started vi which has the basic data acquisition features. I also had a look at the other vi's provided but those too didn't have the features I'm looking for.
    I want my vi to have options like Amplifier->(Transmission / Reflection / Power) menu. Also an Averaging menu with Average On/Off and Average Factor options. Also a source menu where I can choose the Number of Points. Also it should have Log mag/Lin mag/SWR/phase/real/imaginary/impedence magnitude options.
    None of the VI's provided by the driver had these options.
    Is there anyway I could program a VI with these options. Or better
    yet, is there any place I could download a VI with these options already available.
    Thanks,
    Kunal.

    Hi Kunal,
    The fastest way to get a solution for your problem is to write those features by yourself. You can look into the manual for that instrument and contact the instrument manufacturer for some help.
    You can submit a request to add all the features that you want in that driver on our website as well. If you want to do so then go to:
    http://www.ni.com/devzone/idnet/other.htm
    There are some other websites listed on this page where you can look for a driver of your interest.

  • HT201335 Any technical reason for iPhone 4 not to have mirrorring feature?

    Any technical reason for iPhone 4 not to have mirrorring feature? It does support YouTube , photo slide show.

    Airplay mirroring requires an h.264 encoder in hardware. iPhone before the 4s and macs before mid 2011 don't have this hardware, so it won't work.

  • When you have location service on for camera when you post to facebook, instagram etc. can people find out were I took it?

    When you have location service on for camera when you post to facebook, instagram etc. can people find out were I took it?

    Hey jerzeyzfynest,
    Unfortuantely, no -- Geek Squad Protection plans require that repairs be sought before a product is considered for replacement. This means your current laptop would only qualify for an exchange if one or more of the following conditions are met:
    A factory-authorized technician has determined that repairs cannot be completed
    A factory-authorized technician has determined that replacement parts cannot be obtained
    The unit has accrued two previous qualifying repairs a factory-authorized technician has identified a third qualifying hardware failure
    A detailed overview of this policy may be found in your plan documentation, as well as in the sample brochure available on the following site:
    http://bbyurl.us/TandC
    If your current laptop hasn't been performing up to par, then I'd encourage you to speak with a technician at your local store when you have the chance to do so. Diagnostic services are included in your service plan coverage, so we'd be glad to help find out what's going on.
    Aaron|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Support for NVidia GPU hardware H.264 encoder (NVENC)?

    The latest NVidia GPU architecture, Kepler, now has a dedicated hardware H264 acceleration block, NVENC.
    It is similar in function/purpose to "Intel's Quicksync" (except that Quicksync works with more codecs: MPEG-2, VC-1, and H264.  NVENC only supports H264 encoding.)  The company claims the hardware-block can encode 1080p video much faster than the host-CPU alone (probably at the loss of some image quality.)  This feature is supported on desktop NVidia GPUs with the model GT640, GTX6xx.  And in laptop NVidia GPUs GT640M, GT650M, GT680M (and a few others.)
    Does Premiere Pro CS6 take advantage of NVENC?  If not, are there any third-party plugins that add NVENC-support to CS6?
    If not, I'd like to try writing a plugin that uses NVENC, though that'd definitely be an ambituous undertaking!

    I have finished a 'proof-of-concept' NVENC Exporter plugin for CS6.  This took much longer than I thought it would (mostly due to my inexperience in interacting with Adobe's 'suite' API.)  And the beta-plugin is very rough around the edges (no audio or muxing support), and needs some further speed-optimizations, but works well enough for me to start basic testing and behavior characterization.
    The following comments are based on my proof-of-concept NVENC-exporter plugin, run on a Geforce GTX650 1GB. The plugin is compiled from the NVidia NVENC Public Beta SDK 2.0 (Dec 2012) and Geforce 314.07 drivers (Feb 2013).  The programmer-API to access NVENC is protected by a license-key.  The SDK comes with a free trial-key, but doesn't indicate how it compares to a (purchased) retail-key (i.e. does it perform the same but with restricted features/functionality, or does a retail-key offer higher quality encodes?)
    First off, how is the video image-quality (compared to the MainConcept H264 that Adobe bundles with CS6)?  Based on naked-eye comparisons, NVENC is anywhere from slightly to somewhat worse.  As such, since the quality delta was easily discernable at all bitrates, I didn't find it necessary to take objective psnr measurements.
    (1) At "low bitrates" (eg. 6mbps or less at 1920x1080 24fps), NVENC is noticeably worse than Mainconcept.  The fixed GOP-pattern (group-of-picture) really kills the output-video at scene-transitions, because the encoder doesn't make intelligent decisions about where to place reference-frames.
    (2) At "high bitrates" (eg. ~25mbps for 1920x1080 24fps), NVENC is slightly worse than Mainconcept, though now the two are almost neck-to-neck.  NVENC seems to have problems tracking very subtle color transitions.  For example, on animated/computer-generated scenery (like a Disney cartoon), NVENC had shows a tendency to introduce blocking artificats into sky gradients and other tonal-gradients.  Mainconcept was much better in this regard.
    Next, what about speed?  Speedwise, NVENC easily wins (as expected.)
    (3a) For 1080p video, NVENC consistently finished straight "media-export" jobs in Adobe Media Encoder (i.e. straight "in to out" without any adjustments/changes to the source video) roughly 3x faster than the Mainconcept H264-Bluray codec.  For example, NVENC needed 30 seconds to re-encoded a 120second Bluray clip.  Mainconcept usually took 90 seconds.  (Both encodes were single-pass VBR; run as video-only, no audio, no muxing.)
    (3b) for 3840x2160 video, NVENC's speed-advantage shrinks to roughly 2x. (This is likely due to a very slow hostmem-hostmem frame-copy operation inside my plugin.)
    (4) NVENC CPU-usage hovers between 30-40% during the Adobe Media Encoder session.  Mainconcept always used near 90-100% CPU.  (My machine is an Intel i5-3570K 4-core CPU.)  If someone were comparing NVENC/Mainconcept on a 2-core laptop, the speed-difference would be closer to 6x.  Even so, NVENC falls behind Intel's "QuickSync" technology (unfortunately, Intel doesn't offer a Quicksync exporter-plugin for CS6.)
    In summary, in its current state NVENC isn't good enough to replace MainConcept in the content mastering and final encode process.  But many users may find it useful as a 'quick preview tool'; to generate fast encodes for a bunch of different edit/cut tests (with the intention of throwing most of them away.)

  • I cannot get GPS Only to work on my ipad3 (4g version, but not on an active cell plan, and wifi off).  Is there some new requirement in 7.1 or 7.1.1 to have cell and/or wifi enabled for GPS to work? I am testing with MotionX

    It seems like I cannot get GPS only to work on my ipad3 (4g version, but not on an active cell plan, and wifi off).  Is there some new requirement in 7.1 or 7.1.1 to have cell and/or wifi enabled for GPS to work? I am testing with MotionX, garmin blueChart mobile, and a GPS monitoring tool. All show no signal. If I turn on cell and wifi,  it says I get gps signal, but can't tell if that is from the GPS chip, or just from cell and wifi only (maybe with some gps mixed in)?  Any ideas on how to get iPad working with GPS only??

    Roger that.  Thanks for your time.
    System:
    Windows 7 64bit
    Processor: AMD phenom IIX4 965
    RAM:  Gskill Ripsaw F3-12800CL7D-4GBRM (2-2GB sticks)
    GPU:EVGA Classified Nvidia GeForce GTX 560 Ti 448 core
    PSU: Kingwin 1000W laser gold (LZG-1000)
    Yes. tried the one ram stick, no go.  I have been trying to boot off/install the windows 7 disk but am unable to get to the point where windows starts installing after its gathering information portion of the install.  I can get to the disk selection screen of the install with the WD HD on SATA port 2 but then get the "cant install messages" when I try to select the Vertex 3.  Yes I can see the Vertex 3 Drive as well as the WD drive at this point.  some times I have to hit "scan" a couple of times.

Maybe you are looking for

  • Free iBook won't load or delete

    Problem on iPad 2, iOS 8 Months ago there was a free textbook by E. O Wilson-Life on Earth volume 1. I tried to download it on my iPad and it would never load. It just sits there greyed out in the grid view and in the list view it has a stop button t

  • Problems navigate to other page when handover an internal table

    Hi all, I am navigating from one bsp page to another bsp page within an bsp application. In the first page an internal table is filled, handed over to the second page, and displayed in an html table. Everything works fine, while the internal table is

  • HT1430 I want to know when i call with skype the receiver cannot hear my voice. this happen only i install ios7

    can you help me how will my skype call can hear the voice from the receiver?

  • The dreaded Question mark folder

    I have 2 G3 400 mgz imacs and the one I have most on, stops at the question mark. While looking at posts it seems that it is better than vegas odds that it is the battery that is dead. I had been resetting to date to WWI era for some time. Then I had

  • Ranger 3D

    Hi! Is there anyone else who has already developed application to Ranger 3D (used Ranger Toolkit for Labview?) +++ In God we believe, in Trance we Trust +++ [Hungary] Solved! Go to Solution.