• Acolyte of the Butterfly
    Acolyte of the Butterfly
    Jeckel
    Posts: 133 from 2007/3/11
    Hi,

    I'm using ffmpeg to encode some raw video file into a proper mpeg file using the version available here:
    http://fabportnawak.free.fr/misc/

    I have an issue with raw video file using RGB 16 bits in little endian pixel format (rgb565le).

    ffmpeg -vcodec rawvideo -f rawvideo -pix_fmt rgb565le -i myrawinputfile -vcodec mpeg4 -b 16M -f avi mympegoutput

    It won't work (rgb565le unknown by this version of ffmpeg). And using rgb565be or rgb565 will give the same result: pixels read as big endian.

    Is there a work around?
    Do we have a newer version of ffmpeg which is handling properly all the pixel modes?

    Thank you for your help.
  • »01.12.17 - 08:33
    Profile