[FFmpeg-user] ffmpeg encoding in h264 instead of raw video
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Mar 13 02:01:54 CET 2015
Keith Reilly <kreilly <at> retroreport.com> writes:
> ffmpeg -f u16le -acodec pcm_s16le
This looks a little schizophrenic:
Please write: ffmpeg -f s16le (no need to
specify the codec).
Note that you cannot write yuv420p rawvideo
to mov, this is not a deficiency of FFmpeg
but the mov container (rgb24 works fine).
Carl Eugen
More information about the ffmpeg-user
mailing list