[FFmpeg-user] Image to Video conversion

Naveen.B navins.2006 at gmail.com
Mon Sep 19 16:13:27 EEST 2022


>
> > I have an .bmp Image with resolution 1600x1300x24-bit, each file size
> comes
> > around 6Mbps, I have 30 such files (Image-1 ....Image-30) in a directory.
> > I converted those images to a video @ 30fps for length of 1 second using
> > the below ffmpeg command, the video file size turned out to be around
> 189kb
> > and In the command I am not doing any compression.
> >
>
> This is a wrong assumption.
>
>
> > I expected the converted video size to be 30 Image file x 6Mbps = 180
> Mbps,
> > am I doing anything wrong in the command?
> >
>
> Yes.
>
> If you happen to belong to the group of people preferring to learn and
> experiment instead of looking for ready-made solutions, simply enter
> "ffmpeg convert bmp image sequence to video lossless" into your preferred
> search engine. :)
> You will find various alternatives, one of which will certainly match your
> use case.
>
> Thanks for the comment, but I was unable to find the alternative solution
> to my need for the lossless conversion to video.

    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.

    NaveenB.





> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-user mailing list