[FFmpeg-trac] #1745(undetermined:open): PS3 compatibility regression

FFmpeg trac at avcodec.org
Sat Sep 22 01:16:05 CEST 2012


#1745: PS3 compatibility regression
-------------------------------------+-------------------------------------
             Reporter:  SubJunk      |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  important    |                Component:
              Version:  git-master   |  undetermined
             Keywords:  regression   |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by SubJunk):

 Sure thing. I cut this 13MB sample for you:
 http://www.spirton.com/uploads/FFmpeg/1745-Sample.mkv

 Using the following CMD on the sample above will produce the incompatible
 video:
 ffmpeg -ss 30.0 -i 1745-Sample.mkv -bufsize 7000000 -maxrate 54000000 -f
 vob -c:a copy output-withbug.mpeg

 While this will produce a compatible video:
 ffmpeg -ss 15.0 -i 1745-Sample.mkv -bufsize 7000000 -maxrate 54000000 -f
 vob -c:a copy output-withoutbug.mpeg

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


More information about the FFmpeg-trac mailing list