I'm trying to write a transcoder that takes mpeg2 (from a mpegts file)
and converts it to h264 (video only for now). For the most part I have
this working.

I am just worried because I am seeing messages in the stdout that say:
[libx264 @ 0x7fc757800600] forced frame type (5) at 2423 was changed to
frame type (3).

I can "fix" them by setting the frame's pix_type to AV_PICTURE_TYPE_NONE
before sending them to the encoder. Though I have to wonder if that is
correct. Any pointers?

-- 
  Ryan Lovelett
  [email protected]
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to