Skip to main content

All Questions

Tagged with
3 votes
1 answer
9k 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
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