Stone
Stone

Reputation: 101

How to use ffmpeg command without any codec?

I am using the following command to create an mp4 container, input in a raw file, and the problem I have is FFmpeg apparently trying to encode me in H264. Is there a way to tell FFmpeg not to use any codec? that is, how do I use FFmpeg without compressing anything? Thanks!

Command statement i'm using:

ffmpeg -f rawvideo -pixel_format rgb24 -video_size 160x120 -framerate 24 -i file out.mp4

Output:enter image description here

Upvotes: 0

Views: 1154

Answers (0)

Related Questions