Re: [FFmpeg-user] Raw video conversion

2022-07-12 Thread Carl Zwanzig
Stop top-posting. On 7/12/2022 4:01 AM, Naveen.B wrote: I cross checked, the pixel format is RAW10, they are using the YUY2 as the wrapper. "raw10" isn't really a format The make of the camera is omnivision and the model is OV2311. (And the doc on that is sketchy/minimal) I tried editing

Re: [FFmpeg-user] Raw video conversion

2022-07-12 Thread Naveen.B
Are you -sure- that the pixfmt and size are correct for that camera? (What camera is it? make/model) I cross checked, the pixel format is RAW10, they are using the YUY2 as the wrapper. The make of the camera is omnivision and the model is OV2311. I tried editing the command with RAW10 and it

Re: [FFmpeg-user] Raw video conversion

2022-07-11 Thread Carl Zwanzig
On 7/10/2022 11:53 PM, Naveen.B wrote: [rawvideo @ 029bdbfde780] Packet corrupt (stream = 0, dts = 1).=188745.6kbits/s speed=3.33e+04x raw_video.raw: corrupt input packet in stream 0 [rawvideo @ 029bdbffd780] Invalid buffer size, packet size 104 < expected frame_size 312 Are

Re: [FFmpeg-user] Raw video conversion

2022-07-11 Thread Naveen.B
C:\Naveen\projects\DMS\software\ffmpeg_full\ffmpeg\bin>ffmpeg -f rawvideo -pixel_format yuv420p -video_size 1600x1300 -framerate 30 -i raw_video.raw raw_video.avi ffmpeg version 2022-06-20-git-56419428a8-full_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers built with gcc 11.3.0

Re: [FFmpeg-user] Raw video conversion

2022-07-08 Thread Carl Zwanzig
On 7/8/2022 3:18 PM, Paul B Mahol wrote: Perhaps you use too much clones. Care to explain, or was that just a cheap shot at Phil? z! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe,

Re: [FFmpeg-user] Raw video conversion

2022-07-08 Thread Paul B Mahol
On Fri, Jul 8, 2022 at 10:44 PM Phil Rhodes via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > > I did NOT, I repeat, NOT write the message below. > > I had that happen last week, in the thread titled "Re: [FFmpeg-user] > asubboost and asupercut" > Perhaps you use too much clones. > > On Sun,

Re: [FFmpeg-user] Raw video conversion

2022-07-08 Thread Phil Rhodes via ffmpeg-user
> I did NOT, I repeat, NOT write the message below. I had that happen last week, in the thread titled "Re: [FFmpeg-user] asubboost and asupercut" > On Sun, Nov 29, 2020 at 6:07 PM Phil Rhodes via ffmpeg-user > wrote: ...no, he didn't. P On Friday, 8 July 2022 at 21:37:43 BST, Bouke /

Re: [FFmpeg-user] Raw video conversion

2022-07-08 Thread Bouke / Videotoolshed
WTF, I did NOT, I repeat, NOT write the message below. And my mail has not been hacked, so what is going on? Bouke > On 8 Jul 2022, at 12:17, Bouke / Videotoolshed > wrote: > > Please provide full command and console output, and do NOT top post here! >> >> I have a raw video file captured

Re: [FFmpeg-user] Raw video conversion

2022-07-08 Thread Carl Zwanzig
On 7/8/2022 3:24 AM, Naveen.B wrote: Attaching the screenshot of the console and the complete command, Please, not a screenshot! put the text right in the email. I did not understand what you mean by "do not top post here" Google, or any other search engine, will tell you (hint- compare

Re: [FFmpeg-user] Raw video conversion

2022-07-08 Thread Naveen.B
[image: image.png] Attaching the screenshot of the console and the complete command, I did not understand what you mean by "do not top post here" On Fri, Jul 8, 2022 at 12:18 PM Bouke / Videotoolshed < bo...@videotoolshed.com> wrote: > Please provide full command and console output, and do

Re: [FFmpeg-user] Raw video conversion

2022-07-08 Thread Bouke / Videotoolshed
Please provide full command and console output, and do NOT top post here! > > I have a raw video file captured from the monochrome camera, I need to > convert the raw video file to visualise it in .avi or .mp4. > I tried this command, but this did not worked out to me, > ffmpeg -f rawvideo

[FFmpeg-user] Raw video conversion

2022-07-08 Thread Naveen.B
Hello, I have a raw video file captured from the monochrome camera, I need to convert the raw video file to visualise it in .avi or .mp4. I tried this command, but this did not worked out to me, ffmpeg -f rawvideo -pixel_format yuv420p -video_size 1600x1300 -framerate 30 -i raw_video.raw