On Mon, Sep 19, 2022 at 15:13:27 +0200, Naveen.B wrote:
>     I tried to mux the images, with the below command, but I got an error
> "No bmp codec tag found for              codec bmp"
>     ffmpeg -framerate 30 -i CapturedImage-001.bmp -codec copy output.mkv.
>     I would appreciate it if you could suggest a command for converting
> .bmp to lossless video.

You can't put BMP-encoded images directly into a video. You'll need to
(losslessly) re-encode to some other codec, such as FFV1 or VP9
lossless, or whatever your target device/audience may be willing to
support.

Cheers,
Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to