ffmpeg AVOutputFormat Ques

Discussion in 'C' started by TDencker, May 27, 2008.

  1. TDencker

    TDencker New Member

    Joined:
    May 27, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I'm am trying to create an new AVOutputFormat the uses an Mjpeg video codec in an avi container, the problem I am running into is that my header info is being corrupted. I'm currently using guess_format( NULL, "filename.avi" NULL ) to get the avi default format and then I set the audio codec to CODEC_ID_NONE and the video codec to CODEC_ID_MJPEG. This compiles and works to a certain extent sinceI can open the files recorded in this format in VirtualDubMod, but VDB detects that the header info is corrupt and has to repair the file so it can be viewed. Does any know how I can modify the AVOutputFormat::write_header?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice