Skip to main content

All Questions

Tagged with
1 vote
0 answers
70 views

Can't open Raw GREY (8-bit) file

I have a Raspberry Pi Zero W with the MV-MIPI-IMX264M sensor, and I'm capturing images in raw format with the specified settings. However, I cannot open these images. Any ideas on how to view these ...
Seongschik's user avatar
3 votes
1 answer
8k views

How to convince ffmpeg that input is raw H264?

I have a raw H.264 video stream (which starts with hex 00 00 01 FC ..., a 3-byte start code followed by a NAL unit). ffmpeg can process it but it really doesn't want to... Let's test Let's say the ...
Duke Nukem's user avatar
  • 1,235
1 vote
1 answer
4k views

FFMPEG Raw Video Restreaming

I captured raw video (yuv 4:2:0) from network and now trying to resend it. ffmpeg -f rawvideo -v info -pixel_format yuv420p -video_size 1240x1024 -framerate 25 -i out.raw udp://225.0.1.115:5000 but ...
Han's user avatar
  • 11
-1 votes
1 answer
379 views

FFmpeg RAW .tif to jpeg too dark

I know this problem is known, but I cannot actually find a solution for this. I am using Topaz JPEG to RAW. The output, I selected, is .tif. So a 4:3 4k image is 80MB large. Now I need to convert it ...
HeartOfGermany's user avatar
2 votes
1 answer
5k views

How to convert .raw video file to .avi using ffmpeg?

mediainfo on the file gives the following output - General Complete name : 0x5C3C6393.raw Format : AVC Format/Info ...
Utkarsh Mittal's user avatar
0 votes
1 answer
1k views

Use ffmpeg to encode folder of yuyv frames into an mp4

I'm trying to use ffmpeg to generate an mp4 file from a few thousand frames I have in yuyv format (yuyv422 in ffmpeg terms). I've found some command lines to join a bunch of images like this, but how ...
Robinson's user avatar
  • 145