H.264 MP4 Scrubber Problem

I am trying to make a custom H.264 video player. I can get
the video to load and play and all that but i cannot get the
scrubber bar to work. I tried using the onMetaData function but i
dont think it is even running because i get no trace.
Is there any way to get the total duration of the MP4 video?
[code]
//Video Loading Controls
var fileName:String = "test";
var nc:NetConnection = new NetConnection();
var ns:NetStream;
nc.onStatus = function(info){
trace(info.code);
if(info.code == "NetConnection.Connect.Success"){
playVideo();
function playVideo(){
ns = new NetStream(nc);
videoObject.attachVideo(ns);
ns.setBufferTime(1);
ns.play("MP4:" + fileName + ".f4v");
controlBar_mc.playPause_mc.got oAndStop("play");
//connects the stream
nc.connect("rtmp://137.99.136.55 /sumone4life/videos");
//Media Controls
//Play Pause
controlBar_mc.playPause_mc.onRollOver = function()
if(this._currentframe == 1)this.gotoAndStop("pauseOver");
else this.gotoAndStop("playOver");
controlBar_mc.playPause_mc.onRollOut =
controlBar_mc.playPause_mc.onReleaseOutside = function()
if(this._currentframe == 10)this.gotoAndStop("pause");
else this.gotoAndStop("play");
controlBar_mc.playPause_mc.onRelease = function(){
if(this._currentframe == 10)
this.gotoAndStop('playOver');
ns.pause();
else
this.gotoAndStop('pauseOver');
ns.pause();
//Rewind
controlBar_mc.rewindButton.onRelease = function(){
ns.seek(0);
//loadbar controls
var videoInterval = setInterval(videoStatus, 100);
var amountLoaded:Number;
var videoDuration:Number;
ns.onMetaData = function(obj){
trace("We are in metadata");
videoDuration = obj.duration;
function videoStatus(){
amountLoaded = ns.bytesLoaded / ns.bytesTotal;
controlBar_mc.loader_mc.loadBa r_mc._width = amountLoaded *
502;
trace("ns.time: " + ns.time + " videoDuration: " +
videoDuration);
controlBar_mc.loader_mc.scrub_ mc._x = ns.time /
videoDuration * 502;
[/code]
P.S. I never get the trace("we are in metadata"); so i figure
that that part of program is not even running. I have also tried
ns["onMetaData"].
I have Flash CS4 and Media Server 3.0 using AS2 if that makes
any difference.

AppleMan
Thanks for your input.
Actually iMovie HD 6.0.3 supports and gives you the option to create a project in several formats besides DV including MPEG-4 and HD. ( Don't know if the newest mp4 is supported). From HELP:
"iMovie HD supports importing video in common formats, such as standard definition and widescreen formats (NTSC and PAL), MPEG-4, and clips from Apple's iSight camera."
My daughter's camera is an older Sony:
Sony DCR-DVD108
Format
MPEG2
It doesn't have a Firewire or USB output, just composite video AV out which is why I have to use Elgato EyeTV to import with my setup. I usually export the EyeTV recording as DV for import into iMovie HD 6.0.3. The video is not great to start (MPEG 2) but turns to mush when exported from iMovie as anything less than full quality as a QT.MOV.
Exporting from iMovie as an mp4 ( expert settings) for web, email or download use always looks better than a comparable QT.mov.
I got away with importing from EyeTV as mp4 and editing in iMovie but not the h.264 to mp4 combo.
What combo do you suggest if I am importing "Best Quality" video from the camera (MPEG 2) into EyeTV for export to desktop for iMovie HD6?

Similar Messages

  • PP CS4 Problem with exported H.264 .mp4 video. Can't AME do proper encoding?

    Trying to export a Video of ~60mins using the H.264 Codec .mp4 which converts in AME successfully, allthough when playing back the f
    ile, it has problems after ~40mins. When i try to jump to a later point in the timeline to playback i.e. 48th minute or 50:10 or wha
    tever, the image freezes, audio continues and it takes 10-20 secs untill the video image continues.
    I tried different playback programms like VLC,Windows media etc. and different compressions 2-5Mbps as CBR and VBR1 / 2, nothing cha
    nged.
    Source is Sony DV and i have some still images as .png. Since the first 30mins work alright, i thought i try out if something with t
    he source material in the timeline is causing the problem , so i cut after the 30st minute and copied the first 30mins behind that
    to get a 60mins video, but exaclty the same playback issue after ~40th minute.
    Is this an most likely a problem caused by AME using H.264 .mp4 Codec?
    Other videos i did months before in the same way using the same source material worked fine. Adobe Premiere and AME is up to date!
    Thank you

    hmn sounds like it makes sense. I have seen that "i-Frame in GOP" somewhere in PP i think.
    Allthough i recall that i had videos i exported which played fine till the end with no delay at a later seek distance.
    I noticed that quicktime player has the same issue but is much quicker than VLC.
    Is there a work arround or alternative? Can it be improved?
    I need H.264 & .mp4 for webpodcast on vimeo.com
    The only thing which looks strange to me ist that the lenght of the delay showing the images (i guess finding it) takes almost the same time
    as on other later point like at the very end. Id assume that if its normal behavior the delay should become bigger and bigger with a later point in time ?
    Appreciate your time to answer jim,Thanks
    Markus

  • Premiere Elements 9 able to save h.264 mp4?

    Hi!
    I gave Premiere Elements 9 trial a test run yesterday on my Mac OS Snow Leopard. Everything else seemed to work nicely but I felt a bit limited with the sharing/exporting -part. What I want to do is export .mp4-file encoded with h.264, preferably 2-pass to optimize quality vs. file size. I prefer this file format because it is recommended by YouTube and can also be viewed on PlayStation3, and probably on everything else.
    Also, tell me there shouldn't be problems with syncing 44,1khz audio in Premiere? I've used Final Cut Express previously and I found out it needs 48khz audio to stay in sync. (I record with GarageBand and it will only do 44,1khz)
    Thanks!
    Joonas
    http://www.youtube.com/user/pyhtio

    Yes, you can certainly save MP4s in a variety of formats and at a variety of quality levels.
    Share/Computer/MPEG with the H.264 preset will save a high quality MP4 at several frame sizes.
    Share/Disc/BluRay includes presets for saving your BluRays in H.264 format.
    Share/Portable Devices/iPod will save in H.264/Mp4s for an Apple portable device.
    All of these presets can be modified by clicking on the Advanced button in their export panels.
    There are many more details on the program in my books, available on Amazon.com and at Premiere Elements support site http://Muvipix.com.

  • Error trying to convert .mov to H.264 (mp4) for vimeo upload

    Hi.
    I have a 25 minute long sequence which is 1920x1080. I already exported a .mov file (49 GB) with out changing any settings and it plays back perfect.
    I want to upload this to vimeo as high quality as possible. They suggest H.264 (mp4) and a whole string of other optimal settings. When I exported from FCP with their requested settings the result was a glitchy/pixelated mess which I would be embarrassed to show. I have seen a lot of high quality movies on vimeo, so i know it's possible to have it look better.
    I tried next to use a variety of conversion programs to convert the .mov file to H.264/mp4. mpegstreamclip and Emicsoft MTS converter both gave me problems. I also tried to "save as" from quicktime and also ran into quality problems.
    I just tried using Compressor, and after 3 hours got this error:
    <log tms="322005617.336" tmt="03/16/2011 15:00:17.336" pid="1309" msg="QuickTiime Transcode, rendering in YUV 8 bit 422"/>
    <log tms="322014690.338" tmt="03/16/2011 17:31:30.338" pid="1309" msg="Time for QuickTime transcode: 9072.86 seconds. status = -2125"/>
    <log tms="322014690.433" tmt="03/16/2011 17:31:30.433" pid="1309" msg="Done _processRequest for job target: file://localhost/Users/ufoliver2/Desktop/THEPIXELSUTRAFULLPOWER-H.264.mov"/>
    <mrk tms="322014690.459" tmt="03/16/2011 17:31:30.459" pid="1309" kind="end" what="service-request" req-id="78FD1610-98B0-479B-9951-9B24656E0CF2:1" msg="Processing service request error: QuickTime could not access a file. Offset too big."></mrk>
    What could be the problem?
    THANKS!
    Oliver

    if the movie you exported is self-contained, not a reference movie it is not referencing your original files. Try putting it on the external, and render to the external too. I hope the Lacie is a 7200 drive and firewire, NOT usb.
    For testing purposes you could use quicktime pro and cut out a small 30 second or 1 minute section, and see if compressor will process that - then do your whole movie

  • Flashplayer h.264/mp4 high cpu usage

    I can watch my TV-quality h.264/mp4 640x480px / 25fps videos
    in fullscreen
    (encoded in MPEG Streamclip, multipass, b-frames,
    deinterlaced)
    on my seven years old G4 Digital Audio, 466 Mhz without any
    dropped frames.
    As long as I use QuickTime, I can do that.
    On the other hand the same video plays less smooth on my G5
    Dual 2.7 Ghz
    if I watch it in the flashplayer (newest update...).
    I just wonder, if Adobe realizes that they really should work
    on
    the high CPU usage of their flashplayer while playing back
    h.264 videos.
    Or is this the price for the smal flashplayer size and can't
    be changed?
    After doing several tests, I am afraid TV-quality h.264/mp4
    vidoes do stutter for about 50%
    of the current online viewers.
    Does anybody know, if the developers at Adobe are working on
    that?
    Thank you for any replay

    I think part of the problem here is that flash allows to
    compose additional graphical elements onto the video. So it has to
    do colorspace transformations and scaling in software.
    Recently I ran OProfile while watching a flash video (not
    H.264) and found that it spends a significant amount of time in a
    routine that does BGR32 to RGBA32 conversion. For fun I tried to
    write a faster version and ended up with a MMX version that is 40%
    faster and a MMXext version that is 67% faster. For reference,
    plain memcpy is 44% faster. (all values for memory blocks >>
    L2 cache, MMXext can be faster than memcpy because of
    prefetchnta/movntq).
    Nobody at Adobe reads this forum.

  • H.264/mp4 videos enormous CPU usage

    I can watch my TV-quality h.264/mp4 640x480px / 25fps videos
    in fullscreen
    (encoded in MPEG Streamclip, multipass, b-frames,
    deinterlaced)
    on my seven years old G4 Digital Audio, 466 Mhz without any
    dropped frames.
    As long as I use QuickTime, I can do that.
    On the other hand the same video plays less smooth on my G5
    Dual 2.7 Ghz
    if I watch it in the flashplayer (newest update...).
    I just wonder, if Adobe realizes that they really should work
    on
    the high CPU usage of their flashplayer while playing back
    h.264 videos.
    Or is this the price for the smal flashplayer size and can't
    be changed?
    After doing several tests, I am afraid TV-quality h.264/mp4
    vidoes do stutter for about 50%
    of the current online viewers.
    Does anybody know, if the developers at Adobe are working on
    that?
    Thank you for any replay

    I think part of the problem here is that flash allows to
    compose additional graphical elements onto the video. So it has to
    do colorspace transformations and scaling in software.
    Recently I ran OProfile while watching a flash video (not
    H.264) and found that it spends a significant amount of time in a
    routine that does BGR32 to RGBA32 conversion. For fun I tried to
    write a faster version and ended up with a MMX version that is 40%
    faster and a MMXext version that is 67% faster. For reference,
    plain memcpy is 44% faster. (all values for memory blocks >>
    L2 cache, MMXext can be faster than memcpy because of
    prefetchnta/movntq).
    Nobody at Adobe reads this forum.

  • H.264 mp4 Export Washed Out

    I can't seem to export an H.264 video without it being washed out. Lower contrast, lower saturation, very noticeable. As if there's a hidden conversion to rec709 or some such that I can't turn off.
    PC
    Premiere Pro CC
    Exporting from Premiere Pro through Media Encoder to H.264 in an MP4 container.
    Video appears the same in VLC, QuickTime, and on Vimeo.
    I've looked and looked and all the solutions I've seen relate to H.264 within a MOV container. Nothing I've seen works.
    Other codecs play back as expected. Definitely not a driver issue.
    This is infuriating. Thoughts?

    Tried exporting a 10-bit DNxHD and taking it through DaVinci Resolve, exporting an H.264 (mov) using Data Levels, and it exports and plays correctly. As a test, I ran this file through Media Encoder reconverting to H.264 (mp4) and the result plays correctly (at data levels).
    This seems to confirm that Premiere Pro / Media Encoder by default (and without an option to change it) export H.264 with video levels. In a day when web video trumps television, it seems at the very least there would be an option to export using data and not video levels, especially when Vimeo and YouTube both request H.264 files. Am I missing something obvious, or this completely retarded?

  • H.264 MP4 preset with 920x518 not possible in Compressor?

    We need to export our Final Cut projects to different H.264 MP4 sizes. They are 1280x720, 640x360 and 920x517. Unfortunately we didn't find a way to set a preset to 920x518.
    What can we do to get that work?
    Thanks in advance for every hint.
    Heidi

    You'll need to use QuickTime Conversion out of FCP (or QT Pro) since Compressor will not create h.264-encoded .mp4 files.
    Just for starters:
    With your sequence selected or active, *File > Export > QT Conversion*.
    Select MPEG-4 from the Format drop-down.
    Hit the Options buttons to bring up the MPEG-4 Export Settings dialog
    File Format is, by default, set to *MP4 (ISMA)*. Instead, select the MP4 option.
    Switch Video Format to H.264.
    Alter the Image Size to Custom, then set your width and height.
    Check the +Preserve Aspect Ratio using+ box and set the drop-down value to *Fit within size*.
    There are, of course, other considerations (Data Rate, Multi-Pass vs Single Pass, Profiles, etc) but that should at least get you started.
    Also, in case you're working with an anamorphic format (like, say, DVCProHD or HDV) you have to, if I remember correctly, export a reference movie out of FCP first. Once that's done, open it in QuickTime Pro and set the Conform Aperture property to Production. Then export out of QT Pro. Oherwise, I believe you'll end up with distorted .mp4s since your sequence footage isn't square-pixel.
    Of course, this is non-factor if you're working in a square-pixel format

  • H.264 (MP4) format

    The website smugmug converts movies to  h.264 (MP4) format when you upload them.
    Does Premiere handle that type of file well

    Premiere has no trouble converting to mp4, it has several ready made presets for mp4 e.g for YouTube.
    Just look up the supported export formats in the Help.
    http://help.adobe.com/en_US/premierepro/cs/using/WS1c9bc5c2e465a58a91cf0b1038518aef7-7cc5a .html

  • Setting hinting for H.264 MP4 files? Possible?

    I want to stream H.264 MP4 files for my online media class. Before with QT files, I set the hinting so the video loads and plays immediately. With H.264 MP4 files, end users have to download the entire file before it plays back in the browser.
    I searched under the various H.264 settings but have failed to discover where I can set the hinting/progressive download option.
    Can anyone help me with this?

    FAQ:Why has my question not been answered?
    Cheers
    Eddie
    PremiereProPedia   (
    RSS feed)
    - Over 300 frequently answered questions
    - Over 250 free tutorials
    - Maintained by editors like
    you
    Forum FAQ

  • Certain H.264/MP4 videos play without video on iPhone

    I have a number of H.264 videos in MP4 containers that only show a black screen when played on the iPhone, while the audio is played back as expected.
    Is there any way to get the video to play without having to re-encode all the videos? Below is some info about one of the files as reported by MediaInfo (http://mediainfo.massanti.com/).
    * MediaInfo Mac // Plain text file report
    2009-05-27 20:29:00 +0200
    Information for File: MacworldEncore_2008_US941_Best_of_Leopard_OS_XHints.mp4
    General / Container Stream # 1
    Total Video Streams for this File -> 1
    Total Audio Streams for this File -> 1
    Video Codecs Used -> AVC
    Audio Codecs Used -> AAC LC
    File Format -> MPEG-4
    Play Time -> 1h 14mn
    Total File Size -> 75.8 MiB
    Total Stream BitRate -> 143 Kbps
    Title (Tag) -> US941 - Best of Leopard OS X Hints
    Video Stream # 1
    Codec (Human Name) -> AVC
    Codec (FourCC) -> avc1
    Codec Profile -> [email protected]
    Frame Width -> 640 pixels
    Frame Height -> 480 pixels
    Frame Rate -> 15.000 fps
    Total Frames -> 66855
    Display Aspect Ratio -> 4/3
    Scan Type -> Progressive
    Colorimetry -> 4:2:0
    Codec Description -> AVC
    Codec Settings (Summary) -> 2 Ref Frames
    QF (like Gordian Knot) -> 0.020
    Codec Settings (CABAC) -> No
    Video Stream Length -> 1h 14mn 17s 0ms
    Video Stream BitRate -> 91.6 Kbps
    Video Stream BitRate Mode -> VBR
    Bit Depth -> 24 bits
    Video Stream Size -> 48.7 MiB (64%)
    Date of Original Encoding -> UTC 2008-01-29 17:17:47
    Audio Stream # 1
    Codec -> AAC
    Codec (FourCC) -> 40
    Audio Stream Length -> 1h 14mn 2s 602ms
    Audio Stream BitRate -> 48.0 Kbps
    Audio Stream BitRate Mode -> VBR
    Number of Audio Channels -> 1
    Audio Channel's Positions -> C
    Sampling Rate -> 48.0 KHz
    Bit Depth -> 16 bits
    Audio Stream Size -> 25.4 MiB (34%)
    Date of Original Encoding -> UTC 2008-01-29 17:17:47

    Copied from this link.
    http://www.apple.com/iphone/specs.html
    Video formats supported: H.264 video, up to 1.5 Mbps, 640 by 480 pixels, 30 frames per second, Low-Complexity version of the H.264 Baseline Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; H.264 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Baseline Profile up to Level 3.0 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats
    30 frames per second is supported.
    Copied from the video stream info you provided:
    Frame Rate -> 15.000 fps
    15 fps may be the problem.

  • Only play the audio part of my H.264, mp4 Video??

    Hey guys,
         Im currently running Lion (10.7.3) on my macbook pro, but i also have windows bootcamped on here as well. I was doing a bit of gaming on the windows side and i used a program called "Fraps" to record some of my gameplay, and i then wanted to edit it with iMovie '11. Fraps uses its own codec, and its a .avi file nativly. I used a program called "VidCoder" to convert the Fraps codec .avi video to a H.264 codec mp4 video, so that way i could (theoretically) import it into iMovie. BUT ALAS!!! its not working...the veryyyy strang part of this is that i have done this before, and it has had no problems. In fact, i still have the clips on here from last time, and i am able to play them just fine. I used the EXACT same program to encode, with the EXACT same settings. I cant only hear audio when using quicktime, and iMovie wont even let me import them. Any help on this would be great!!! Feel free to let me know if i've been to vauge, or if you need more info.
    Thanks,
    Aaron
    PS. Heres a shot of the vid i cant get to work, and the one from a while ago that works just fine.

    Im not a pro, so alot of that in jibberish to me, but i did try encoding it with a lower bit rate (around 10,000 i think) and it successfully played via QT. what is the difference between a 79,000 bitrate and a 10,000 bitrate??
    Basically, the Profile and Level define the combination of settings/limitations that adhere to a particular "standard." As previously mentioned, Main Profile Level 3.1 is very common for Apple software and hardware products which appear to come close to the settings for your "working" file. This combination for instance would allow data rates up to 14 Mbps (14,000 Kbps) with 1280x720 @ 30.0 fps while a Main Profile Level 3.2 file would allow a data rates up to 20 Mbps (20,000 Kbps) with 1280x1024 @ 42.2 fps. From this and the fact that your stats did not include the frame rate and/or whether or not the file was encoded anamorphically, I "guestimated" that you might have a "standards" issue in the Level 3.1 to Level 3.2 range for any Baseline, Extended, Main, or High Profile H.264 encode. Your results for the re-encoded file seem to confirm that the data rate was the problem here—i.e., that the video data rate at 80 Mbps was beyond the range of the Profile and Level designation for the file while 10 Mbps was not. Your ability to encode using non-standard settings is one of the reasons that Apple has moved more and more toward the use of device "presets" which prevent novice users from making such relatively simple mistakes when creating files in any of the QT based apps.  Hope this helps you to understand the problem better.

  • H.264 .mp4 vs. .mov

    Hi all,
    I've been been trying to get H.264 videos to play on  my custom video player written in AS3. I've been able to get h264  encoded .mp4 files to work, but if the same file and same codec are in a  .mov container, there is a problem. Namely when i try to jump ahead to  an unbuffered part of the video, the video starts at the beginning  instead of at the desired keyframe. Does anyone know what might be going  on? I can reproduce any code but do not want to bog everyone down. Any  help would be greatly appreciated!!!
    Thanks,
    Cyrus

    I'm not the video pro, but I believe that if you want to be able to skip ahead to view an unbuffered region of a movie, then you are going to need your server to actively detect this skip-ahead move and then send the correct buffer.  If you are just downloading files from some public_html folder, it's probably not going to work.
    You need something like a Media server to let folks skip ahead I think.

  • Final Cut Pro 7 Import Mp4 File Problem

    Help! I have been using FCP 7 for some time now and all of a sudden I cannot import an Mp4 file. I get a file error saying the FCP does not recognize the file? I have been importing and using Mp4 files all along. I can't find any setting in FCP that would address this problem?

    FCP doesn't work with MP4 (or H.264) files natively.   Sometimes they work, but it wasn't designed to do so.  For a list of the formats that FCP does work with natively, look at the Easy Setup list.  Create your Sequence using one of those then convert the MP4 file to to match that prior to importing it into your FCP project.
    -DH

  • Premiere CC to AME - H.264 nightmare rendering problems with CUDA on rMBP

    I've been struggling for weeks trying to troubleshoot and narrow down my encoding nightmare on my own and I have finally succumbed to getting the forum's or Adobe's Help.
    Problem:
    Rendering a Premiere Pro CC project with via Export Media > Queue to AME in H.264 causes the encode to randomly fail on multiple projects.
    I find it quite amazing that this error happens as I surely am not the only one rendering ProRes to H.264 on a new Macbook Pro!
    Symptom:
    Output preview starts to flicker then encoding stops randomly, preview window turns to a black screen or simply stalls while the Elapsed Time keeps rolling, PProheadless crashes in Console, encoding sometimes resumes after several minutes post the crash (but sometimes not) however the final output in such case is garbled before/after the crash. Computer is useable. All other software shutdown. Not using computer during encode. Can reproduce virtually every time.
    Hardware:
    Early 2013 Retina Macbook Pro
    Processor  2.8 GHz Intel Core i7
    Memory  16 GB 1600 MHz DDR3
    Graphics  NVIDIA GeForce GT 650M 1024 MB
    Software:
    Premiere 7.0.1 (105)
    Adobe Media Encoder 7.0.1.58 (64bit)
    Creative Cloud Latest Updates
    Cuda 5.5.25 (latest)
    GPU Driver: 8.12.47 310.40.00.05f01
    OS X 10.8.4 (latest)
    Project Details:
    ProRes 4:2:2 or AVCHD sources
    No nested sequences
    Video track with image over whole sequence
    Video track with text over whole sequence
    Video track
    Audio track
    Sometimes video track with adjustment layer
    Standard disolve effects between cuts
    4 effects used: denoiser for audio, luma corrector and twice Fast Color Corrector
    No third party plugins installed nor used
    Sequence is set to Maximum Bit Depth / Max Render Quality / Linear Color
    Use Previews off
    Encode is set to Maximum Render Quality and always H.264 2pass VBR.
    Errors in console:
    8/27/13 12:38:01.144 AM PProHeadless[1389]: [CL_INVALID_OPERATION] : OpenCL Error : Failed to retrieve device information! Invalid enumerated value!
    This is seen at multiple times while starting Premiere (no crash) and while starting the encodes and usually after/during the crash.
    Crash report:
    Process:         PProHeadless [410]
    Path:            /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/PProHeadless.app/Contents/MacOS/PProHeadless
    Identifier:      PProHeadless
    Version:         7.0.1 (7.0.1.105)
    Code Type:       X86-64 (Native)
    Parent Process:  dynamiclinkmanager [397]
    User ID:         501
    Date/Time:       2013-08-26 21:12:21.878 +0200
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGSEGV)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Full Crash report:
    http://pastebin.com/a93cNVqk
    Attempts to solve the issue:
    Tried encoding without external montior
    Tried encoding with source on internal HDD, output internal HDD, source exterbak RAID, output internal HDD
    Tried encoding with AME while Premiere is open in the background and without it opened in the background
    Uninstalled other software that could mess with the graphics: Colormunki, Parallels.
    Software mode is fine on all attempts in AME however encoding takes 2-3x longer. On a $3000 laptop it's not really great.
    Encoding directly via Export Media > Export without Queuing to Adobe Media Encoder seems to work fine. I have not tried this too many times because I need to render multiple outputs and doing it without AME means a lot of 'sitting and waiting' to click Export for the next format. This is not an option.
    Tried deleting the Media Cache
    Completely reinstalled OS X 10.8.4 from scratch with no other software running and tried to export. Same problem.
    Performed Apple hardward test. No problems.
    To Test:
    I'm planning on installing Bootcamp so I can test the problem in the Windows version and I could pinpoint it to a hardware problem rather than a software problem.
    Notes:
    Problem happens with CUDA and Open CL modes although in Open CL mode, the whole computer tends to freeze intead of just 'stalling'.
    Editing and playback inside Premiere is OK! Even encoding out of Premiere is OK directly but not useful for me as I need to render each project to 5 different H.264 formats.
    I hope you guys or Adobe's Support can find a solution to this problem because I'm really stuck between a rock and a hard place.
    I've submitted a bug report but their reply is not very comforting:
    but their bug report says "Due to the volume of submissions we receive, responses to inquiries are generally not possible. However, we may contact you if we need clarification on your submission." Nice.

    Yes I considered your "solution" of just upgrading to Adobe CC but on principal I don't want to have to shell out more money to "fix" the problem. I was able to get an Adobe technician to view my screen in real time. He asked me where Prem Pro was after I opened it and my response was "precisely". The only evidence that Prem Pro is open is that there is the taskbar there with what appears to be fully functional drop down tabs but as far as the panels/workspace goes non-existent! He has "escalated" the matter I'll let you know what occurs next. I have tried using the software mode and there is no change. Like you I have wondered about a hardware proplem but I have checked via Disk Utility and there doesn't appear to be any? The CUDA issue well a) I am not sure how I would revert to previous drivers and b) when I re-installed Prem Pro from disc (that's version 6.0.0.) the only render option it gave me was Software only but that was also greyed out. Prem Pro still did not open up as it should!
    I'll let you know what transpires.

Maybe you are looking for

  • Mapping exception error in MM-SUS interface

    Hi.. I am doing MM-SUS Standard Interfaces, when we are sending the Goods Receipt from R/3 to SUS it is throwing the mapping exception eror. yesterday it was working fine. Today its not working , I have not made any changes. it is throwing error in S

  • HT1338 safari is quitting unexpectedly. any help?

    Process:         Safari [173] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         5.0.5 (6533.21.1) Build Info:      WebBrowser-75332101~6 Code Type:       X86-64 (Native) Parent Process:

  • Test client pinned to single node in production

    WL 6.1 sp2, Solaris 2.8           Currently we have a bunch of SLSBs deployed in cluster out in production and           a web tier that usually gets and invokes a single SLSB, and they're running           happily. But everyone once in a while, we g

  • AT300-105: Have anyone info about updates in the future?

    Dear friends, does anyone know whether we will ever get any form of update for AT300-105, which is currently stuck at 4.0.3.05. ? The reason I am asking this is that my company has recently introduced BYOD concept and we are eligible to use our own d

  • BAPI_ALM_ORDER_MAINTAIN' on error. What's wrong ?

    Hello, I would only change the "description" text on the header of service order. I'm uising this bapi with these parameter, but I got this error: IWO_BAPI2     118: Impossible to save the order because no one operation managed. Why this error, I dan