[FFmpeg-trac] #253(avformat:open): invalid stream time_base for avi/aac, after av_write_header()

FFmpeg trac at avcodec.org
Mon May 30 15:51:21 CEST 2011


#253: invalid stream time_base for avi/aac, after av_write_header()
-------------------------------------------------+-------------------------
Reporter:  Andrew                                |       Owner:
    Type:  defect                                |      Status:  open
Priority:  normal                                |   Component:  avformat
 Version:  git-master                            |  Resolution:
Keywords:  avi aac after av_write_header stream  |  Blocked By:
  time_base                                      |  Reproduced:  0
Blocking:                                        |
Analyzed:  0                                     |
-------------------------------------------------+-------------------------

Comment (by Andrew):

 >  Please add complete, uncut output and command line of the failing
 command.

 Ok, but with another source aac file.

 $ ./ffmpeg -debug 1 -i /tmp/track.m4a -acodec copy -y /tmp/test.avi >
 /tmp/ffmpeg_m4a_to_avi.txt 2>&1
 $ ./ffmpeg -debug 1 -i /tmp/track.m4a -acodec copy -y /tmp/test.mov >
 /tmp/ffmpeg_m4a_to_mov.txt 2>&1
 $ ./ffprobe -show_format -show_streams /tmp/test.mov >
 /tmp/ffprobe_mov.txt 2>&1
 $ ./ffprobe -show_format -show_streams /tmp/test.avi >
 /tmp/ffprobe_avi.txt 2>&1

 std{out,err} commands outputs see into the attachment.

-- 
Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/253#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list