On Aug 12, 2012, at 12:36 PM, Hanspeter Niederstrasser <[email protected]> wrote:
> On 8/11/2012 2:54 AM, Beat Zahnd wrote: >> Hi all, >> >> When trying to encode a movie on Mountain Lion using the libx264 codec >> ffmpeg segfaults with return code 139. And why is this -strict option needed? >> >> Beat >> > > Please try the attached file. Save it to /sw/fink/dists/local/main/finkinfo > and rebuild libx264 with > > fink install libx264-118-shlibs > > then try your ffmpeg command again. You should not need to rebuild ffmpeg if > this fix works. > > As for the -strict flag requirement, I don't know as I've never used it. > ffmpeg-users might be a better place to discuss that once your x264 is > working. > > Hanspeter > > <libx264-118-shlibs.info> Fantastic. Now libx264 works. But the -strict -2 parameter is still needed: > [libx264 @ 0x7f988883b600] using cpu capabilities: MMX2 SSE2Fast SSSE3 > FastShuffle SSE4.2 > [libx264 @ 0x7f988883b600] profile High, level 3.0 > [libx264 @ 0x7f988883b600] 264 - core 118 - H.264/MPEG-4 AVC codec - Copyleft > 2003-2011 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 > deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 > mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 > fast_pskip=1 chroma_qp_offset=-2 threads=6 sliced_threads=0 nr=0 decimate=1 > interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 > b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 > keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 > bitrate=1200 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 > aq=1:1.00 > [NULL @ 0x7f988883c400] Codec is experimental but experimental codecs are not > enabled, try -strict -2 > Output #0, mov, to 'out.mov': > Metadata: > creation_time : 2012-01-31 22:30:53 > encoder : CanonMVI02 > Stream #0:0: Video: h264, yuvj420p, 640x480, q=-1--1, 1200 kb/s, 90k tbn, > 25 tbc > Stream #0:1: Audio: none, 24000 Hz, mono, flt, 128 kb/s > Stream mapping: > Stream #0:0 -> #0:0 (mjpeg -> libx264) > Stream #0:1 -> #0:1 (pcm_u8 -> aac) > Error while opening encoder for output stream #0:1 - maybe incorrect > parameters such as bit_rate, rate, width or height ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
