[FFmpeg-trac] #1338(undetermined:new): FFMPEG creating broken MP4/Audio files with libx264

FFmpeg trac at avcodec.org
Sun Aug 5 12:00:51 CEST 2012


#1338: FFMPEG creating broken MP4/Audio files with libx264
-------------------------------------+-------------------------------------
             Reporter:  ramitbhalla  |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by ramitbhalla):

 I hope this narrows it down.

 It's the -ss 3 which is causing the Audio to break:

 This does NOT work:
 ffmpeg -i CSI.ts -ss 3 -vcodec libx264 -b 1911111 -acodec libvo_aacenc -ab
 192k csi.mp4

 This DOES:
 ffmpeg -i CSI.ts -vcodec libx264 -b 1911111 -acodec libvo_aacenc -ab 192k
 csi.mp4

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


More information about the FFmpeg-trac mailing list