Hi,
On Sat, Oct 15, 2022 at 9:06 AM Naveen.B <[email protected]> wrote: > > Which video player have you used to play it back, have you tried another > like mpv? > .mp4 and .avi, -mpv I tried but I got an error message. > I meant which video player, like VLC etc. MPV is another player, not a command line flag. Anyhow I didn't even know that x264 supported gray, but looks like vlc supports it. Can you try this: ffmpeg -pixel_format gray10be -s 1600x1300 -r 30 -i CapturedImage-%03d.raw -c:v libx264 -pic_fmt yuv420p -crf 18 raw_video.mp4 Perhaps switching to yuv420p will help with h264 playback compatibility? Best, K _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
