Menu

#200 unable to comile ffmpeg transcoder on gentoo 64

open
nobody
None
7
2011-08-17
2011-08-17
No

Hi all,
I am trying to compile and have a problem with the transcoder. compiling errors on line 133 and 567.

Line 133 is due to FFM_PACKET_SIZE being undeclared ( I have changed it to 4096 )

Line 576 is due to an invalid conversion from 'int' to 'AVPictureType' ( no idea how to fix and so commented out the line to get past it )

can some one please help

Jason

Discussion

  • Anonymous

    Anonymous - 2011-08-17
    • priority: 5 --> 7
     
  • Anonymous

    Anonymous - 2011-08-18

    I believe that live 576 should in fact read
    big_picture.pict_type = AV_PICTURE_TYPE_NONE;

     

Log in to post a comment.