[FFmpeg-user] RAW Format

Moritz Barsnick barsnick at gmx.net
Wed Jan 3 10:41:59 EET 2018


On Tue, Jan 02, 2018 at 18:55:56 +0000, brucedavid1990 at hotmail.com wrote:
> Hello. How do I translate video and sound with an mp4 extension to raw format?

$ ffmpeg -i input.mp4 -f rawvideo rawvideofile -f s16le rawaudiofile

You may have to be more specific as to what you're trying to achieve.

Moritz


More information about the ffmpeg-user mailing list