Preferred codec encodeing for web

From AE CS4 which codec gives a good result for HD (1280x720) web use. From Premiere I use AME's H.264 but in AE I don't get as good a quality.

AE and Color Finesse are set to 8 bit. I checked "use maximum bit" rate in Color Finesse. Still won't render Color Finesse effect in AME stand alone. I have Color Finesse "LE" if that makes any difference. Came with Premium suite. I wonder if it has anything to do with the fact I'm using CineForm AVI files.
EDIT:  Didn't make any difference. Tried same project with original .MTS file. Still no Color Finesse gel being rendered.

Similar Messages

  • Is there any way to configure storage queue message encoding for Web Job's QueueTrigger?

    We have a web job that listens to Azure storage queue via QueueTrigger. The queue messages are not encoded when they are added to the queue:
    CloudStorageAccount account = CloudStorageAccount.Parse("...");
    CloudQueueClient client = account.CreateCloudQueueClient();
    CloudQueue queue = client.GetQueueReference("test1");
    queue.EncodeMessage = false;
    queue.AddMessage(new CloudQueueMessage("hello world"));
    And in the web job, we use the below method to listen to the queue.
    public static Task ProcessQueueMessageAsync([QueueTrigger("test1")]string message)
    And the web job crashes when it gets a message, with the below output. Unfortunately we cannot control the encode setting of the coming messages. So, our question is, is there any way to configure queue message encoding for Web Job's QueueTrigger?
    Thank you for any help and/or suggestion.
    Found the following functions:
    WebJobTest1.Functions.ProcessQueueMessageAsync
    Job host started
    Unhandled Exception: System.FormatException: Invalid length for a Base-64 char array or string.
    at System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr, Int32 destLength)
    at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
    at System.Convert.FromBase64String(String s)
    at Microsoft.WindowsAzure.Storage.Queue.CloudQueueMessage.get_AsString()
    at Microsoft.Azure.WebJobs.Host.Storage.Queue.StorageQueueMessage.get_AsString()
    at Microsoft.Azure.WebJobs.Host.Queues.StorageQueueMessageExtensions.TryGetAsString(IStorageQueueMessage message)
    at Microsoft.Azure.WebJobs.Host.Queues.QueueCausalityManager.GetOwner(IStorageQueueMessage msg)
    at Microsoft.Azure.WebJobs.Host.Queues.Listeners.QueueTriggerExecutor.<ExecuteAsync>d__0.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at Microsoft.Azure.WebJobs.Host.Queues.Listeners.QueueListener.<ProcessMessageAsync>d__11.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at Microsoft.Azure.WebJobs.Host.Timers.BackgroundExceptionDispatcher.<>c__DisplayClass1.<Throw>b__0()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    Press any key to continue . . .

    Hi,
    Thanks for posting here.
    I am not too sure if the storage queue messages can be encoded before the webjob listens to it.
    I am currently researching to gather more information with regards to your request.
    I shall revert back to you with an update at the earliest.
    Sincerely appreciate your patience.
    Regards,
    Shirisha Paderu

  • I need import dvd content to compressor or FCP to re encode for web

    I need import dvd content to compressor or FCP to re encode for web
    Is there a short cut?
    When I tried, only the video went as the audio seems to be embedded. How can I encode a DVD to and Mpeg4 file with the audio?
    Thank you all in advance.

    Google MPEG Streamclip. It's free and works! This questions gets asked a lot. Take advantage of search when you can.

  • MXF codecs & encoder for pc? MXF AVI or MOV

    Hello,
    I have a question about MXF codecs for PPro CS3. I have a Sony PDW-530 (2/3" professional SD camera) and I shoot on IMX50. I have a problem when I import the .MXF files in PPro CS3. PPro CS3 says, 'unsupported format or codec is missing'. When I shoot with the Sony PDW-F335L (that's a HD 1/2" camera) and import the .MXF files into PPro CS3 I have no problem with 'unsupported format or codec is missing'.
    So one of my questions is: 'Is there a codec for Premiere Pro CS3 for .MXF files shoot on IMX30 / IMX40 or IMX50? And where can I found him then.
    Then my other question: Mac has a MXF encoder, named 'XDCAM Transfer'. In this program you can import the .MXF files and then convert it to a .MOV file. The .MOV file you can import in Premiere Pro CS3.
    Is there for PC also a MXF encoder of tranfer (to a .AVI or .MOV file?)
    Hopefully you can help me!
    Greetings Rob!

    I believe Premiere's MXF support is limited to DVCPRO HD and XDCAM EX/HD.

  • How to set encoding for Web-To-Go??

    When the first launch of the Mobile Server (webtogo), there's a line showing the conversion for the charset encoding, like from MS950 to BIG5 for Chinese windows. Now I'm facing a problem where I need the encoding be UTF-8. Could someone please tell me where can I set this? Thank you very much for your help.

    Hi Celine,
    As I know, 1st your Oracle DB char set should be UTF8. 2nd Char set convertion is process in JAVA program.
    Regards
    Nicholas

  • I need to import a dvd to compressor to re encode for web distribution HELP

    When I tried, only the video as the audio seems to be embedded. How can I encode a DVD to and Mpeg4 file with the audio?
    Thank you all in advance.
    I also have FCP HD

    Try using Handbrake. It's a free download app that works well. It will allow you to convert the dvd to an mpg file.
    k

  • Specifying the character set for Web Services

    Hi
    When i set the weblogic system property
    -Dweblogic.webservice.i18n.charset=utf-8
    I get an error from weblogic douring startup
    <BEA-141087> <Unrecognized property: webservice.i18n.charset.>
    I'm using wls 8.1.
    Shouldn't this be the way to specify the encoding for web services
    Regards
    Preben

    Is it a Warning or a Error?
    If it is WARNING it is a known issue with the logging.
    The charset you set should work fine.
    Ajay
    "Preben" <[email protected]> wrote in message news:[email protected]..
    >
    Hi
    When i set the weblogic system property
    -Dweblogic.webservice.i18n.charset=utf-8
    I get an error from weblogic douring startup
    <BEA-141087> <Unrecognized property: webservice.i18n.charset.>
    I'm using wls 8.1.
    Shouldn't this be the way to specify the encoding for web services
    Regards
    Preben

  • Adobe media encoder CS4 - alised graphics and small black bars at 480x360 for web---HELP!

    I recently installed the CS4 premiere software with Adobe Media encoder. I encode video for the web.
    I have been a professional web video producer for over 10 years and have been using adobe products my whole career
    My issues are:
         1)  I can not get clean edges on my graphics when exporting a flash video (.flv or .f4v) using "field order: progressive" as it should be for web output. All my graphics are high quality and I have tryed many formats (.eps, .psd, .gif ,jpg, .pnd) but once I change the field order drop down in the encoder settings to "(none) progressive" the graphics become alised...
         2) My videos which are  a size of 480x360 now have small black bars at the top and bottom after encoding the original down to 480x360. I have tried to crop the video so the bar go away but the whole  video get fuzzy...WTF
    I have spent so many hours reading and searching trying to fix these two issued and I am thinking that I am going back to my old software and discrediting the new adobe product every chance i get!!!!!!!!!!
    I was previously using premiere pro 1.5, editing video and graphics and then exporting an uncompressed .mov file and then used Flash 8 Video Encoder to render a .flv file. This produced great video with crisp graphics.
    PLEASE HELP

    Stan,
    I was using the on2VP6 codec at data rates from 275k to 400k with good results. -- with the new CS$ endcoder i am used h.264 at 500k to 700k, video quality looks good but the graphic overlays look like alised crap. In the encoder settings the edges of the graphics get jaged when I make the field order progresive...
    I am starting with DV NTSC video at 720x480.
    I am going to go back to my old work flow and test it. The settings are a bit different from premiere pro 1.5 to CS4 -- in 1.5 i could export out an unconpressed .mov with square px and then bring that large file to flash media encoder to create the .flv

  • How to get the Vimeo encoding in Final Cut Studio / Final Cut Pro (for web)

    I have some films I would like to "display" on the web. It seems that vimeo.com has a great way of encoding films for the web.
    http://www.vimeo.com/
    Anyone who knows how to do the same encoding within Final Cut? Or are there other ways for web which will work also for windows user (to watch the video without downloading extra plugins?
    I love how the videos starts almost instantly in hd on Vimeo! Al right it skips a bit, but then again it is hd on the web.....

    This is sort of a workaround for what you're trying to achieve:
    Here's a Ken Stone article on encoding for Vimeo.
    So...what a lot of folks are doing these days, is uploading to Vimeo (or similar service). Then back on your own website simply "embed" the Vimeo movie. You can control the size & control colors of the embed. When you're on the Vimeo page for a particular video, you'll see the "Embed" link on the right of the video. Click that and it will expose the code you need to copy into your own website.

  • What's the available value for weblogic.jsp.encoding in web application.

    Hi,
              I'm using chinese windows nt 4.0 and weblogic 5.1 sp6.When I did not set
              weblogic.jsp.encoding to GB2312 , when the jsp file contain's chinese , the
              output will be error .And when I did not set it , the output is correct, but
              when I use request.getParameter("SomeFormElement")(the element inputed
              chinese), the return value is error.
              How should I set weblogic.jsp.encoding value to satisfy all this problem?
              When I set the value to ISO-8859, there is an exception:
              java.io.UnsupportedEncodingException: Charset: 'ISO-8859' not recognized,
              and there is no alias for it in the weblogic.httpd.charsets property. So
              What's the available value for weblogic.jsp.encoding in web application?
              Pan
              

    hi ,
    i think the best way is to create java beans ,in that bean call your EJB ,
    and check the validation over there.
    and make that bean scope to session.
    in each and everypage try to check the session ,if it is not valid then forward to your login page...
    otherwise continue to give access to him like guest
    Regards,
    AfTaB

  • Best HD Encoding Workflow for Web

    Hi
    I am wanting to have HD video files shot on Sony XDCAMEX format
    (1920 x 1080, 24p) encoded for the Web to be deployed at
    full-screen high-quality and am wondering what
    the best encoding workflow for this is in terms of exporting from FCP to
    either Uncompressed or H.264 and then using Sorensen Pro perhaps?
    thanks,
    Evan

    If you don't know as much as you say, than I highly suggest hiring a consultant. DO NOT rely on what you hear from these forums, as many people will give you bad advice. And not to mention that that is a lot of ground to cover and to expect to learn about from an online forum. There are those of us who spend years and decades obtaining the knowledge we have, often paying for advice from consultants.
    I can highly recommend Mike Curtis in the Austin Texas area for consulting: www.hdforindies.com. Also Larry Jordan at www.larryjordan.biz...Phil Hodgetts at www.digitalproductionbuzz.com...and myself at www.LFHD.net.
    You get what you pay for. Free advice might be sketchy. And consumer monitors via HDMI will get you good results if you plan on delivering DVDs, but not if you plan on any sort of broadcast delivery.
    If you have customers that want to do HD production they need to talk to HD production experts, not web people. I would not recommend any broadcast people to consult about web delivery...I know I wouldn't recommend myself.
    Shane

  • Is there a way to stop colors flattening when encoding for the web and DVD

    Hi. I am in post prod on my first feature film, which has some great horror dream sequences, lit red and green in the Mario Bava tradition. They really do look stunning in the original footage, with highly saturated crisp colors (We had a really great cinematographer) But when I try to create clips for the web, the colors flatten a lot. They look better on my i-phone than my Lcd computer monitor. doing DVD outputs also looses something, but less so. It depends on the playback equip. My plasma TV and upscaling dvd player make them look fairly good. The footage is progressive scan 25 frames per sec HD. (16:9 cropped to 2:35:1) Does anyone know the optimum settings for web encoding have just used 310x710 pixels using H264 compressor at 3000 kbts per sec

    Hi
    YEs you can read the ALE model data.
        CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET'
          IMPORTING
            own_logical_system             = sending_system
          EXCEPTIONS
            own_logical_system_not_defined = 01.
        SELECT   * FROM tbd05  INTO TABLE i_tbd05
        WHERE    sndsystem  = sending_system
        AND      mestyp     = message_type.
    Regards,
    Vijay V

  • How can I get PS CC to always load my preferred Preset while saving for web output?

    For my purposes, I'd prefer to save all JPEGs at 100% quality while saving for web output. I've made a preset as seen below.
    However, PS doesn't always defer to this setting when I begin saving an image for web. Is there a way to make this preset automatically
    load every time I open the output to web process? I process a large number of images, and if I could avoid correcting this it would save me a lot of time.
    I'm using PS CC on a PC. Any help will be appreciated!

    This is the only custom preset I've made with this particular system. So I'd need to delete the pre-loaded PS presets?
    I'm a little loathe to remove the options in case they might be needed in the future or for a task other than the primary one described.

  • Save for web return an unknown error!! Please help

    Whenever I press "save" on the save for web GUI this comes up. http://prntscr.com/4gpseu I really don't know what to do. I need to save a small animation (3 frames) as a gif. I'm on Windows 7 32 bit with Photoshop CC 2014.

    You can use either AVI or MOV but MOV will give you a bit of lossless compression (small file size reduction over uncompressed AVI).
    What I mean by lossless is try exporting to MOV, in the video settings set the codec to "Animation", keep the colors at RGB (Millions) or if you need alpha then RGB+Alpha (Millions+). Keep the quality set all the way to the highest. Then go in audio settings and choose anything you like. Export the movie.
    Now take the very large MOV file it made into Adobe Media Encoder. Once it's imported, choose a preset (H.264, etc) and choose your desired compression settings. You will see there are a lot more compression settings. Also set your audio options. Then when you're done customizing your preset just click the green start icon and let AME compress your high quality source to a much smaller file size.
    Just clarifying, after you import your video in AME and you choose your preset you have to click the presets orangeish hypertext to customize the presets settings. It will not overwrite that preset so don't worry about what you change. Pay special attention to the bottom of the custom settings panel because it lets you see the output file size. Adjust your quality controls until you hit the file size you want (both video and audio). You also have a preview panel so you can see the output at any part of the timeline using those settings.

  • Video for Web in the Flash '.flv' format

    I produce alot of content for the web...I usually work in Premiere Pro 2 >>Export to an .avi (DV NTSC) format then open in Flash Video Encoder and output using the ON2P codec >>Upload to web server for streaming
    Done
    Lately I have been on tour and I have the MacBook Pro 17 with Final Cut Studio and the Flash Video Encoder as my NLE system/workflow...
    The problem is that the encoded video has gliches and lines in it! I dunno why
    I have tried re encoding at least 4 diff times but each time its the same result...
    The difference can be seen by looking at the video encoded using the premiere pro 2 system at http://www.videovaulttv.com
    And the video using the Final Cut Studio system at http://www.youngmoneyent.com/av.html
    Any ideas on what I can do?

    Capture into FCP 5.1.2
    Export - QT movie (Self Contained)
    Import - Flash Video Encoder 8
    Export - On2P / 500k / Audio 64k / 15 fps / 364 x
    (constrained setting chooses)
    import into dreamweaver, preview,
    crappy file is played
    OK, I don't see anything wrong with those settings, they are similiar to what I use. What are your sequence setting in FCP? Does the video look good there?
    You may want to try a different encoder, I know that Sorenson has a trial, and see if it works.
    K

Maybe you are looking for

  • Copy and paste shifts timeline

    I am editing 2 sequences, one is now complete. I wasnt to repurpose some of the media for a second project by cutting out segments from the original. SO, I make a new sequence and confirm all ofthe sequence settings are identical. When I select all,

  • How can I cancel a duplicated subscription and get...

    Somehow I seem to have duplicated subscription for the same service. How can I cancel the duplicate and get a refund

  • Correlation Collect pattern in  SAP XI

    Hi,    Could some one please clearly and simply explain me about the correlation and collect pattern in BPM. Your help is really appreciate.

  • System information  & local files

    hi everyone can i use flex to  get the following user system information: OS name and version logged user all regitered user browser network adapter mac address can i read/write files in the user harddrive usung this tecnolegy? thank you!

  • HT4623 How do I charge the new iphone 5?

    How do I charge the new iPhone 5?