[FFmpeg-trac] #5070(undetermined:closed): Lot of artifacts in AAC encoder and duration is incorrect

FFmpeg trac at avcodec.org
Mon Dec 7 19:55:06 CET 2015


#5070: Lot of artifacts in AAC encoder and duration is incorrect
-------------------------------------+-------------------------------------
             Reporter:  d4eva        |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  aac          |               Resolution:  fixed
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by d4eva):

 Huh, this is weird. After the 1st build I go this:
 {{{
 ffmpeg version N-77129-ga0050d9 Copyright (c) 2000-2015 the FFmpeg
 developers
 built with gcc 5.2.0 (i686-win32-dwarf-rev0, Built by MinGW-W64 project)
 }}}

 But then, after this:
 {{{
 make distclean && make clean

 ./configure                         \
 --enable-memalign-hack              \
 --extra-cflags=-I/local/include     \
 --extra-ldflags=-L/local/lib        \
 --extra-ldflags="-static-libgcc -static-libstdc++" \
 --disable-shared                     \
 --disable-doc                      \
 --enable-static                    \

 make -j8
 }}}

 2.8.git is back.

 {{{
 /* Automatically generated by version.sh, do not manually edit! */
 #ifndef AVUTIL_FFVERSION_H
 #define AVUTIL_FFVERSION_H
 #define FFMPEG_VERSION "2.8.git"
 #endif /* AVUTIL_FFVERSION_H */
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5070#comment:14>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list