View Single Post
Old 02-09-2015, 11:25 AM   #2
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
You can try:
Code:
ffmpeg.exe  -f rawvideo -pix_fmt rgb565 -s 1440x1080 -i dragon-poweroff.raw -vcodec bmp dragon-poweroff.bmp
And to convert it back into raw:
Code:
ffmpeg.exe  -i dragon-poweroff.bmp -f rawvideo -pix_fmt rgb565 -s 1440x1080 -y dragon-poweroff.from_bmp.raw
tshering is offline   Reply With Quote