.mp4 file output using H264 in Compressor 2.3

I have a client who needs .mp4 files but specified the H.264 compressor. I can easily use Compressor 2 to create .mov files using H.264. But when I select .mp4 file type output Compressor automatically uses the MPEG4 compressor, and I can't seem to override this. Does anyone know how to specify a .mp4 file and H.264 compressor?
Interestingly, I can do this easily in QTPro but exporting Movie to MPEG4, selecting the non IMSA MP4 file format, then specifying the H.264 compressor. Just seems like I should be able to do this in Compressor 2 (so I can batch several together).

I have a client who needs .mp4 files but specified
the H.264 compressor. I can easily use Compressor 2
to create .mov files using H.264. But when I select
.mp4 file type output Compressor automatically uses
the MPEG4 compressor, and I can't seem to override
this. Does anyone know how to specify a .mp4 file and
H.264 compressor?
H.264 is a type of MPEG-4, only that you are not able to play it on some older devices. H.264 requires QT7. I would conclude when you do this in QT Pro you are now just converting to H.264. In compressor's batch menu select the drop down "settings" menu and choose "web download (quicktime 7 compatible)." From there you will get H.264 choices.
Interestingly, I can do this easily in QTPro but
exporting Movie to MPEG4, selecting the non IMSA MP4
file format, then specifying the H.264 compressor.
Just seems like I should be able to do this in
Compressor 2 (so I can batch several together).

Similar Messages

  • Can I convert mp4 file to use in iMovie without buying software

    can I convert mp4 file to use in iMovie without buying software

    Niel wrote:
    Use MPEG Streamclip to convert it to DV.
    .. only if the mp4 contains SDef content.
    mp4 is a container, no 'format'.
    could contain HDef too (Streamclip should convert to QT/AppleInterediateCodec) 
    could be imported to iM without conversion
    could be handled instantly with usage of perian.org plug-in
    could not be handled on MacOs anyhow ...
    .. depends on, what's inside the mp4 ............

  • Pocket Playlist- how to convert mp4 file to use on pocket playlist

    I have an mp4 video that i would like to use on my pocket playlist, but not sure how to convert the file?

    Hello Andy,
    I do not have an HP Pocket drive but according to the manual...
    The pocket acts as any other drive to store files on. Its the media player that you use that has to support the type of file you are playing.
    This is cut from the manual.
    "File types supported by HP Pocket PlaylistYour playback device may not support all of the following formats. If your playback device does not support a format, use the ArcSoft MediaConverter 7 computer application to convert (transcode) the files into a format that will play back on your mobile device.
    HP Pocket Playlist supports the following file formats:
    Video: .avi, .3gp, .flv, .m4v, .m4p, .mov, mp4, .mpeg, .mpeg2, .mpg, .ogg, .qt, .ts, .tts, .wmv
    Music: .aac, .ac3, .adts, asf, .lpcm, .m4a, .mp3, wav, wma
    Photo: .bmp, .gif, .jpeg, .png, .tiff, .tif
    You need to import files with the "Arcsoft Media Converter" which will convert the format for you.
    Here are the links to all the info for HP Pocket Drives.
    Using the HP Pocket Playist to Play Media Files
    Converting Media Files Using Arcsoft MediaConverter 7
    Hope it helps.

  • No Audio for mp4 files converted using OVI

    Hi,
    I tried to convert Some of the AVI files which are playing  fine on PC, to play it in 5800XM.
    After converting using Noika OVI Tool, the video is playing file, but No Audio gets converted along with Video, Hence Cannnot hear the Audio while playing the file ..
    the ratio is 3:1 for No audio files... 
    Thanks 
    Ussher

    Can anyone confirm that Stage Video actually works on Ice Cream Sandwich? If not then is there a solution for playing video on android?

  • Record Audio in mp3 file format using FMS

    I am Recording Audio Using FMS which will record Audio file in FLV File Format default But I like to Record in MP3 File Format. Is it Possible.
    And I also Record Video In MP4 File Format using h264 encode. Which Give me Video File in MP4 File Format but When i will try to play that MP4 File it Didn't play. So, I post-processed video with a tool called F4V Post Processor. Now That MP4 Video File Play But Didn't Give me Sound in that Video.
    My Code is:
            var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();
            h264Settings.setProfileLevel(H264Profile.MAIN, H264Level.LEVEL_3);
            ns.videoStreamSettings = h264Settings;
            ns.publish("mp4:"+FILENAME+".mp4","record");
    I search Lot but didn't get the solution. So, Please Give me Solution for Both thing.

    The .flv format is a "container" format, not a video format.
    So that means that inside the container, you can have a video file and/or an audio file or even just an audio file.. which most likely is already an mp3 file. Use something like "FLV Extract" to break open the container and see:
    http://moitah.net/
    But really, for any Web delivery of audio, the .flv (audio only) method works just fine. Lots of media players available for the Flash .flv file.
    For example:
    Sounds from my bunk on the Lady Washington
    http://exploreolympics.com/reports/?p=2857
    Scroll down to third media player.
    A little quiet to start with... but this is a .flv file with just an mp3 audio file inside.
    Best of luck!
    Adninjastrator

  • Using f4vpp.exe with MP4 file results no audio

    Hello,
    I'm recording MP4 webcam videos using Flash 11.1.102.63 and publishing them on my FMS 3.5.6.  When playing back MP4 files using my Flash player, both video and audio works perfectly.
    However, I also need to make my MP4 files play on other players (like Windows Media Player).  As I found out quickly, the MP4 file encoded by FMS is not playable without conversion.  After some googling, I found that the post processor tool f4vpp.exe allows to flatten the MP4 file so that it plays with Media Player.
    The problem is that F4VPP seems to remove the audio part in the file.  My MP4 file consists of H264 video and NellyMooser audio (which is the default audio recording codec with Flash).  I also tried using Speex codec for audio but still no sound after using F4VPP.
    I've seen some comments around about this bug.  Unfortunately, the download page (http://www.adobe.com/products/flash-media-server-family/tool-downloads.html) refers to the tool as dated of June 2009.  Is there an updated version with a fix?
    Otherwise, I'm trying to reproduce the work done by the tool using ffmpeg.exe.  So far, the closes I have been able to do is this:
    ffmpeg.exe -i input.mp4 -c:v copy -ar 44100 -async 1 -sameq output.mp3
    The problem is that the video encoding seems loosing something, as the output video has blocky/pixelated parts in the video that seems random.  Probably related to something in the conversion, but I can't figure out what.
    Can anyone point me to a solution?
    Thanks.

    I have the same issue!! Adobe,help!

  • Encoding is driving me crazy-are my mp4 files progressive?

    I finished several projects and exported the master files as Source--ProRes 422.  The resultant master files end up being about 1 GB per minute, and are clearly interlaced (the footage is shot on Canon Vixia HF10 camcorders, and is 1080i, and I create optimized media when importing).
    I've been working with compressor for weeks trying to figure out the best settings to encode these files for the web.  I had settled on using Compressor 4 to encode them into mp4 files.  I don't know even if that is usually an option in Compressor 4, but I have Flip4Mac Studio Pro HD, so it is now.
    I created a few different custom settings that would create mp4 files of various resolutions and bit rates and encoded everything.  Everything looked good to me, so I burned it all to Blu-ray disks (as data) and moved on.
    But then today I noticed what looked like interlacing artifacts when I was watching a new mp4 video I encoded with one of those same custom Compressor settings I created.  That caused me to look closer at the settings in Compressor, and I realized there is a setting for deinterlacing when creating mp4 files.  I didn't see that setting before.  You have to turn Frame Controls on to access it.
    So right away it seemed to me that I needed to re-encode from all of the master files since I hadn't set Compressor to deinterlace the first time around.  But then I started looking at all the mp4 files I had created with Compressor, without telling it to deinterlace, and I don't see any interlacing artifacts.  The artifacts are VERY noticeable in the master files I'm encoding from, and, other than that one time, I really can't see them in the mp4 files I created.
    What is going on here?  How can I tell if the mp4 files I created are interlaced or not?  And wouldn't it be very noticeable when I watch them on my iMac if they aren't deinterlaced (there is action in them)?  I'm thinking they must be interlaced because I didn't set Compressor to deinterlace them, but then I don't see any interlacing artifacts.
    I'd really appreciate any advice. 
    Here are a couple of screen captures of the settings I'm talking about.  In the first image, the Frame Controls are off and everything is grayed-out (that is how I left the settings for all of the encoding I have done so far).  In the second image, I've turned the Frame Controls on and have the option to choose "Progressive" in the Output Fields.  Something tells me that maybe without even setting it to Progressive, Compressor was deinterlacing the video for the mp4 files I was creating?

    Hi Russ--
    I really appreciate your answer.  I was afraid I was going to have to redo all of these files.
    Yes, that had been my guess, too, and everything looked fine, so I thought all was well.  Then I saw those settings in Frame Controls, and all bets were off.
    I always do some reading and research before I post questions here.  I even tried to use FCPX to answer the question by bringing the clips in and looking at their info in the inspector.  But I didn't know about the "Show Both Fields" option, and instead of "1080i" or "720p," I was getting "Other."  But now I tried some more .mp4 files I made at different resolutions, and the ones that are 1080x720 do show "720p" in the inspector.
    And when I change the viewer to "Show Both Fields," the difference between interlaced and non-interlaced is very clear when playing back.
    So should I just leave those Frame Controls off?  I guess I could use them to change the method/quality of deinterlacing, but it seems that that just really extends processing time with little visible effect.

  • Why won't .mp4 file open in QT 10.0 (or iMovie'09) and OS 10.6.8?

    I'm trying to edit some .mp4 movie files, but I can't open them in Quicktime (10.0 or 7.6.6), or iMovie '09 (8.0.6) or Final Cut Express (4.0.1).  I've got a MacBook Pro running OS X 10.6.8 (Snow Leopard).  When I try to open the file in QT 10, it says "The document “name.mp4” could not be opened"; whereas in QT 7 it says "The file could not be opened.  An invalid sample description was found in the movie."  In iMovie, the file is greyed out when I try to import it.
    The file will open and play fine in VLC, but I can't do the editing I want there.  The Media Information pane in VLC says: the codec is "H264 - MPEG-4 AVC (part 10)(avc1)", it is HD resolution (1920 x 1080), it has a frame rate of 59.940060, and the Decoded format is "Planar 4:2:0 YUV".  It also has an audio track (MPEG audio) and a subtitle track.  I also tried opening these .mp4 files on two Mac laptops that a friend of mine has.  Interestingly, they would not open on one (I think running Lion with QT 10.0), but they DID open on the other newer laptop (running Mountain Lion with QT 10.2). 
    I first assumed it was just a case of not having the right codec.  So I tried copying all the codecs from the Mac laptop that *could* open them, but that didn't work.  Then I searched for and downloaded codecs that I might be missing, such as "avc1Decoder.dmg" from MyCometG3 and http://www.macupdate.com/app/mac/23875/avc1decoder, and x264Encoder 1.2.27 also from MyCometG3, and I put them in my Library/Quicktime folder and restarted Quicktime, but neither solved the problem.  I also tried opening the .mp4 files in MPEG Streamclip (1.9.2), but it says "File open error: unrecognized file type".  When I tell it to "open anyway" it tries and then says "File open error: can't find video or audio tracks".
    I tried opening one of these .mp4 files in Handbrake (0.9.8) and it was able to open and convert the file to an .mp4 that is then openable in QT 10 with a format of H.264, AAC, and a reduced frame rate of 29.84.  However, this doesn't seem like a good solution because it takes about 2 hours to convert a file with 30 minutes of video.  I just want to be able to trim these big files down to some short video clips that are in an accessible format.
    Any help would be MUCH appreciated.  Am I missing the right codec?  Or, as I'm beginning to wonder, is this format one that is too demanding for OS 10.6.8 and QT 10 and they just cannot handle it no matter what codecs I have on my computer (because of the 60 fps frame rate?  Or is it the subtitle track?).  Or is the solution to upgrade my operating system to Mountain Lion (10.8) and QT 10.2?  My 15" MacBook Pro is about 2 years old with a 2.66 GHz Intel Core i7 and 4 GB of RAM (1067 MHz DDR3).  Thanks.

    Wow! A lot of ifs, ands, and maybes here.
    I'm trying to edit some .mp4 movie files, but I can't open them in Quicktime (10.0 or 7.6.6), or iMovie '09 (8.0.6) or Final Cut Express (4.0.1).  I've got a MacBook Pro running OS X 10.6.8 (Snow Leopard).  When I try to open the file in QT 10, it says "The document “name.mp4” could not be opened"; whereas in QT 7 it says "The file could not be opened.  An invalid sample description was found in the movie."  In iMovie, the file is greyed out when I try to import it.
    To start off with, these messages and/or inability to opent/import files could stem from either security updates that see something in the file that it interprets as a possible breach of file integrity or the inclusion of data not expected in the associated file type while missing codecs are either identified and load but do not display or refuse to load but issue a message to that effect and possibly asking if you want to visit a web page containing codes you may want to add.
    The file will open and play fine in VLC, but I can't do the editing I want there.  The Media Information pane in VLC says: the codec is "H264 - MPEG-4 AVC (part 10)(avc1)", it is HD resolution (1920 x 1080), it has a frame rate of 59.940060, and the Decoded format is "Planar 4:2:0 YUV".  It also has an audio track (MPEG audio) and a subtitle track.  I also tried opening these .mp4 files on two Mac laptops that a friend of mine has.  Interestingly, they would not open on one (I think running Lion with QT 10.0), but they DID open on the other newer laptop (running Mountain Lion with QT 10.2).
    In the future, could you be more specific when describing the file contents. For the moment, I will assume the video is H.264 (MPEG-4/AVC) and the audio is AAC (MPEG-4) audio and not MPEG-1 layered audio. (I.e., while the former is to be expected with the MP4 file extension, some apps can "stuff" incompatible data into an MP4 container or users can manually change the file extemsion.) It also important to know if the "subtitle" track is embedded within the file or is contained in a separate file. (I.e., a screen capture of the media "info", "inspector", or "properties" window is usually the least ambiguous way to track content information.) It would also be nice to know if the VLC frame rate is for progressive or interlaced video if possible.
    Basically, some apps are very touchy about file extensions and track content. iMovie '08, for instance, will not open a file containing extraneous tracks like 'tween, text, chapter, etc. embedded within the file. I assume this may also be true for "subtitle" tracks as far as your Snow Leopard players are concerned. In any case, if your version of the QT 7 player is keyed for "pro" use, I would perform a simple test here by deleting the "subtitle" track, saving the file, and then re-trying to load, open, play, and/or import the file in the various applications currently giving you problems. If this fixes the problem, then you will know the source and solution of your problem
    I first assumed it was just a case of not having the right codec.  So I tried copying all the codecs from the Mac laptop that *could* open them, but that didn't work.  Then I searched for and downloaded codecs that I might be missing, such as "avc1Decoder.dmg" from MyCometG3 and http://www.macupdate.com/app/mac/23875/avc1decoder, and x264Encoder 1.2.27 also from MyCometG3, and I put them in my Library/Quicktime folder and restarted Quicktime, but neither solved the problem.  I also tried opening the .mp4 files in MPEG Streamclip (1.9.2), but it says "File open error: unrecognized file type".  When I tell it to "open anyway" it tries and then says "File open error: can't find video or audio tracks".
    The indiscriminant installation of additional codecs often creates more problems than it solves owing to the logrithmic increased potential for the introduction of QT codec component conflicts. The normal "rule of thumb" here is to identify a missing codec and to then install only that specific codec component. Even then, there is a possibility that there may be a conflict but at least it is more easily identified so you can better evaluate which of the conflicting codecs to leave installed and which to swap only when needed/required. As to the use of MPEG Streamclip, it basically uses your system's QT component configuration of access of most codecs as opposed to VLC and HandBrake which contain their own, built-in codec support. So if QT is having a problem, it is often likely that MPEG Streamclip will also have problems.
    I tried opening one of these .mp4 files in Handbrake (0.9.8) and it was able to open and convert the file to an .mp4 that is then openable in QT 10 with a format of H.264, AAC, and a reduced frame rate of 29.84.  However, this doesn't seem like a good solution because it takes about 2 hours to convert a file with 30 minutes of video.  I just want to be able to trim these big files down to some short video clips that are in an accessible format.
    The HandBrake workflow forces a recompressing of the file data which is why it takse so long. That is why I suggested you try deleting any extraneous data tracks found in the source MP4 file container using QT 7 Pro and then use the "Save" or "Save As..." option to re-write the original audio and video data to a new MOV file container which takes much less time.
    Am I missing the right codec?  Or, as I'm beginning to wonder, is this format one that is too demanding for OS 10.6.8 and QT 10 and they just cannot handle it no matter what codecs I have on my computer (because of the 60 fps frame rate?  Or is it the subtitle track?).  Or is the solution to upgrade my operating system to Mountain Lion (10.8) and QT 10.2?  My 15" MacBook Pro is about 2 years old with a 2.66 GHz Intel Core i7 and 4 GB of RAM (1067 MHz DDR3).
    Probably not. The VLC reported data rate may either indicate the MP4 content is AVCHD/BD sourced or it is reading interlaced content as progressive which I have noted it can do on occasion when I compare the media info as read by various different apps and/or utilities. Since you indicate the file opens in Mountain Lion, my guess would be that your MP4 content is actually AVCHD/BD sourced since such support was only recently added to Mac OS X v10.8 software. As to moving up to Mountain Lion, as always, that is something you would have to evaluate for yourself. For instance, do you require PNG compression for video content? By default you would lose it under Mountain Lion and have to re-enable it manually if needed. Are there other pros and cons that you need to consider before upgrading to Mountain Lion? These are the types of questions and compatibility issues that only you can answer for yourself.

  • Automatically add files to iTunes not processing mp4 files on Windows 8.1

    I have iTunes 12.1.1.4 install on a Windows 8 (x64) system.  I have been using iTunes for quite some time and my library is located at c:\Music.  On earlier versions (version 10 of iTunes for example) I would drop an MP4 file into c:\Music\Automatically Add to iTunes" directory and iTunes would process this file and add to either the movies or TV Shows section.
    I have not used this feature in some time but now have started to.  Currently, if I place the mp4 in that directory, iTunes does not do anything with the video.  I have gotten to using "Add Folder to Library" and iTunes will then process the directory.  I do have "Keep iTunes Media folder organized" and "Copy Files to iTunes Media folder when adding to library" checked.
    How can I get iTunes to recognize that a file has been placed in this directory and process it?

    Two possibilities:
    iTunes has processed the file but has categorized it as "Home Movies" rather than other video kinds - in this case you'll be able to find it under that heading in iTunes.  Note that there's a bug in iTunes 12 where even if you then change the media kind - for example, to "TV Show" or "Movie" - it will be shown in the new category in the iTunes UI but the files will still be in the "Home Movies" folder under iTunes Media
    If iTunes has not been able to process the file, you should find within a Not Added folder under Automatically Add to iTunes - the most likely cause of this is that the MP4 files are using a codec that is not compatible with iTunes.

  • My N73 can't play MP4 file

    Hi,
    I'm using N73 now,just bought it. When I tried to play a MP4 file by using RealOne, it promted "unable to play media file". However, when I move the memory card to another N73, it played well.
    My version is V 2.06.... I know there is higher version V 3.0... but I dont think it must be upgraded to play MP4 file.
    Can any one help me please.
    Thx alot

    26-Jun-200708:08 PM
    trendkillsp wrote:
    The latest n73 firmware supports the H.264/AVC codec and the DivX codec... I use this codec to convert my movies without problems...
    Btw, the other 2 n73 phones that you used to play the video must have a new firmware, yours is too old!!
    You mean the latest FW lets N73 to play DIVX video files without installing any 3rd party software like smartmovie?

  • No audio in previously working imported MP4 files. . .

    I've noticed a new issue with iMovie over the past few months where previously working MP4 files (we use hardware MP4 recording decks to record class videos) now no longer have audio when imported into iMovie.  Also, Quicktime doesn't play these anymore.  I suspect it's a Quicktime issue at its core because that's what iMovie uses to import video files, but the immediate symptom is in iMovie.  We use two different types/brands of recording decks, so it's not an issue with a specific one, and their firmware haven't been changed.  The only thing that has been updated or changed is the Mac.
    The only way I've found to get these videos to play properly is to pass them through Handbrake, but that's a huge waste of time, and I honestly don't think that's an acceptable solution.  Is there somebody with actual knowledge of this problem who knows a fix or whether a fix is in the works at Apple?  Please don't just send me to some outdated "troubleshooting" list that has things like "try restarting imovie."  That's a waste of both of our time.
    Thanks.
    Brandon

    Seem like the problem is being picked up elsewhere as well:
    http://www.lightroomforums.net/showthread.php?14888-Lighroom-4-and-AVCHD-Video-(-mts-files )
    If you scroll down you will see Victoria Brampton can reproduce the problem and has reported a bug.
    Fingers crossed for final release 4.1........

  • -36 an I/O error when compressing MP4 files

    I am using QT 7 Pro and attempting to compress MP4 files so as to load them on my iPhone without large file sizes. When compressing via export --> Movie to MPEG-4 --> MP4 --> MPEG-4 Basic it will get to 99% and then give me the below error:
    -36 and I/O error.
    Please advise how to resolve this or perhaps a better way to compress MP4 files for use on the iPhone

    I did examply same and getting same error anytime I tried to open a file. Did you get any response on the issue, that may help me?
    Thanks Claire
    Octavio

  • 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

  • USing Compressor I am encoding ProRes 422 to MP4 file

    I am using Compressor (3.5)to create a MP4 file from a Final Cut Pro 7.0 three min sequence(H 264 Mov converted to ProRes 422) on a 3gb IMAC. When the file finally converts I play the MP4 file in QT and the sound is out of sequence with the video. When I convert to 800kps QT file sound is synched as well as on the timeline. Do I need to use some other type of player to view and hear the video in synch
    Can some explain why that is happening

    Instead of going to Compressor directly from FCP, try exporting a Quicktime movie from FCP, then take that file to Compressor. See if that helps.

  • PP CS5 - handling and output of h264 (DSLR) files?

    Hi all, new to PP (Mac OS 10.6.8, MacPro 1,1, 10 gig ram, RAID5 eSATA).  Starting to work with my copy of CS5, beginning the evaluation process to migrate from FCP7.
    I have a couple of questions about using DSLR native h264 files directly in the timeline.
    I've got a sequence, about 1 hour in length, of all the camera original files strung together.  While I'm reviewing, watching, etc., I notice a little progress bar in the lower right corner that keeps telling me PP is "conforming MVI_xxxx".  What is it doing?  As a bit of explanation, you may or may not know that h264s are verboten in FCP7, and I generally transcode them to ProRes for edit.  One of my attractions for switching to PP is that I'm attracted to using h264 natively, but wonder if it's truly an efficient way to edit?
    Secondly...I have the finished stringout sequence, and now I want to output it to a file so my client can review the raw footage.  My initial test last night sucked...it took a bit over 8 hours to export a rather large (2.4 gig, 872x540 - though I'd set MediaEncoder to export a 960x540 field) h264 movie...which seems like maybe it was re-encoding my h264 files?
    In the FCP world, I would have:
    a) transcoded the h264 to ProRes (or whatever I was editing in) previous to edit;
    b) created my stringout sequence;
    c) exported a reference movie (quick, easy);
    d) encoded using Squeeze, Flip-4-Mac or Compressor
    So how do I do these steps, or something approximating them, in PP CS5?

    Yes that is fine. Premiere needs to conform certain files in order to give proper playback.
    Best not to start editing before conforming is done.
    One on the reasons I can think of its taking so long is you changed the resolution on export, it has to scale the footage (assuming the original is HD)
    And CS5 is a relative old version of Premiere it only supports Nvidia videocard to enable CUDA even with the hack,.

Maybe you are looking for

  • Same Apple ID, but some purchased songs not shown in history.

    I've had the same Apple ID since I bought my first song on iTunes in the early 2000s.  However, I've changed the email address associated with it several times.  My iTunes library contains songs that show one of my past emails, but I only have to aut

  • System setting does not allow changes to be made to object

    Hi experts,   I implelemt ST-PI/A today and apply note 1300023. There is a information(???) message keep warning "System setting does not allow changes to be made to object NOTE 0001300023". I think I should SE06 to modify system change option, but I

  • Cost center v/s Internal Order

    Hi What is the difference between a cost center & Internal Order Regards Samir

  • I have a problem in BDC Recording?

    HI, When I do recording method in BDC to trasfer legacy in "MM01" (Material Master) "It records scroll bar also when we select Data". Is there any solution. Thanks & Regards, Gagan

  • What's purpose of OAMK

    Hello SAP Professional 1. In t code OAMK, I have removed the u201CAssetsu201D reconciliation indicator settings (column name Recon.account for acct type) and made that line as blank for GL account for 111 to 115 for e.g 2. Then I run FAGL_FC_VAL for