[FFmpeg-trac] #2818(avformat:new): Compatibility issue with raw bgr24 Open-DML avi file

FFmpeg trac at avcodec.org
Mon Aug 5 20:15:30 CEST 2013


#2818: Compatibility issue with raw bgr24 Open-DML avi file
-------------------------------------+------------------------------------
             Reporter:  ray.yin1031  |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  AVI          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by ray.yin1031):

 Replying to [comment:1 cehoyos]:
 > Please test WMP / is this a duplicate of ticket #2145?
 >
 > Unrelated to this ticket: Could you provide Rhozet Carbon Coder EULA?
 This would be a great help to us.

 I have fixed this issue and at least it works for me. FFmpeg puts
 1024*1024 to dwSuggestBufferSize in strh list of AVI header. But in
 VirtualDuB this value is set to be the bytes of one frame, i.e. W x H x
 Components x Byte/Component. And actually in movi list of AVI header, the
 single chuck size is for one frame, i.e. the dwSuggestedBufferSize. So I
 changed the 1024*1204 to the value I mentioned above and Rhozet can
 loca/open the output video.

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


More information about the FFmpeg-trac mailing list