[FFmpeg-user] experimental aac encoder no longer available/broken maybe?

Boštjan Strojan bostjan.strojan at gmail.com
Sat Jan 21 22:45:07 CET 2012


This is working fine with my previous compile (N-35709-g7d531e8), but
I'am getting this with latest git (N-36981-g9e53f62):
(i would like aac audio)

ffmpeg -i '/Users/b/Desktop/ffdrop_dev/t e s t/o1_jingli_neu_b.mov'
-vol 161 -vcodec libx264 -preset medium -tune film -crf 21 -threads 0
-b:a 130k -strict experimental '/Users/b/Desktop/ffdrop_dev/t e s
t/o1_jingli_neu_b_.mp4'
ffmpeg version N-36981-g9e53f62 Copyright (c) 2000-2012 the FFmpeg developers
  built on Jan 21 2012 22:05:21 with clang 3.0 (tags/Apple/clang-211.12)
  configuration: --prefix=/Volumes/tempdisk/sw --enable-gpl
--enable-libx264 --cc=clang --enable-runtime-cpudetect
  libavutil      51. 34.101 / 51. 34.101
  libavcodec     53. 57.105 / 53. 57.105
  libavformat    53. 30.100 / 53. 30.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 59.101 /  2. 59.101
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/b/Desktop/ffdrop_dev/t
e s t/o1_jingli_neu_b.mov':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    creation_time   : 2010-10-16 12:59:38
  Duration: 00:00:20.00, start: 0.000000, bitrate: 59246 kb/s
    Stream #0:0(eng): Video: prores (apch / 0x68637061), yuv422p10le,
1280x720, 57695 kb/s, SAR 1:1 DAR 16:9, 25 fps, 25 tbr, 25 tbn, 25 tbc
    Metadata:
      creation_time   : 2010-10-16 12:59:38
      handler_name    : ?Apple Alias Data Handler
    Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz,
2 channels, s16, 1536 kb/s
    Metadata:
      creation_time   : 2010-10-16 12:59:38
      handler_name    : ?Apple Alias Data Handler
    Stream #0:2(eng): Data: none (tmcd / 0x64636D74)
    Metadata:
      creation_time   : 2010-10-16 12:59:41
      handler_name    : ?Apple Alias Data Handler
      timecode        : 01:00:00:00
Incompatible pixel format 'yuv422p10le' for codec 'libx264',
auto-selecting format 'yuv420p'
[buffer @ 0x10eb15f20] w:1280 h:720 pixfmt:yuv422p10le tb:1/1000000
sar:1/1 sws_param:
[buffersink @ 0x10eb15fe0] auto-inserting filter 'auto-inserted scale
0' between the filter 'src' and the filter 'out'
[scale @ 0x10eb18940] w:1280 h:720 fmt:yuv422p10le -> w:1280 h:720
fmt:yuv420p flags:0x4
[libx264 @ 0x7fdde8829800] using SAR=1/1
[libx264 @ 0x7fdde8829800] using cpu capabilities: MMX2 SSE2Fast SSSE3
FastShuffle SSE4.2
[libx264 @ 0x7fdde8829800] profile High, level 3.1
[libx264 @ 0x7fdde8829800] 264 - core 120 r2146 bcd41db - H.264/MPEG-4
AVC codec - Copyleft 2003-2011 - http://www.videolan.org/x264.html -
options: cabac=1 ref=3 deblock=1:-1:-1 analyse=0x3:0x113 me=hex
subme=7 psy=1 psy_rd=1.00:0.15 mixed_ref=1 me_range=16 chroma_me=1
trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1
chroma_qp_offset=-3 threads=12 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=crf
mbtree=1 crf=21.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40
aq=1:1.00
Output #0, mp4, to '/Users/b/Desktop/ffdrop_dev/t e s t/o1_jingli_neu_b_.mp4':
  Metadata:
    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    creation_time   : 2010-10-16 12:59:38
    encoder         : Lavf53.30.100
    Stream #0:0(eng): Video: h264 (![0][0][0] / 0x0021), yuv420p,
1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 25 tbn, 25 tbc
    Metadata:
      creation_time   : 2010-10-16 12:59:38
      handler_name    : ?Apple Alias Data Handler
    Stream #0:1(eng): Audio: aac (@[0][0][0] / 0x0040), 48000 Hz, 2
channels, s16, 130 kb/s
    Metadata:
      creation_time   : 2010-10-16 12:59:38
      handler_name    : ?Apple Alias Data Handler
Stream mapping:
  Stream #0:0 -> #0:0 (prores -> libx264)
  Stream #0:1 -> #0:1 (pcm_s16le -> aac)
Press [q] to stop, [?] for help
frame=   47 fps=  0 q=0.0 size=       0kB time=00:00:00.00 bitrate=
0.0kbits/s
malformated aac bitstream, use -absf aac_adtstoasc
av_interleaved_write_frame(): Operation not permitted

what would i do?

thanks.


More information about the ffmpeg-user mailing list