[MPlayer-dev-eng] Re: h264+aac in lavf mp4

Erik Slagter erik at slagter.name
Sat Mar 25 12:42:41 CET 2006


On Sat, 2006-03-25 at 11:55 +0100, Nico Sabbi wrote:

> it works if you use -oac faac -faacopts mpeg=4:raw ..., and I guess 
> using -oac lavc too.

mencoder -oac faac -faacopts "raw:object=1:quality=100:tns:mpeg=4" \
-lavcopts "acodec=aac:abitrate=128" -ovc x264 -of lavf \
-vf "pp=lb/ha/va/dr","hqdn3d=4:4:7" \
-x264encopts "vbv_maxrate=4000:vbv_bufsize=8000:bitrate=1500:bframes=0:8x8dct:subq=5:trellis=1:nofast_pskip:threads=2:psnr" \
-lavfopts "format=mp4:i_certify_that_my_video_stream_does_not_use_b_frames=1" \
-o $mp4 $vob

mencoder -oac lavc -lavcopts "acodec=aac:abitrate=128" \
-ovc x264 -of lavf \
-vf "pp=lb/ha/va/dr","hqdn3d=4:4:7" \
-x264encopts "vbv_maxrate=4000:vbv_bufsize=8000:bitrate=1500:bframes=0:8x8dct:subq=5:trellis=1:nofast_pskip:threads=2:psnr" \
-lavfopts "format=mp4:i_certify_that_my_video_stream_does_not_use_b_frames=1" \
-o $mp4 $vob

Both fail:
"[h264 @ 0x413b0648]Unknown NAL code: 239  27/ 27  0%  0%  1.2% 0 0 24%"
and
"Error while decoding frame!"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2771 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20060325/d70a2d73/attachment.bin>


More information about the MPlayer-dev-eng mailing list