[FFmpeg-trac] #1487(undetermined:new): ffmpeg's mpeg mux bug(s) never fixed...

FFmpeg trac at avcodec.org
Tue Jun 26 22:06:57 CEST 2012


#1487: ffmpeg's mpeg mux bug(s) never fixed...
-------------------------------------+-------------------------------------
             Reporter:  downuse      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 i'm trying to mux a mpg file use the following cmd

 ffmpeg -y -i 1.m2v -i 1.mp2 -c copy -f svcd 1.mpg

 it finished muxing without any errors & warnings.
 of cause, the original mpg file is normal.

 but the muxed mpg file is not normal, it can be played on PC with codecs
 but not in most DVD players.

 the following bugs i found:
 1. audio always has a Delay relative to video such as "-67ms"
 2. the mux rate is too big.. i think it should divided by 8.
 3. i think the PCR is also buged, it's not begin with 0, the SCR base is
 not begin with 0, either.

 it's hard to read the mpegenc.c for me,
 i think developers can fix it well.

 sorry for my bad eng.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1487>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list