H.264 vs Spark - Encoding Test Application

   Try it here: http://www.flaxbin.com/2011/11/flash-player-11-h-264-encoder/

Blu-ray has bitrate limitations that computer files don't.  (That's my guess on why the difference.)
Anyway, a preset is nothing more than a starting point, not the final authority on what you can export.

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

  • Interested in finding out about using LabView in Networking Testing applications.

    Networking Testing applications, such as:
    - General Ethernet and POS testing
    - BERT
    - RFC2544 back to back, Frame loss, Throughput
    - RFC2285
    - IP Multicast
    - QoS
    - Load Balancing
    - Wireless IP
    - BGP
    - Other Networking testing

    LV provides a lot of tools which make VIs remotely communicate and control through net easily,such as VI server ,datasocket,tcp/ip,opc etc.I do not have much experiences in the environment you decribed,but in the internet and general ethernet programming with LV is very easy and interesting.

  • How to Implement a Time Limit Feature in an Online Test Application ?

    I am creating an Online Test application. The time limit can be stored for a Test in the database.
    How to implement a time limit such that when the test is started (user clicks on the Start button to go to the fragment containing the Questions) the time left is shown and the test ends (goes to home page) when the timer reaches zero.
    Thanks

    Hi,
    timestamp is a date and thus cannot be used directly to determine seconds passed. So what you need to do is to build the difference between a saved time stamp and the current time.
    http://docs.oracle.com/javase/1.4.2/docs/api/java/sql/Timestamp.html
    So if you have two time stamps, then calling getTime() on each and building the difference gives you a value, which is millisecond. So to get this to an int value you divide it by 1000
    Frank

  • Online test applications

    HI Java experts,
    I am creating an java online test application, i got strucked in the following scenario.
    Scenario :
    My task is when my application starts running other operating system command and menus should be disabled.
    The operating system commands and menus should remain in disable state till my applications exits.
    I know it can be done, can any one suggest ?
    Thanks in advance.

    Try to download an early version of the JVM

  • Unable to Create EJB Test Application ....

    Folks - I realize that I need to have my EJB offer remote interfaces in order to be able to setup an EJB Test Application from within SJSE6 - but nonetheless, the option is uanvailble off the main menu for logical Session Bean node -
    Any thoughts ?
    John Schmitt

    Hi,
    in order to generate the test app, you have to create a J2EE application and add the beans to it using the explorer, than the option should be enabled.
    Also it is much better that you use Studio to create the beans and all of the components of the application. Do not create the beans by hand, the IDE will create all of the interfaces for you automatically when you use it to create the beans.
    Regards Jirka

  • Why does my test application quit (disappear) during testing?

    Hello,
    I wrote test application using CVI2009 under WinXP. The application runs fine but when I repeat test, the application quits around the 9th or 10th repeat. When I reload and run the application it would quit again around the 9th or 10th repeat. I do not have a clue of what is going on. I have attached error logs A80428Error.bmp and A80428ErrorLog.bmp. Would someone please help?
    Than you.
    Robert Mensah
    Solved!
    Go to Solution.
    Attachments:
    A80428Error.zip ‏10 KB
    A80428ErrorLog.zip ‏128 KB

    Hello Robert,
    a couple of hints on your problem :
    1. Are you shure the system you are running on is stable? In the event viewer screenshot you have posted  I noticed *a lot* of Application hang errors on several different programs (cvi.exe -which by the way appears to be release 8.51- , explorer.exe, your app, NI Example finder and so on. Maybe you should reconsider reinstalling the system and see if this fixes some of the errors
    2. Did you happen to develop your application in CVI 2009 evaluation version? If so, keep in mind that every executable built in eval versions will hang after approx. 10 minutes running (more or less the difference between records on 3/3/2010 12:03 and 3/3/2010 12:14 in system log)
    3. If none of the above applies, you could recompile the application checking "Generate map file" checkbox in Build >> Target settings panel: this will generate a report inside cvibuild directory with mappings for all function calls inside your application. By searching the fault address shown in the error log inside the map file, you can narrow down the faulty condition to some specific function in your program
    Message Edited by Roberto Bozzolo on 03-05-2010 09:34 AM
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Theme Testing Application

    Hello
    A couple of weeks ago I came across a link on one of the messages to a Theme Testing Application by Carl Blackstrom. I've lost the URL for this can anyone aim me in the right direction please?
    Regards
    Pync

    Try http://htmldb.oracle.com/pls/otn/f?p=40722:101
    http://htmldb.oracle.com/pls/otn/f?p=24317:51 is also useful

  • Knowledge Testing application

    Hello.
    I am using Oracle's "FFEP Install Test Scripts" document, December 2000, to try to reach the Knowledge Testing application home page on my FFEP installation. The URL for this app (from under the Training tab) is:
    __________________ http://216.161.207.189/pls/portal30/f?p=7000:7000
    but the app responds with:
    ERR-1004 Unable to check branch condition of type function_body.
    ORA-06550: line 1, column 54: PLS-00905: object KT.WWC_PKT_USR is invalid ORA-06550: line 1, column 44: PL/SQL: Statement ignored
    Why can't I see the Knoledge Testing home page. Any help will be much appreciated.
    Thanks,
    Javeed

    Hi,
    Please see this post
    Apex Document Management System
    You can download old packaged apps from Oracle Chines site =)
    Regards,
    Jari

  • Visual Business FPM Test Application not working

    Experts,
    Urgent Help required!
    We are using EWM System for our VB Application Development.
    When we open the Geomap test application in SAP Gui its showing up perfectly fine.
    But at the same time when we try to test the standard FPM Test Application its not showing zoom toolbar,application toolbar nor the map.PFB :
    Kindly suggest what could be missing or is there something else which needs to be done at FPM level.
    Regards
    Siju

    Hi Experts,
    At the same time my browser is throwing me an exception 'SAP Visual Business Security Issue' which
    is preventing the visual business to open.
    Please help!
    Regards
    Siju

  • [svn:bz-trunk] 19782: Add Remoting test application and endpoints for testing login-after-disconnect channel setting .

    Revision: 19782
    Revision: 19782
    Author:   [email protected]
    Date:     2011-01-17 11:21:11 -0800 (Mon, 17 Jan 2011)
    Log Message:
    Add Remoting test application and endpoints for testing login-after-disconnect channel setting.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/remoting-config.mods.xml
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/services-config.mods.xml
    Added Paths:
        blazeds/trunk/qa/apps/qa-manual/remoting/
        blazeds/trunk/qa/apps/qa-manual/remoting/RemotingApp.mxml

    I appreciate Adobe teams efforts to reproduce the issue and acknowledged it as a  Bug in AIR
    But now I am waiting on them to come back with an answer -  Is it going to be fixed in future versions? Is there a work around?
    Is adobe even considering this as an Issue? What are the next steps after acknowleding the issue?
    I hope I am not too aggressive but I also want Adobe to understand the urgency of the situation when it comes to a product release.
    I have experimented with couple of work arounds but none seem to work.
    If anyone has come across this issue please comment.
    Thanks,

  • Where I can find test application for cluster

    Hello,
    I need a simple test application that can show as loadbalancer and weblogic cluster work together.
    We I can find it?

    If you have a My Oracle Support (MOS) account, then you can find exactly what you are looking for in the article, 1150374.1 - Webapp Sample for testing WebLogic Cluster Session Replication, Stickiness and Failover
    This has the exact web application that you are looking for.
    On the browser, you will see a message like "The server currently hosting this session is msapp2" when you access the sample application, which indicates that the request is being served by second managed server, msapp2 in the cluster that hosts the sample application.
    Arun

  • A test application ?

    Hello folks,
    Does anone know of a simple test application, which might be
    good for testing installations ?
    I was about to write something myself, but maybe it exists already. What I am
    looking for is a simple application which can create some amount of stress (memory
    or CPU usage) and be seen by a Solaris Resource Manager.
    While any application can do this to some degree, it would be nice to use something
    fairly simple and standard. That would allow direct compairisons to be made.
    thanks!
    John

    Hi,
    You could test this scenario with using the Test Message option from RWB.
    Or else
    You could design the scenario to get the response from BAPI.
    i.e BAPI to XI to File or any other application that will be easily avaialble.
    But you need receiver system for testing.
    Thanks
    Swarup
    Edited by: Swarup Sawant on Jan 22, 2008 7:29 PM

  • SAML Test application download

    Hi all,
    Can anyone tell me from where can I download the SAML Test Appln sap.com/tcsecapp?
    Need to try this out.
    Regards,
    Preksha.

    Hi Preksha,
    I believe that the test application should be available with the standard installation. In order to set it up, please have a look at [The SAML Test Application|http://help.sap.com/saphelp_nw70/helpdata/EN/07/1cf2f1c3227d439c6481127952c8f3/frameset.htm].
    Best regards,
    Klaus

  • Is Controller essential to test application in OATS for load testing

    Hello
    Is Controller tool essential to test application in OATS for Load testing?
    Regards,
    Srinivas

    Hi,
    Yes. The controller is responsible for setting up the load test scenario, and for initialising all VU's on the agent systems.
    Regards
    Wayne.
    Edited by: byrne_wayne on Apr 12, 2011 2:24 PM

Maybe you are looking for

  • Error Message in Print preview of PO.

    Hi guys. i am trying print preview of purchase order from ME23N. but i am getting errror message "system message 038 from SSFCOMPOSER does not exist" . can u tell what is this error is? how to solve this problem? Thanks..

  • Non-latin character support for photobook?

    Hello, Does anyone know if photo-book created from iPhoto supports printing non-Latin characters, more precisely cyrillic? Thanks!

  • Re: Multiple Data sources in single project

    Hi Experts, I am working in JDEV 11.1.1.3.0. In my model project i have configured 2AM with 2 different data base connections, both are working fine. Now in the 2nd AM i am trying to execute VO and getting the value, but the query is not executing, i

  • About videos with iTunes

    I can't download videos to iTunes. Please help me.

  • Air for Android app just a black blank screen on emulator.

    Greetings, I'm starting android app development using air for android and I'm encountering the same problem as in this discussion, http://forums.adobe.com/message/4343423. Followed all the suggested solutions on the above link and nothing is working