SAVE AS using h264 encoder

Do any of you see apple adding an h264 encoder to Pro so we can all save bluray movie backups?
if not what's a good program I can use for backing up these disc's?

If I can open them as .avi and then save them as iPod compatable GREAT... Did I understand your answer correctly?
Yes and no. The "Save As..." option saves data in its current compression format to an MOV file container. (E.g., a DivX video with MP3 audio in an AVI file container would end up as DivX video with MP3 audio in MOV file container if you try to use the "Save As..." File menu option. On the other hand, QT Pro, GarageBand, iMovie, iTunes, MPEG Streamclip, and other applications can acces iPhone, iPod, and/or TV specific device export presets which will convert "QT Component compatible" files to H.264/AAC files using the "Export" file menu option. (For instance, the iPod preset will normally play on all three devices with slightly better quality than the iPhone preset while the TV preset, if properly encoded, will not play on either of the other two devices.) The basic difference between the two options is that the "Export" option performs a mandatory transcoding of data even if it is to the same format while the "Save As..." option does not.

Similar Messages

  • H264 encoding settings - problems with FLV/F4V conversions and playback... HELP!!!

    I do a lot of LIVE ENCODING and have been struggling with FMLE. I own the Adobe Creative Suite of applications and am pretty familiar with working with compatible/required formats, etc.
    We have been primarily using VP6/mp3 for encoding. Most of our work is SD. We also always seem to have trouble when trying to encode the FLV file to another format, audio always seem to be out of sync, but sometimes it works...
    Do you know why that would be regarding the FLV audio falling off sync when encoding to another format, such as MOV? Also, when we try to play back the FLV, the audio sounds garbled up and only plays well in Adobe Media Player.
    I keep hearing H264 encoding will provide better video, but I just can't get that to work. Also, why is it that my entire CS4 suite of applications can't read or playback the F4V file- that's unacceptable from Adobe, just a big huge pain the butt... I've had to buy several cheapie applications to try and read F4V files and try to convert it, except that converting F4Vs seems to be a hit-or-miss.
    What should I be using to playback and convert F4Vs? I also heard changing the extension to MP4 works, but I haven't seen that work, not even once. The cheap video conversion apps I have that read F4Vs are: FFMPEGX and Wondershare (Youtube). Sometimes they open F4V, but not most of the time... 
    I am using a super fast new Macbook Pro i7, 8GB ram (not the thunderbolt/usb3), CPU always runs smoothly and effectively.
    Also, I always use the Canopus ADVC-110 as my transcoder. I do both video via Firewire IN or Composite IN, then Firewire OUT into the Mac encoder. FMLE sees it ok, but I wonder if this device might be my problem.
    VP6 settings are as follows:
    VP6 video / MP3 audio
    300 to 500k video
    30 fps
    640x480 in/out
    44100hz audio
    56k audio
    We want to start using H264 encoding settings, but in my experience trying it out, the output file is ALWAYS PROBLEMATIC. Also, when testing a live stream, the audio seems to fall off sync with the video.
    I am looking for your recommendations on the H264 settings I should try. Most of my events are simple meetings with 1 to 5 speakers, mostly talking heads. We rarely encode high motion video, but I would also like to be able to adjust H264 settings for both talking heads and medium to high motion without (any) frame drops.
    I have tried streaming to multiple/different Flash Media Servers, archived only to file, and H264 results seem always bad.
    Any recommendations from professionals in the live streaming arena are much appreciated. I thank you for your time in advance.
    Thank you!
    Hugo

    Hello Hugo
    Sorry to know that you are facing these kind of issues, let me try to reply and understand issues one by one.
    >>We have been primarily using VP6/mp3 for encoding. Most of our work is  SD. We also always seem to have trouble when trying to encode the FLV  file to another format, audio always seem to be out of sync, but  sometimes it works...
    -- Which application you are using to convert FLV to other format?
    -- Is these any Audio - Video sync issue when you play FLV file in Adobe Media Player? if NO, it means FLV file created properly.
    >> Do you know why that would be regarding the FLV audio falling off sync  when encoding to another format, such as MOV? Also, when we try to play  back the FLV, the audio sounds garbled up and only plays well in Adobe  Media Player.
    -- Which application you are using to convert FLV to MOV? if FLV playabck fine and without a/v sync issue, it should convert MOV with a/v sync.
    -- It depend on audio codec selection by Media player or correct audio codec not installed for media player. Install appropriate audio codec to play in other media player if you dont want to play in Adobe Media Player.
    >> I keep hearing H264 encoding will provide better video, but I just can't  get that to work. Also, why is it that my entire CS4 suite of  applications can't read or playback the F4V file- that's unacceptable  from Adobe, just a big huge pain the butt... I've had to buy several  cheapie applications to try and read F4V files and try to convert it,  except that converting F4Vs seems to be a hit-or-miss.
    >> What should I be using to playback and convert F4Vs? I also heard  changing the extension to MP4 works, but I haven't seen that work, not  even once. The cheap video conversion apps I have that read F4Vs are:  FFMPEGX and Wondershare (Youtube). Sometimes they open F4V, but not most  of the time...
    -- Adobe Flash Media Server version 3.5 and later and Adobe Flash Media  Live Encoder 3 can record content in MPEG-4 (F4V) format using an  industry-standard recording technology known as "fragments" or "moof  atoms." Some MPEG-4 compatible tools and players do not support moof  atoms.
    The F4V Post Processor tool aggregates the information from all  the moof atoms into a single moov atom and outputs a new file." You can download the tool from above location: http://www.adobe.com/products/flashmediaserver/tool_downloads/
    Thanks

  • Camera.setquality() not working for h264 encoding

    Hi,
    Im using H264 encoder for encoding my live video to broadcast to ios devices. But there seems a big loss in quality while using the H264 encoder. The code im using for encoding is
    var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();
        h264Settings.setProfileLevel(H264Profile.MAIN, H264Level.LEVEL_3_1);
        _ns.videoStreamSettings = h264Settings;
        camera.setQuality( 0, 100 );
        camera.setMode( 320, 240, 30, true );
        camera.setKeyFrameInterval( 15 );
        camera.setLoopback(true);
        _ns.publish("videoname?adbe-live-event=liveevent","record");
    Is there any possiblity to improve my video quality or any other way of encoding the video?.
    Im using flex sdk 4.6 and flash player 11.8.
    Thanks in advance

    Hi Jozsef,
    thanks for your answer. In which version and on which date will the CBR be implemented? Flash Player 12? Or a minor release of FP11?
    And until then I have no chance to have a constant bitrate? The bitrate I am passing to Camera.setQuality will just be ignored? Or is there any workaround?
    Thanks and I will test using RTMFP instead of RTMP, but the CBR is the most important thing for us.
    Best

  • H264 Encoder with Media Server 3

    Hi,
    I am using H264 encoder from company named NVSS and I would
    like to connect my stream to Flash Media Server 3.
    I would like to know if this is possible or I should use only
    Flash encoder 2 for that?
    if it is impossible where can I get the API for that?
    thanks

    yes i would also like to know how can I connect my own H.264
    live encoder with FMS 3. As its my own product, I am ready to make
    any changes required or to be compatible with FMS 3.0.
    What's the interface FMS 3.0 supports on the input side? I
    some how can not find all these info, so expert please comment or
    give me some useful links,
    thanks,

  • I use premier cc output h264 encoded mp4 files can not play!

    First, very pleased to see that the company produced the Chinese version of adobe's premier cc!
    I use premier cc output h264 encoded mp4 files can not play!
    Break when rendering the second half MP4 file playback problems, I ask, where is the problem?
    There is how to make the timeline audio display file names? How to set up! ?
    I am a video editing enthusiasts, I come from distant China!
    I hope you can get help!
    My English level is not high, I was using Google Translate
    Thank you first!
    potplayer    Software displays :
    A:\2.mp4
    文件内容。
    00 00 00 1C 66 74 79 70 4D 34 56 20 00 00 00 01  ....ft.pM4V ....
    4D 34 56 20 6D 70 34 32 69 73 6F 6D 00 05 12 43  M4V mp42isom...C
    75 75 69 64 BE 7A CF CB 97 A9 42 E8 9C 71 99 94  uuid......B..q..
    91 E3 AF AC 3C 3F 78 70 61 63 6B 65 74 20 62 65  ....<?xpacket be
    67 69 6E 3D 22 EF BB BF 22 20 69 64 3D 22 57 35  gin="..." id="W5
    4D 30 4D 70 43 65 68 69 48 7A 72 65 53 7A 4E 54  M0MpCehiH.reS.NT
    63 7A 6B 63 39 64 22 3F 3E 0A 3C 78 3A 78 6D 70  c.kc9d"?>.<x:xmp
    6D 65 74 61 20 78 6D 6C 6E 73 3A 78 3D 22 61 64  meta xmlns:x="ad
    6F 62 65 3A 6E 73 3A 6D 65 74 61 2F 22 20 78 3A  obe:ns:meta/" x:
    78 6D 70 74 6B 3D 22 41 64 6F 62 65 20 58 4D 50  xmptk="Adobe XMP
    20 43 6F 72 65 20 35 2E 35 2D 63 30 31 34 20 37   Core 5.5-c014 7
    39 2E 31 35 31 38 30 35 2C 20 32 30 31 33 2F 30  9.151805, 2013/0
    34 2F 30 39 2D 31 32 3A 30 38 3A 32 31 20 20 20  4/09-12:08:21  
    20 20 20 20 20 22 3E 0A 20 3C 72 64 66 3A 52 44       ">. <rdf:RD
    46 20 78 6D 6C 6E 73 3A 72 64 66 3D 22 68 74 74  F xmlns:rdf="htt
    70 3A 2F 2F 77 77 77 2E 77 33 2E 6F 72 67 2F 31  p://www.w3.org/1
    39 39 39 2F 30 32 2F 32 32 2D 72 64 66 2D 73 79  999/02/22-rdf-s.
    6E 74 61 78 2D 6E 73 23 22 3E 0A 20 20 3C 72 64  ntax-ns#">.  <rd
    66 3A 44 65 73 63 72 69 70 74 69 6F 6E 20 72 64  f:Description rd
    66 3A 61 62 6F 75 74 3D 22 22 0A 20 20 20 20 78  f:about="".    x
    6D 6C 6E 73 3A 78 6D 70 3D 22 68 74 74 70 3A 2F  mlns:xmp="http:/
    2F 6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 61  /ns.adobe.com/xa
    70 2F 31 2E 30 2F 22 0A 20 20 20 20 78 6D 6C 6E  p/1.0/".    xmln
    73 3A 78 6D 70 44 4D 3D 22 68 74 74 70 3A 2F 2F  s:xmpDM="http://
    6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 6D 70  ns.adobe.com/xmp
    2F 31 2E 30 2F 44 79 6E 61 6D 69 63 4D 65 64 69  /1.0/D.namicMedi
    61 2F 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74  a/".    xmlns:st
    44 69 6D 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61  Dim="http://ns.a
    64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30  dobe.com/xap/1.0
    2F 73 54 79 70 65 2F 44 69 6D 65 6E 73 69 6F 6E  /sT.pe/Dimension
    73 23 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 63 72  s#".    xmlns:cr
    65 61 74 6F 72 41 74 6F 6D 3D 22 68 74 74 70 3A  eatorAtom="http:
    2F 2F 6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 63  //ns.adobe.com/c
    72 65 61 74 6F 72 41 74 6F 6D 2F 31 2E 30 2F 22  reatorAtom/1.0/"
    0A 20 20 20 20 78 6D 6C 6E 73 3A 78 6D 70 4D 4D  .    xmlns:xmpMM
    3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61 64 6F 62  ="http://ns.adob
    65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30 2F 6D 6D  e.com/xap/1.0/mm
    2F 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74 52  /".    xmlns:stR
    65 66 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61 64  ef="http://ns.ad
    6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30 2F  obe.com/xap/1.0/
    73 54 79 70 65 2F 52 65 73 6F 75 72 63 65 52 65  sT.pe/ResourceRe
    66 23 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74  f#".    xmlns:st
    45 76 74 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61  Evt="http://ns.a
    64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30  dobe.com/xap/1.0
    2F 73 54 79 70 65 2F 52 65 73 6F 75 72 63 65 45  /sT.pe/ResourceE
    76 65 6E 74 23 22 0A 20 20 20 20 78 6D 6C 6E 73  vent#".    xmlns
    3A 64 63 3D 22 68 74 74 70 3A 2F 2F 70 75 72 6C  :dc="http://purl
    2E 6F 72 67 2F 64 63 2F 65 6C 65 6D 65 6E 74 73  .org/dc/elements
    2F 31 2E 31 2F 22 0A 20 20 20 20 78 6D 6C 6E 73  /1.1/".    xmlns
    3A 61 75 78 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E  :aux="http://ns.
    61 64 6F 62 65 2E 63 6F 6D 2F 65 78 69 66 2F 31  adobe.com/exif/1
    2E 30 2F 61 75 78 2F 22 0A 20 20 20 20 78 6D 6C  .0/aux/".    xml
    6E 73 3A 70 68 6F 74 6F 73 68 6F 70 3D 22 68 74  ns:photoshop="ht
    74 70 3A 2F 2F 6E 73 2E 61 64 6F 62 65 2E 63 6F  tp://ns.adobe.co
    6D 2F 70 68 6F 74 6F 73 68 6F 70 2F 31 2E 30 2F  m/photoshop/1.0/
    22 0A 20 20 20 20 78 6D 6C 6E 73 3A 78 6D 70 52  ".    xmlns:xmpR
    69 67 68 74 73 3D 22 68 74 74 70 3A 2F 2F 6E 73  ights="http://ns
    2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31  .adobe.com/xap/1
    2E 30 2F 72 69 67 68 74 73 2F 22 0A 20 20 20 20  .0/rights/".   
    78 6D 6C 6E 73 3A 65 78 69 66 45 58 3D 22 68 74  xmlns:exifEX="ht
    74 70 3A 2F 2F 63 69 70 61 2E 6A 70 2F 65 78 69  tp://cipa.jp/exi
    66 2F 31 2E 30 2F 22 0A 20 20 20 20 78 6D 6C 6E  f/1.0/".    xmln
    73 3A 74 69 66 66 3D 22 68 74 74 70 3A 2F 2F 6E  s:tiff="http://n
    73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 74 69 66 66  s.adobe.com/tiff

    First, very pleased to see that the company produced the Chinese version of adobe's premier cc!
    I use premier cc output h264 encoded mp4 files can not play!
    Break when rendering the second half MP4 file playback problems, I ask, where is the problem?
    There is how to make the timeline audio display file names? How to set up! ?
    I am a video editing enthusiasts, I come from distant China!
    I hope you can get help!
    My English level is not high, I was using Google Translate
    Thank you first!
    potplayer    Software displays :
    A:\2.mp4
    文件内容。
    00 00 00 1C 66 74 79 70 4D 34 56 20 00 00 00 01  ....ft.pM4V ....
    4D 34 56 20 6D 70 34 32 69 73 6F 6D 00 05 12 43  M4V mp42isom...C
    75 75 69 64 BE 7A CF CB 97 A9 42 E8 9C 71 99 94  uuid......B..q..
    91 E3 AF AC 3C 3F 78 70 61 63 6B 65 74 20 62 65  ....<?xpacket be
    67 69 6E 3D 22 EF BB BF 22 20 69 64 3D 22 57 35  gin="..." id="W5
    4D 30 4D 70 43 65 68 69 48 7A 72 65 53 7A 4E 54  M0MpCehiH.reS.NT
    63 7A 6B 63 39 64 22 3F 3E 0A 3C 78 3A 78 6D 70  c.kc9d"?>.<x:xmp
    6D 65 74 61 20 78 6D 6C 6E 73 3A 78 3D 22 61 64  meta xmlns:x="ad
    6F 62 65 3A 6E 73 3A 6D 65 74 61 2F 22 20 78 3A  obe:ns:meta/" x:
    78 6D 70 74 6B 3D 22 41 64 6F 62 65 20 58 4D 50  xmptk="Adobe XMP
    20 43 6F 72 65 20 35 2E 35 2D 63 30 31 34 20 37   Core 5.5-c014 7
    39 2E 31 35 31 38 30 35 2C 20 32 30 31 33 2F 30  9.151805, 2013/0
    34 2F 30 39 2D 31 32 3A 30 38 3A 32 31 20 20 20  4/09-12:08:21  
    20 20 20 20 20 22 3E 0A 20 3C 72 64 66 3A 52 44       ">. <rdf:RD
    46 20 78 6D 6C 6E 73 3A 72 64 66 3D 22 68 74 74  F xmlns:rdf="htt
    70 3A 2F 2F 77 77 77 2E 77 33 2E 6F 72 67 2F 31  p://www.w3.org/1
    39 39 39 2F 30 32 2F 32 32 2D 72 64 66 2D 73 79  999/02/22-rdf-s.
    6E 74 61 78 2D 6E 73 23 22 3E 0A 20 20 3C 72 64  ntax-ns#">.  <rd
    66 3A 44 65 73 63 72 69 70 74 69 6F 6E 20 72 64  f:Description rd
    66 3A 61 62 6F 75 74 3D 22 22 0A 20 20 20 20 78  f:about="".    x
    6D 6C 6E 73 3A 78 6D 70 3D 22 68 74 74 70 3A 2F  mlns:xmp="http:/
    2F 6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 61  /ns.adobe.com/xa
    70 2F 31 2E 30 2F 22 0A 20 20 20 20 78 6D 6C 6E  p/1.0/".    xmln
    73 3A 78 6D 70 44 4D 3D 22 68 74 74 70 3A 2F 2F  s:xmpDM="http://
    6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 6D 70  ns.adobe.com/xmp
    2F 31 2E 30 2F 44 79 6E 61 6D 69 63 4D 65 64 69  /1.0/D.namicMedi
    61 2F 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74  a/".    xmlns:st
    44 69 6D 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61  Dim="http://ns.a
    64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30  dobe.com/xap/1.0
    2F 73 54 79 70 65 2F 44 69 6D 65 6E 73 69 6F 6E  /sT.pe/Dimension
    73 23 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 63 72  s#".    xmlns:cr
    65 61 74 6F 72 41 74 6F 6D 3D 22 68 74 74 70 3A  eatorAtom="http:
    2F 2F 6E 73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 63  //ns.adobe.com/c
    72 65 61 74 6F 72 41 74 6F 6D 2F 31 2E 30 2F 22  reatorAtom/1.0/"
    0A 20 20 20 20 78 6D 6C 6E 73 3A 78 6D 70 4D 4D  .    xmlns:xmpMM
    3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61 64 6F 62  ="http://ns.adob
    65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30 2F 6D 6D  e.com/xap/1.0/mm
    2F 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74 52  /".    xmlns:stR
    65 66 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61 64  ef="http://ns.ad
    6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30 2F  obe.com/xap/1.0/
    73 54 79 70 65 2F 52 65 73 6F 75 72 63 65 52 65  sT.pe/ResourceRe
    66 23 22 0A 20 20 20 20 78 6D 6C 6E 73 3A 73 74  f#".    xmlns:st
    45 76 74 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E 61  Evt="http://ns.a
    64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31 2E 30  dobe.com/xap/1.0
    2F 73 54 79 70 65 2F 52 65 73 6F 75 72 63 65 45  /sT.pe/ResourceE
    76 65 6E 74 23 22 0A 20 20 20 20 78 6D 6C 6E 73  vent#".    xmlns
    3A 64 63 3D 22 68 74 74 70 3A 2F 2F 70 75 72 6C  :dc="http://purl
    2E 6F 72 67 2F 64 63 2F 65 6C 65 6D 65 6E 74 73  .org/dc/elements
    2F 31 2E 31 2F 22 0A 20 20 20 20 78 6D 6C 6E 73  /1.1/".    xmlns
    3A 61 75 78 3D 22 68 74 74 70 3A 2F 2F 6E 73 2E  :aux="http://ns.
    61 64 6F 62 65 2E 63 6F 6D 2F 65 78 69 66 2F 31  adobe.com/exif/1
    2E 30 2F 61 75 78 2F 22 0A 20 20 20 20 78 6D 6C  .0/aux/".    xml
    6E 73 3A 70 68 6F 74 6F 73 68 6F 70 3D 22 68 74  ns:photoshop="ht
    74 70 3A 2F 2F 6E 73 2E 61 64 6F 62 65 2E 63 6F  tp://ns.adobe.co
    6D 2F 70 68 6F 74 6F 73 68 6F 70 2F 31 2E 30 2F  m/photoshop/1.0/
    22 0A 20 20 20 20 78 6D 6C 6E 73 3A 78 6D 70 52  ".    xmlns:xmpR
    69 67 68 74 73 3D 22 68 74 74 70 3A 2F 2F 6E 73  ights="http://ns
    2E 61 64 6F 62 65 2E 63 6F 6D 2F 78 61 70 2F 31  .adobe.com/xap/1
    2E 30 2F 72 69 67 68 74 73 2F 22 0A 20 20 20 20  .0/rights/".   
    78 6D 6C 6E 73 3A 65 78 69 66 45 58 3D 22 68 74  xmlns:exifEX="ht
    74 70 3A 2F 2F 63 69 70 61 2E 6A 70 2F 65 78 69  tp://cipa.jp/exi
    66 2F 31 2E 30 2F 22 0A 20 20 20 20 78 6D 6C 6E  f/1.0/".    xmln
    73 3A 74 69 66 66 3D 22 68 74 74 70 3A 2F 2F 6E  s:tiff="http://n
    73 2E 61 64 6F 62 65 2E 63 6F 6D 2F 74 69 66 66  s.adobe.com/tiff

  • Quicktime encoding using x264 encoder failing in AME 6.0.2.81 and Mac OS 10.8.2

    I'm trying to encode an x264 codec Quicktime using AME 6.0.2.81 and Mac OS 10.8.2. I also tried it with two versions of the x264 encoder which I downloaded from here: http://www.macupdate.com/app/mac/24173/x264encoder
    This encoder works 100% fine and better than the h264 encoder when using Apple Compressor and Apple QT Pro V7. I've been however trying to transition all of my video encodes to AME due to a number of reasons: dynamic link to AE, Premiere and the interface to name a few.
    Everytime I start an encode it gives me an error and I hear that blasted sheep. lol. This is what the log displays, which is frankly probably no help to anyone.
    - Encoding Time: 00:00:00
    01/13/2013 04:48:10 PM : Encoding Failed
    Export Error
    Error compiling movie.
    Unknown error.
    I've also tried to specify the bitrate and have had no luck. Whether I specify the bitrate or not, I still get the error. The source video has been PNG sequences and ProRes movies at 1920x1080, 29.97fps. Both result in the same unknown error.
    Any suggestions? Thanks!

    I know this is pretty old now, but I thought I'd add a reply for those who are having this issue. I just had AME CC 2014 fail on me today, and this is the FIRST thing I've ever tried to render with it. I'm using a TGA sequence and exporting to an X264 codec Quicktime MOV file at 720p. I restarted a few times, repaired permissions etc. and nothing worked except for the following.
    I went to:
    Library/Preferences/Adobe/Adobe Media Encoder/8.0/
    I deleted the entire 8.0 folder (or you could delete whatever version you are having problems with). I then restarted AME and the preferences were recreated and I could successfully use the x264 codec again. Hope this helps someone.

  • Quicktime 7.6.4 won't play h264 encoded videos on my 10.4.11 MacMini

    Hello:
    This is my first post. I read through the forums and this seems to be the correct place to pose my question. If it's not, my apologizes.
    I'm trying to find out why Quicktime 7.6.4 won't play h264-encoded video on my MacMini (G4 PPC). I'm running 10.4.11. I recently installed Perian 1.2.1 and it got some .avi files to play correctly, whereas before there was no sound. But the h264 files still get me a black screen, albeit with sound now. Some h264 files can be played in VLC Media Player (but that's a horrible player compared to Quicktime in my opinion, as it constantly drops frames and eats 100% of my processor time), but VLC even has the black screen problem on some h264 files as well.
    I've also tried MPlayer OSX but that's really an alpha-type development and has a lot of bugs. Many movies it can't even open.
    Sorry for the rambling, but again my question: Is there any way to play h264-encoded video in Quicktime 7.6.4 on my Mac?
    Thanks in advance for your expertise and advice.

    Mr Ram,
    There is a group of Quicktime specialists in Apple.com ⇒ Support ⇒ Discussions ⇒ Quicktime .
    The more data you give us, the easier it is to help us help you to diagnose your problem. Your disk space would be very useful. Contrary to some, I advocate iDefrag to assist VLC and MPlayer, which you were a little hard on.
    GNU/Linux's free offerings
    MPlayer was developed a decade ago, and I prefer it for viewing DVDs (for 'DVD Player') seems too dark. VLC (legally) copies many CRM-protected DVDs of yours, so you can play only the burned copy. When I'm having a problem playing a DVD, the VLC log tells me all: only perfect DVDs play well on VLC.
    There are two ways of viewing everything.
    Streaming MPEG-4
    +H.264/MPEG-4 AVC+ is a fancy codec based upon MPEG-4: it requires a powerful processor to de-compress it. I watched an MPEG-4 movie from a G3 iBook in 2005. It played flawlessly.
    Your Problem
    Quicktime 7.X applications can not play +H.264/MPEG-4 AVC+ streams. It was a bug Apple never fixed. Frames are dropped because H.264 is so slow that it requires special hardware. You, I'm sad to say, don't have it.
    To quote the Wikipedia on Quicktime: 'QuickTime 7 lacks support for H.264's Sample Aspect Ratio .[67] QuickTime X does not have this limitation; many Apple products (such as iTunes and Apple TV) still use the older QuickTime 7 engine.'
    My Quicktime Pro on a PPC PowerBook is 7.6.4. You can either use a Linux transplant or upgrade to Quicktime X. Those more familiar with Macs may have better ideas for you.
    My best,
    Bruce

  • IBooks Author crashes every 30 seconds: h264 encoder?

    I am using iBooks Author 2.1.1 on Mavericks.
    The program is crashing like every 30 seconds for no apparent reason (specific actions, that is). I cannot see the <edited by host> problem reporter anymore  . This is what it offers all the time stating some problem with the h264 encoder framework (please see attached image below). A reinstallation has not helped so far. What can I do here?
    Many thanks in advance,
    Jan

    Did you already try removing iBA's preference plist as part of your troubleshooting process?
    I don't think that plugin is the culprit ...perhaps more like an incidental victim in this example.
    However, as this is a predicable issue, you may want to get Apple Support on the phone and let them take a look.
    Global Phone Support
    We have expanded English-language publisher phone support. To make contacting the iBookstore support even easier, new local phone numbers are now available for Australia, France, Germany, Italy, Netherlands, Spain, and the U.K. Support is available Monday to Friday, from 7 a.m. to 5 p.m. (PT).
    Country
    Phone Number
    Australia
    1300 307 504
    Note that this is a low tariff number.
    France
    0805 540 117
    Germany
    0800 664 5307
    Italy
    800 915 902
    Netherlands
    0800 0201 578
    Spain
    900 812 687
    U.K.
    0800 975 0615
    U.S.
    +1 (877) 206-2092
    Toll-free from U.S. and Canada.
    Applications:
    [email protected]
    As for the <edited by host> problem reporter  , you can see error/crash logs if you know how to use Console in /Applications/Utilities and have the time to weed out related info - Support might ask you to do that, in which case they will inform the process, etc.
    Good luck in any case.

  • Database Data Security: both from within (using MIMEbase64 encoding) and from without (using encryption).

    In my MDB file databases (Jet 4.x format) I turn on both compression and encryption.  This gives me data security from without, meaning, I can't open a MDB file in a Word Processing software (or otherwise) and read the data in a humanly recognized
    format.   But I am also using MIMEbase64 encoding of my stored data so that the data is humanly unreadable from within - meaning that anyone performing an SQL query will not be able to humanly read the data in my database.  I do the decoding
    (from MIMEbase64) within my end-user software interfaces to the databases. 
    I found out just recently (last few months) that I can do this from Win32 Perl, so I encorporated this feature into my Perl database applications.   Only thing is that MIMEbase64 increases the size of the data stored.
    Is there a better encoding strategy available today which might actually compress the data a little?    

     INSTRUCTIONS FOR SECURE/CUSTOM (non-formula based) TEXTFILE ENCODING (should be undecipherable w/o mappings file):
    by Eric C. Hansen. You may freely use these encoding instructions, and the code I have provided, but please
    acknowledge me as the author where credit is due - such as in a publication. And do not try to sell it.
    However, any code I have provided you may freely use in any programs you write to be sold for your own profit,
    except you may not attempt to sell this encoding scheme (or my code provided), as a generic encoding tool, for
    general use, to be marketed as a turn-key custom encoding solution. 
    (1) Create a unique code list 
          Using the characters:  A-Z a-z 0-9 only. That's 62 characters only.  
           62 (1 char codes) + 3844 (2 char codes) + 238,328 (3 char codes) = 242,234 total codes
                     62x1         +      62x62         +       62x62x62    
           REMINDS ME of my college Genetics course i.e. dominant/recessive trait inheritance tables  
           EXAMPLE CODES:  a, k, 3c, A4, xy1, H8j
    (2) Create a unique word(+punc) list from your textfile which is to be encoded. You know how to do this.
           Example of 9 words(+punc) found between whitespace within a textfile input line:
                "Hello", this is Mr. Bell-va-deer. My number is 999-342-8998.   
                    1       2    3   4       5              6      7       8       9
     PERL code for STEPS 3-7 is provided below. Code for STEP 1 above was previously provided. 
             You should have little trouble writing the textfile encode/decode logic yourself.  
    (3) Read your list of unique codes into an array.
    (4) Read your list of unique words(+punc) into another array.
         LOOP   #-- 0 to number of elements in words array
                (5)     select a random code and a random word(+punc) from the 2 arrays.
                (6)     now remove that code and that word(+punc) from each array using "splice".
                (7)     then save them as key/val pairs to persistent Perl SDBM database files ("mappings").  
         END LOOP
     (8) Once you have your persistent, random code/word mappings, you can convert your textfile
          to an encoded textfile. Read in one line at a time from your textfile (chomp), parse the words(+punc.)
         between whitespace within that line, then for each word(+punc) parsed, perform
         the word-to-code mapping conversions by doing a lookup within the Perl SDBM database
         file of key/val pairs, where KEY=word and VAL=code. You will then need to 
         concatenate these codes (space delimited) to your outputline, in the same order as found in your
         inputline, finally writing the outputline (newline "\n" terminated) to your new encoded textfile.    
    (9) Keep your persistent Perl SDBM database file ("mappings") in SAFE KEEPING, with a naming
         convention of your choice that perhaps hides any relationship to the name of
         your encoded text document - which it specifically pertains to. But keep a record of that joint
        relationship somewhere.  Keep a copy of both the original textfile and the encoded textfile,
        or perhaps you'd like to keep just the encoded textfile?, and not the original?  You can always decode it. 
    (10) Send your encoded text document via email as an attachment, to the recipient of your choice.
    (11) Upload your persistent Perl SDBM database "mappings" file to your secure login FTP download site. 
         NOTE:  If your encoded text document is very large, you may want to reverse 10 & 11, putting the encoded file
             on the FTP site, and sending the Perl SDBM database file ("mappings") as the email attachment.
    (12) Call your recipient to see if they have received the encoded textfile, email attachment.
         Let them know that the "mappings" file is uploaded for them to download from the FTP site.
        You can have a LINGO you both use/know on the phone, to secretly convey this message, if you like,
          to avoid possible interception of this sensitive information.
         Recipient will then take the encoded textfile email attachment, the FTP downloaded "mappings" file,
        and place them both in a directory on their PC where the Perl decoding program is located which you
         had previously sent them to handle all the decoding anytime you send them an encoded textfile + "mappings".
         Recipient will run the Perl decoding utility program to create the original textfile.
    use Win32;         #-- as you can see, I use a Windows O/S Perl distribution. 
    use IO::Handle;
    use SDBM_File;     #-- my understanding is this module comes standard with every Perl distribution
    use Fcntl;
        $PWD=Win32::GetCwd();  #-- get current working directory on Windows O/S platform.            
        srand;        #-- random seeding initiated, do this just once at top.
        @codesARR=();    @wordsARR=();          #-- initialize the arrays
        print "working.  please wait...\n\n";
        unlink( "$PWD\\Project_0836_Mappings_CtoW.pag" )
                    if (-e "$PWD\\Project_0836_Mappings_CtoW.pag" );
       unlink( "$PWD\\Project_0836_Mappings_CtoW.dir" )
                  if (-e "$PWD\\Project_0836_Mappings_CtoW.dir" );
        unlink( "$PWD\\Project_0836_Mappings_WtoC.pag" )
                  if (-e "$PWD\\Project_0836_Mappings_WtoC.pag" );
       unlink( "$PWD\\Project_0836_Mappings_WtoC.dir" )
                 if (-e "$PWD\\Project_0836_Mappings_WtoC.dir" );
         unlink( "$PWD\\Project_0836_Mappings.txt" )
                 if (-e "$PWD\\Project_0836_Mappings.txt" );
       $cnt1=0;    $ret="Y";
        open(CODES,"$PWD\\codes.txt") || do {$ret="N";};
        if ($ret eq "N") {  
               print "Codes input file not opened \n";  
               sleep 5;   die;  
        while (<CODES>) {
               chomp $_;
              $codesARR[$cnt1]=$_;
              $cnt1++;
        print $cnt1 . " codes loaded\n\n";
       close(CODES);
       $cnt2=0;    $ret="Y";
       open(WORDS,"$PWD\\words.txt") || do {$ret="N";};
        if ($ret eq "N") {  
                print "Words input file not opened \n";  
               sleep 5;   die;  
       while (<WORDS>) {
               chomp $_;
              $wordsARR[$cnt2]=$_;
                $cnt2++;
        print $cnt2 . " words loaded\n\n";
        close(WORDS);
        sleep 3;       #-- a little time to check on record counts loaded to both arrays
      tie( %Project_0836_Mappings_WtoC, "SDBM_File", '.\Project_0836_Mappings_WtoC', O_RDWR|O_CREAT, 0666 );
       if (tied %Project_0836_Mappings_WtoC) {
               print "WtoC Hash/SDBM File are now tied\n\n";    
       } else {
              print "Could not tie WtoC Hash/SDBM File\n\n";  sleep 5;  die;
       tie( %Project_0836_Mappings_CtoW, "SDBM_File", '.\Project_0836_Mappings_CtoW', O_RDWR|O_CREAT, 0666 );
        if (tied %Project_0836_Mappings_CtoW) {
                 print "CtoW Hash/SDBM File are now tied\n\n";    
        } else {
               untie(%Project_0836_Mappings_WtoC);  #-- close the successful tie made directly above 
              print "Could not tie CtoW Hash/SDBM File\n\n";  sleep 5;  die;
      open (OUT,"> $PWD\\Project_0836_Mappings.txt");
       OUT->autoflush(1);
       $cnt2=$#wordsARR;   #-- we do this because we will be removing elements from wordsARR
       for ($i=0; $i<=$cnt2; $i++) {
             $index   = rand @codesARR;    # get a random index from the codes array
            $code    = $codesARR[$index]; # get the value of that array element
            splice(@codesARR,$index,1);   # removes only this element from the codes array.
            $index   = rand @wordsARR;    # get a random index from the words array
            $word    = $wordsARR[$index]; # get the value of that array element
            splice(@wordsARR,$index,1);   # removes only this element from the words array.
            $Project_0836_Mappings_WtoC{$word}=$code;   # key/value pair where: word is key, code is value
            $Project_0836_Mappings_CtoW{$code}=$word;   # key/value pair where: code is key, word is value
        print "Your Mappings have been created and saved to (.dir and .pag extension files)\n\n";
        print OUT "Here are your Mappings you just created:\n\n";
        foreach $key (keys %Project_0836_Mappings_WtoC) {
              print OUT "word=" . $key . "     code=" . $Project_0836_Mappings_WtoC{$key} . "\n";
      print OUT "##################################################\n";
       foreach $key (keys %Project_0836_Mappings_CtoW) {
               print OUT "code=" . $key . "     word=" . $Project_0836_Mappings_CtoW{$key} . "\n";
        untie(%Project_0836_Mappings_WtoC);  #-- now you have saved a persistent word/code mappings file
        untie(%Project_0836_Mappings_CtoW);  #-- now you have saved a persistent code/word mappings file
        close(OUT);   
        print "Done.  Goodbye!\n";
        sleep 5;
        exit;

  • Exporting .avi to .mov using h264 loses sound after a few seconds

    Here's a weird one. I am editing some movie clips, and when I do an export to .mov format using h264 compression, the audio drops out after a 8-10 seconds.
    At first I thought it was happening after an edit jump, but nope -- it just cuts out for some reason. I also cannot export to MP4 format without losing the audio completely (shows as MPEG Layer 3 audio in the properties window of the original). When I look at the Properties for the exported movie, I can see the audio length is not the full length of the video.
    I have edited clips like this before in QuickTime with no issues, not sure what is going on. I tested on MPEG Streamclip and I can export to either format with no sound issues.

    Hello George,
    Sorry I can't help you with your problem. But it is TOO much of a coincidence that YOU do everyday (try to, lately!) what I am trying for the first time-- converting .avi files to .mov files. I just got a cheap movie cam and it saves files to avi format. I am able to transfer them successfully to my Mac, but cannot find a third party avi converter. If you can help please email me: [email protected]
    thank you for your time and I hope SOMEONE out there will help YOU!

  • Premiere h264 Encoder quality

    I dare say this has been covered to a greater or lesser extent before but here goes.....
    Im on Premiere Pro CS5 and I am trying to export a movie as an h264 quicktime and predictably the quality suffers even on highest quality.
    Specifically my colours become somewhat de-saturated.
    As I understand it (and before everyone jumps on me) this is partly/mainly down to type of h264 encoder that comes with PP.
    But hey, this is a forum where the guys with the knowledge can help out those without it, so I was wondering if there were any other h264 encoders that can work through PP
    and give much more faithful results (and preferably at a low file size).
    Failing that, are there any h264 encoders that are standalone that people can recommend (preferably free).
    Probably a tall order, but if you dont ask you dont get
    Ive tried other codecs from PP but they all seem to fall down on something and I just thought by now it would be possible to get some great economic, lossless results right out of Premiere.
    Thanks

    I'm going to ask the viewing question from another angle since I ran into this same issue the other day.
    What software were you using to evaluate the exported H.264 footage?
    Here's why I ask. When my H.264 export looked weak and desaturated, one of the suggestions I found on Google was to see what it looks like in a different player. I tried a few of the ones I've got, and here are the results, using Premiere Pro CS5.5 as the reference:
    Premiere Pro: Adding exported footage back into project and viewing it in the source monitor next to the program monitor, they look the same.
    VLC: Matches Premiere Pro
    RealPlayer: Matches Premiere Pro
    NicePlayer: Matches Premiere Pro
    Apple QuickTime Player 10.0 in Snow Leopard: Looks different: desaturated with lower contrast and funky color shift
    Uploaded to Vimeo: Matches Premiere Pro
    Well, there's a clear pattern there...if every player matches Premiere Pro except Apple's, maybe there's nothing wrong with the Premiere Pro H.264 output at all. Maybe it's a problem with playback in QuickTime Player or the QuickTime component (there's something called the QuickTime Gamma Bug that turned up when I was searching on Google, but I don't know how closely this is related). If so, that means the H.264 output file you're worried about is actually just fine.
    As a result, I've started to use VLC to evaluate exported footage. (I was using QuickTime Player before.)
    That's why I'm curious what you were using to view your exported clip, if it's consistent with what I found, and if others can reproduce the same results. Have you test uploaded that file to your online video host, and does it still look wrong when played back there?
    By the way, I don't think a calibrated monitor is absolutely critical for this specific issue, because if you are viewing the same footage in two windows on the same monitor, they should look the same (assuming the windows are being rendered the same way). Because an uncalibrated monitor wouldn't alter just one window. If the monitor was a bit off, you should still be able to do a valid side-by-side comparison because both windows on that monitor should be off by the same amount. It just wouldn't be able to show you whether you're looking at good colors in the first place.

  • Does labview vision support GigE Vision cameras using H264 compressio​n?

    Does labview vision support GigE Vision cameras using H264 compression?
    I'd like to use a GigE Vision compliant camera that encodes its video data using H.264 compression. Can Imaqdx read this stream, decode the H264 compressed frames and write the frames into an imaq image?
    global variables make robots angry

    I have no info whatsoever on your question, but welcome back from your hiatus!
    Spoiler (Highlight to read)
    Actually I know the answer but it is simply more fun sitting back and watching you figure it out yourself. 
    Actually I know the answer but it is simply more fun sitting back and watching you figure it out yourself. 

  • H264 encoded flv doesn't work

    I put the h264 packets into flv file with the flv file format in video_file_format_spec_v10.pdf. I used CodecID=7(AVC) and filled video data with h264 encoded packet. But it doesn't work. The codec lib is x264 with CABAC enctropy.
    The test.flv file in attachment is what I created using x264. Below is the media infomation about test.flv.
    Could someone help me? Thanks very much.

    First of all you can't use h264 in an flv, Flash Video files encoded with the H264 codec must have the ending (mov, mp4 or F4V)
    Those need to be preparated as Adobe recommends, best choice is to use the Adobe Media Encoder or an Adobe editing tool that outputs a proper h264 file.

  • Not able to display data in different columns using Unicode encoding

    Hi,
    Iam using Unicode encoding in my Java appln to support Japanese characters while downloading CSV report. But using the Unicode encoding displays all data in the first column of Excel sheet.
    Please let me know how to display data in different columns using Unicode encoding in Excel sheet.

    Hi Venkat,
    After extracting data into DSO check the request whether active or not.
    Check data in DSO in contents.
    If is there any restrictions on info providers in Queries.
    Let us know status clearly.......
    Reg
    Pra

  • Not able to display data in separate columns using Unicode encoding

    Hi,
    Iam using Unicode encoding in my Java appln to support Japanese characters while downloading CSV report. But using the Unicode encoding displays all data in the first column of Excel sheet.
    Please let me know how to display data in different columns using Unicode encoding in Excel sheet.
    This is an urgent need. Please help me out.

    Hi,
    I have no problem with item :P15_EV_LCL this is having a value my probem here is i am using java script to display the value in different color based on the condtion case
    eg:
    select
    case
    TRUNC((
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2)
    = :P15_EV_LCL
    then
    span style="background-color:lightgreen"
    || TRUNC((
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2) || '%' || /span
    else
    span style="background-color:yellow"
    || TRUNC(
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2) || '%' || /span
    end "Effort"
    from actuals Z
    If i dont use this <Span style="Background-color:color"> i am able to generate data in excel sheet if i use this color coding i am not able to get data in spread sheet.
    Please suggest
    Thanks
    Sudhir
    Edited by: Sudhir_N on Mar 23, 2009 10:00 PM

Maybe you are looking for

  • Sync Entourage and Outlook

    Hello, I am currently using a POP3 email account and I would like to be able to access emails and also share calendar, contacts and tasks between MS Outlook on a Windows XP and Entourage on OS X. I have not been able to find a way to read the same em

  • I cannot download Photoshop CC.

    I cannot download Photoshop CC.  When I select download trial version, nothing happens.  I have installed CC and am running a Mac w/ Maverick 10.9.3 OS X.

  • Packing a delivery with a handling unit

    Hi, can anyone tell me how to pack a inbound delivery with a handling unit using a FM similar to what is done in vl32n Regards Nikhil

  • Can I use my mac while time machine is running?

    If I run Time Machine for the first time, do I have to stop using my iMac until the program is finished? Or can I continue to use it?

  • Why does not apple have the same Support for customers in India like they have in UK ?

    Hi , I was settled in Uk and now recently shifted to india, but here i see that there is a difference in the customer service support . I am under Guarantee from apple and any problem i used to have back in UK could be sorted over the phone possible.