Home
Forums
Library
Links
Bounties
Login Block
Nickname
Password
Lost Password?
Don't have an account?
Register now!
Search
Advanced Search
Forum Index
»
User Forums
»
Applications
ffmpeg on MorphOS
Jeckel
# 1
Acolyte of the Butterfly
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
-
07:33