>
>
> >>> Hello Team,
> >>>
> >>> I have managed to convert raw Images files to .mp4 video,
> >>> I need to encode to a RAW video instead, could you please let me know
> the
> >>> command for this?
> >>>
> >>> RAW Image file is,
> >>> resolution - 1600x1300
> >>> fps-30
> >>> bit depth-16bit
> >>>
> >>
> >> Do not specify a video codec, or set -c:v rawhide, set your frame rate /
> >> resolution / bit depth params and use .raw as extension.
> >>
> >> I tried as you suggested, I get the below error,
> >
> > C:\Naveen\projects\DMS\software\ffmpeg_full\ffmpeg\bin>ffmpeg
> -pixel_format
> > gray10le -s 1600x1300 -r 30 -i CapturedImage-%03d.raw -c:v rawhide -crf 1
> > raw_video.raw
>
> Rawhide?
> WTF?
> Rawvideo does not carry a pix format afaik.
>
> sorry, I am not sure where I am going wrong, could you please suggest the
> right command, I am very new to ffmpeg usgae.
_______________________________________________
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